a3e9020beffe5e1d0ec6bea36f9dca37b37bcde4
[platform/upstream/glibc.git] / ChangeLog
1 2014-12-17  Roland McGrath  <roland@hack.frob.com>
2
3         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
4
5         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
6
7 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
8
9         [BZ #17725]
10         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
11         __profil_counter.
12         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
13         Likewise.
14         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
15         Likewise.
16         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
17         Likewise.
18         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
19         (profil_counter): Likewise.
20         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
21         (profil_counter): Likewise.
22         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
23         Likewise.
24         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
25         Likewise.
26         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
27         (profil_counter): Likewise.
28         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
29         Likewise.
30         [!__profil_counter] (profil_counter): Define as weak alias of
31         __profil_counter.
32         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
33         (profil_counter): Rename to __profil_counter.
34         [!__profil_counter] (profil_counter): Define as weak alias of
35         __profil_counter.
36         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
37         (profil_counter): Rename to __profil_counter.
38         [!__profil_counter] (profil_counter): Define as weak alias of
39         __profil_counter.
40         * sysdeps/posix/profil.c: Update comment referring to
41         profil_counter.
42         (__profil): Use __profil_counter instead of profil_counter.
43         * sysdeps/posix/sprofil.c (profil_counter): Rename to
44         __profil_counter.  Use __profil_counter_ushort and
45         __profil_counter_uint in definitions.
46         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
47         instead of profil_counter_uint and profil_counter_ushort.
48
49         [BZ #17722]
50         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
51         define as weak alias of __inet_makeaddr.
52         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
53         as weak alias of __inet_addr.
54         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
55         as weak alias of __inet_pton.  Use libc_hidden_weak.
56         * include/arpa/inet.h (__inet_pton): Declare.  Use
57         libc_hidden_proto.
58         (inet_makeaddr): Don't use libc_hidden_proto.
59         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
60         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
61         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
62         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
63         Remove variable.
64         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
65         (test-xfail-POSIX/time.h/linknamespace): Likewise.
66
67 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
68
69         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
70
71 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
72
73         * stdio-common/bug-vfprintf-nargs.c (do_test):
74         Cast value to intptr_t to avoid format warning
75         for usage with PRIdPTR printing macro.
76
77 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
78
79         * libio/tst-widetext.c (do_test):
80         Use format type %td instead of %Zd for ptrdiff_t
81         in order to avoid format warning.
82
83 2014-12-17  Andreas Schwab  <schwab@suse.de>
84
85         * nscd/mem.c (gc): Add size_t cast to match printf format.
86
87 2014-12-16  Roland McGrath  <roland@hack.frob.com>
88
89         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
90         (init): Apply PTR_MANGLE to pointers before storing them.
91         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
92         before using them.
93
94 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
95
96         [BZ #17719]
97         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
98         define as weak alias of __memrchr.
99         (__memrchr): Do not define as strong alias of memrchr.
100         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
101         Remove variable.
102         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
103         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
104         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
105
106         [BZ #17717]
107         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
108         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
109         (if_indextoname): Rename to __if_indextoname and define as weak
110         alias of __if_indextoname.  Use libc_hidden_weak.
111         (if_freenameindex): Rename to __if_freenameindex and define as
112         weak alias of __if_freenameindex.
113         (if_nameindex): Rename to __if_nameindex and define as weak alias
114         of __if_nameindex.
115         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
116         __if_nametoindex and define as weak alias of __if_nametoindex.
117         Use libc_hidden_weak.
118         (if_freenameindex): Rename to __if_freenameindex and define as
119         weak alias of __if_freenameindex.
120         (if_nameindex): Rename to __if_nameindex and define as weak alias
121         of __if_nameindex.
122         (if_indextoname): Rename to __if_indextoname and define as weak
123         alias of __if_indextoname.  Use libc_hidden_weak.
124         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
125         __if_nametoindex and define as weak alias of __if_nametoindex.
126         Use libc_hidden_weak.
127         (if_freenameindex): Rename to __if_freenameindex and define as
128         weak alias of __if_freenameindex.  Use libc_hidden_weak.
129         (if_nameindex_netlink): Use __if_freenameindex instead of
130         if_freenameindex.
131         (if_nameindex): Rename to __if_nameindex and define as weak alias
132         of __if_nameindex.  Use libc_hidden_weak.
133         (if_indextoname): Rename to __if_indextoname and define as weak
134         alias of __if_indextoname.  Use libc_hidden_weak.
135         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
136         libc_hidden_proto.
137         [!_ISOMAC] (__if_freenameindex): Likewise.
138         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
139         if_nametoindex.
140         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
141         variable.
142         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
143         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
144         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
145         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
146         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
147         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
148         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
149
150         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
151         Remove variable.
152         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
153         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
154
155 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
156
157         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
158         subscript above bounds'
159
160         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
161         bounds.
162
163 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
164
165         * libio/tst-fopenloc.c: Use test-skeleton.c.
166
167         * stdlib/tst-bsearch.c: Use test-skeleton.c.
168         (entry): Rename to ITEM.
169         (do_test, comp): Adjust.
170
171         * stdio-common/tst-fseek.c: Use test-skeleton.c.
172
173 2014-12-16  Torvald Riegel  <triegel@redhat.com>
174
175         * string/tester.c: Include <libc-internal.h>.
176         (test_memset): Ignore -Wmemset-transposed-args.
177
178 2014-12-16  Torvald Riegel  <triegel@redhat.com>
179
180         * misc/tst-mntent2.c (do_test): Fix warning.
181
182 2014-12-16  Torvald Riegel  <triegel@redhat.com>
183
184         * elf/tst-unique4lib.cc(a): Mark as used.
185
186 2014-12-16  Florian Weimer  <fweimer@redhat.com>
187
188         [BZ #17630]
189         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
190         names.
191
192 2014-12-16  Allan McRae  <allan@archlinux.org>
193
194         * stdio-common/Makefile (tests): Re-add bug26.
195
196 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
197
198         [BZ #17657]
199         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
200         static array.
201
202 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
203
204         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
205         (__lll_lock_wait): Likewise.
206         (__lll_timedlock_wait): Likewise.
207         (__lll_timedwait_tid): Likewise.
208         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
209         (__lll_robust_timedlock_wait): Likewise.
210         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
211         (lll_cond_trylock): Likewise.
212         (__lll_lock): Likewise.
213         (__lll_robust_lock): Likewise.
214         (__lll_cond_lock): Likewise.
215         (lll_robust_cond_lock): Likewise.
216         (__lll_timedlock): Likewise.
217         (__lll_robust_timedlock): Likewise.
218         (__lll_unlock): Likewise.
219         (__lll_robust_unlock): Likewise.
220         (lll_wait_tid): Likewise.
221         (lll_timedwait_tid): Likewise.
222
223 2014-12-15  Torvald Riegel  <triegel@redhat.com>
224
225         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
226
227 2014-12-15  Torvald Riegel  <triegel@redhat.com>
228
229         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
230
231 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
232
233         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
234         * stdio-common/tst-sprintf.c: Likewise.
235
236 2014-12-15  Torvald Riegel  <triegel@redhat.com>
237
238         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
239
240 2014-12-15  Jeff Law  <law@redhat.com>
241
242         [BZ #16617]
243         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
244         on the heap.  (CVE-2012-3406)
245         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
246         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
247         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
248
249 2014-12-15  Will Newton  <will.newton@linaro.org>
250
251         * manual/install.texi: Bump required version of texinfo
252         to 4.7 from 4.5.
253         * INSTALL: Regenerated.
254         * configure.ac: Check for makeinfo version 4.7 and above.
255         * configure: Regenerated.
256
257 2014-12-12  Roland McGrath  <roland@hack.frob.com>
258
259         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
260         PREFIX, string constant to insert between directory and name.
261         * sysdeps/posix/shm_open.c: Update caller.
262         * sysdeps/posix/shm_unlink.c: Likewise.
263         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
264         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
265         (SEM_SHM_PREFIX): New macro.
266         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
267         [$(have-thread-library) = no].
268         * nptl/Makefile (libpthread-routines): Add shm-directory.
269         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
270         * sysdeps/nptl/shm-directory.h: New file.
271         * sysdeps/posix/shm-directory.c
272         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
273         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
274         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
275         INTERNAL_SYSCALL.
276         (__where_is_shmfs): Function removed.
277         (mountpoint, defaultmount, defaultdir, __namedsem_once):
278         Variables removed.
279         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
280         Use SHM_GET_NAME.
281         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
282
283         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
284         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
285         unconditional for use inside libpthread.
286         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
287
288 2014-12-12  Roland McGrath  <roland@hack.frob.com>
289
290         * nptl/pthread_getaffinity.c: New file.
291         * nptl/pthread_setaffinity.c: New file.
292         * nptl/pthread_getname.c: New file.
293         * nptl/pthread_setname.c: New file.
294
295         * nptl/pthread_create.c (START_THREAD_DEFN)
296         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
297
298 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
299             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
300
301         * resolv/res_send.c (send_vc): Disable warning resplen may
302         be used uninitialized.
303
304 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
305
306         * nptl/tst-mutex6.c
307         (ATTR_NULL): New define checks ATTR against NULL.
308         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
309         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
310
311 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
312
313         [BZ #17581]
314         * malloc/hooks.c
315         (mem2mem_check): Revert my previous change.
316         (malloc_check_get_size): Revert my previous change.
317         (mem2chunk_check): Revert my previous change.
318
319 2014-12-11  Roland McGrath  <roland@hack.frob.com>
320
321         * sysdeps/posix/shm-directory.c: New file.
322         * sysdeps/posix/shm-directory.h: New file.
323         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
324         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
325         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
326         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
327         Transmute EPERM to EACCES.
328         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
329         from ...
330         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
331         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
332
333 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
334
335         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
336         pointer and cast to uintptr_t.
337         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
338         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
339         Add cast to avoid warning.
340         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
341
342 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
343
344         * nptl/semaphore.h: Move to ...
345         * sysdeps/pthread/semaphore.h: ... here.
346         * Makefile (installed-headers): Change nptl/semaphore.h to
347         sysdeps/pthread/semaphore.h.
348
349 2014-12-11  Roland McGrath  <roland@hack.frob.com>
350
351         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
352         generated error format strings.
353
354         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
355         -Wformat-extra-args warnings for scanf formats.
356         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
357         test of zero-length format (duh).
358         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
359         corner-case scanf format test.
360         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
361         generated fprintf format string.
362         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
363         corner-case sprintf format tests.
364         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
365         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
366         -Wformat-extra-args warnings throughout.
367         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
368         (CFLAGS-scanf4.c): Likewise.
369         (CFLAGS-scanf7.c): Likewise.
370         (CFLAGS-tst-sprintf.c): Likewise.
371         (CFLAGS-tst-printf.c): Likewise.
372         (CFLAGS-tst-printfsz.c): Likewise.
373
374 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
375
376         * include/cpio.h: New file.
377         * include/fmtmsg.h: Likewise.
378
379         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
380         corresponding format argument to size_t.
381         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
382         arguments.
383         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
384         corresponding format argument to size_t.
385         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
386         arguments.
387         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
388         corresponding format argument to size_t.
389         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
390         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
391         (CFLAGS-tst-mbswcs2.c): Likewise.
392         (CFLAGS-tst-mbswcs3.c): Likewise.
393         (CFLAGS-tst-mbswcs4.c): Likewise.
394         (CFLAGS-tst-mbswcs5.c): Likewise.
395         (CFLAGS-tst-trans.c): Likewise
396
397 2014-12-11  Roland McGrath  <roland@hack.frob.com>
398
399         * posix/regexbug1.c (main): Use "%s" format with regerror results,
400         rather than assuming they won't contain any '%'s.
401
402 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
403
404         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
405         inhibit_loop_to_libcall to avoid recursive calls.
406         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
407         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
408
409 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
410
411         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
412         prototype.
413
414 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
415
416         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
417         integer value instead of boolean.
418
419 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
420
421         * malloc/malloc.c: Fix powerof2 check.
422
423 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
424
425         * locale/programs/locfile.h (maybe_swap_uint32):
426         Remove inline and add unused attribute.
427
428 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
429
430         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
431         Truncating assembler expression to a .long expression.
432
433 2014-12-11  Andreas Schwab  <schwab@suse.de>
434
435         * elf/rtld.c (struct map_args): Constify str member.
436         (do_preload): Constify fname argument.
437
438 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
439
440         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
441         constants definition.
442
443 2014-12-11  Andreas Schwab  <schwab@suse.de>
444
445         [BZ #16657]
446         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
447         FORCE_ELISION instead of DO_ELISION.
448         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
449         Remove.
450         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
451         Likewise.
452
453         * iconvdata/gconv-modules: Remove duplicate entry.
454
455 2014-12-11  Will Newton  <will.newton@linaro.org>
456
457         Merge gettext 0.19.3 into intl/.
458
459         This involves a number of cosmetic changes to comments
460         and ANSI function definitions and prototypes throughout
461         all the files. The gettext copyright header is used but
462         with the date ranges taken from the glibc copy.
463
464         * NEWS: Add gettext merge to 2.21.
465         * intl/bindtextdom.c: Switch to gettext copyright.
466         Use ANSI definitions and prototypes.
467         Use gl_* locking primitives rather than __libc_* ones.
468         Use __builtin_expect rather than __glibc_likely/unlikely.
469         * intl/dcgettext.c: Switch to gettext copyright.
470         Use ANSI definitions and prototypes.
471         * intl/dcigettext.c: Switch to gettext copyright.
472         Use ANSI definitions and prototypes.
473         (INTDIV0_RAISES_SIGFPE): New define.
474         Use gl_* locking primitives rather than __libc_* ones.
475         Include eval-plural.h instead of plural-eval.c.
476         Use __builtin_expect rather than __glibc_likely/unlikely.
477         * intl/dcngettext.c: Switch to gettext copyright.
478         Use ANSI definitions and prototypes.
479         * intl/dgettext.c: Likewise.
480         * intl/dngettext.c: Likewise.
481         * intl/plural-eval.c: Renamed to...
482         * intl/eval-plural.h: ...this.
483         * intl/explodename.c: Switch to gettext copyright.
484         Use ANSI definitions and prototypes.
485         (_nl_explode_name): Use strchr instead of __rawmemchr.
486         * intl/finddomain.c: Switch to gettext copyright.
487         Use ANSI definitions and prototypes.
488         Use gl_* locking primitives rather than __libc_* ones.
489         (_nl_find_domain): Use malloc rather than alloca for
490         allocation of temporary locale name.
491         * intl/gettext.c: Switch to gettext copyright.
492         Use ANSI definitions and prototypes.
493         * intl/gettextP.h: Switch to gettext copyright.
494         Use ANSI definitions and prototypes.
495         Use gl_* locking primitives rather than __libc_* ones.
496         * intl/gmo.h: Switch to gettext copyright.
497         (struct sysdep_string): Move struct segment_pair outside of
498         struct definition.
499         * intl/hash-string.c: Use ANSI definitions and prototypes.
500         * intl/hash-string.h: Switch to gettext copyright.
501         Use ANSI definitions and prototypes.
502         * intl/l10nflist.c: Switch to gettext copyright.
503         Use ANSI definitions and prototypes.
504         (_nl_normalize_codeset): Avoid integer overflow.
505         * intl/loadinfo.h: Switch to gettext copyright.
506         Use ANSI definitions and prototypes.
507         (LIBINTL_DLL_EXPORTED): New define.
508         (PATH_SEPARATOR): New define.
509         * intl/loadmsgcat.c: Switch to gettext copyright.
510         * intl/localealias.c: Switch to gettext copyright.
511         Use ANSI definitions and prototypes.
512         (_nl_expand_alias): Use PATH_SEPARATOR.
513         * intl/ngettext.c: Switch to gettext copyright.
514         Use ANSI definitions and prototypes.
515         * intl/plural-exp.c: Likewise.
516         * intl/plural-exp.h: Switch to gettext copyright.
517         Use ANSI definitions and prototypes.
518         (struct expression): Move definition of enum operator outside
519         of struct definition.
520         * intl/plural.c: Regenerate.
521         * intl/plural.y: Switch to gettext copyright.
522         Use ANSI definitions and prototypes.
523         Port to bison 3.0.
524         * intl/textdomain.c: Switch to gettext copyright.
525         Use ANSI definitions and prototypes.
526         Use gl_* locking primitives rather than __libc_* ones.
527
528 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
529
530         * debug/warning-nop.c: Add used atrribute.
531
532 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
533
534         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
535
536         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
537         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
538         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
539
540 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
541             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
542
543         [BZ #17634]
544         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
545         Undefine after defining function.  Define as weak alias of
546         __wcschr.  Use libc_hidden_weak.
547         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
548         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
549         (libc_hidden_def): Also define __GI___wcschr alias.
550         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
551         __wcschr and define as weak alias of __wcschr.
552         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
553         __wcschr.
554         [!WCSCHR] (DEFAULT_WCSCHR): Define.
555         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
556         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
557         libc_hidden_weak.  Do not use libc_hidden_def.
558         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
559         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
560         __GI___wcschr alias.
561         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
562         [IS_IN (libc)] (wcschr): Define as macro expanding to
563         __redirect_wcschr.
564         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
565         [IS_IN (libc)] (__wcschr_power6): Likewise.
566         [IS_IN (libc)] (__wcschr_power7): Likewise.
567         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
568         instead of wcschr.
569         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
570         __libc_wcschr.
571         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
572         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
573         __wcschr and define as weak alias of __wcschr.  Use
574         libc_hidden_builtin_def.
575         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
576         as weak alias of __wcschr.  Use libc_hidden_weak.
577         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
578         wcschr.
579         * time/era.c (_nl_init_era_entries): Likewise.
580         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
581         variable.
582         (test-xfail-XPG3/time.h/linknamespace): Likewise.
583         (test-xfail-XPG4/time.h/linknamespace): Likewise.
584
585 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
586
587         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
588         format for long int variable.
589
590 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
591
592         [BZ #10672]
593         * manual/search.texi: (Array Sort Function): Remove claim how to make
594         qsort stable.
595
596 2014-12-10  Andreas Schwab  <schwab@suse.de>
597
598         [BZ #12847]
599         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
600         user-controlled locks.
601
602 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
603
604         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
605         register.
606
607 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
608
609         * configure.ac (--disable-werror): New configure option.
610         (enable_werror): New AC_SUBST.
611         * configure: Regenerated.
612         * config.make.in (enable-werror): New variable.
613         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
614         -Wno-error=undef.
615         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
616         * manual/install.texi (Configuring and compiling): Document
617         --disable-werror.
618         * INSTALL: Regenerated.
619         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
620         (CFLAGS-tst-chk2.c): Likewise.
621         (CFLAGS-tst-chk3.c): Likewise.
622         (CFLAGS-tst-chk4.cc): Likewise.
623         (CFLAGS-tst-chk5.cc): Likewise.
624         (CFLAGS-tst-chk6.cc): Likewise.
625         (CFLAGS-tst-lfschk1.c): Likewise.
626         (CFLAGS-tst-lfschk2.c): Likewise.
627         (CFLAGS-tst-lfschk3.c): Likewise.
628         (CFLAGS-tst-lfschk4.cc): Likewise.
629         (CFLAGS-tst-lfschk5.cc): Likewise.
630         (CFLAGS-tst-lfschk6.cc): Likewise.
631
632         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
633         (main): Disable -Wdeprecated-declarations around calls to
634         register_printf_function.
635
636         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
637         (do_test): Disable -Wdiv-by-zero around some calls to
638         fwrite_unlocked and fread_unlocked.
639
640         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
641         (DIAG_POP_NEEDS_COMMENT): Likewise.
642         (_DIAG_STR1): Likewise.
643         (_DIAG_STR): Likewise.
644         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
645         * stdio-common/bug21.c: Include <libc-internal.h>.
646         (do_test): Disable -Wformat around call to sscanf.
647         * stdio-common/scanf14.c: Include <libc-internal.h>.
648         (main): Disable -Wformat around some calls to scanf functions.
649
650 2014-12-09  Torvald Riegel  <triegel@redhat.com>
651
652         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
653
654 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
655
656         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
657         stack variable alignment.
658
659 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
660
661         [BZ #17682]
662         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
663         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
664         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
665         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
666         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
667         __getrlimit instead of getrlimit.
668         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
669         __gettimeofday instead of gettimeofday.
670         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
671         Likewise.
672         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
673         Likewise.
674         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
675         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
676         Remove variable.
677         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
678         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
679
680 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
681
682         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
683         for wide-character tests.
684
685 2014-12-04  Roland McGrath  <roland@hack.frob.com>
686
687         * io/openat64.c: #include <libc-internal.h>
688         (__openat64): Prototypify.  Use ignore_value on MODE.
689         * io/openat.c: Likewise.
690         * misc/reboot.c: #include <libc-internal.h>
691         (reboot): Prototypify.  Use ignore_value on HOWTO.
692         * misc/ptrace.c: #include <libc-internal.h>
693         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
694
695 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
696
697         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
698         XPG4, UNIX98 and XOPEN2K.
699         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
700         Remove variable.
701         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
702
703 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
704
705         * libio/fileops.c: Use ISO C style for function definitions.
706         * libio/iofopen.c: Likewise.
707         * libio/wfileops.c: Likewise.
708
709         [BZ #17653]
710         * libio/fileops.c (_IO_new_file_underflow): Unset cached
711         offset on EOF.
712         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
713         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
714         (fgets_func): Function pointer to fgets and fgetws.
715         (do_ftell_test): Add test to verify ftell value after read
716         EOF.
717         (do_test): Set fgets_func.
718
719         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
720         O_TRUNC flag for w and w+ modes.
721         (do_rewind_test): Likewise.
722         (do_ftell_test): Likewise.
723         (do_write_test): Likewise.
724
725         [BZ #17647]
726         * libio/fileops.c (do_ftell): Seek only when there are
727         unflushed writes.
728         * libio/wfileops.c (do_ftell_wide): Likewise.
729         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
730         test case.
731         (do_one_test): Call it.
732
733 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
734
735         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
736         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
737         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
738         Remove variable.
739         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
740         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
741         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
742
743 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
744
745         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
746         Remove variable.
747         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
748
749         [BZ #17668]
750         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
751         as weak alias of __getifaddrs.  Use libc_hidden_weak.
752         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
753         __freeifaddrs.  Use libc_hidden_weak.
754         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
755         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
756         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
757         __freeifaddrs.  Use libc_hidden_weak.
758         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
759         __getifaddrs and define as weak alias of __getifaddrs.  Use
760         libc_hidden_weak.
761         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
762         __freeifaddrs.  Use libc_hidden_weak.
763         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
764         Remove variable.
765         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
766         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
767
768 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
769
770         [BZ #17601]
771         * sysdeps/mips/start.S (__start): Use indirect jump to call
772         __libc_start_main.
773
774 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
775
776         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
777
778         * nptl/tst-mutex1.c: Include <stdbool.h>.
779         [!ATTR] (ATTR_NULL): New macro.
780         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
781         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
782         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
783
784         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
785         to char *.
786
787         [BZ #17665]
788         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
789         Change conditional to [__USE_MISC].
790
791         [BZ #17664]
792         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
793         fgets_unlocked.
794         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
795         __fgets_unlocked.
796         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
797         fgets_unlocked.
798         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
799         Remove variable.
800         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
801         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
802         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
803         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
804         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
805         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
806         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
807         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
808         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
809
810         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
811
812 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
813
814         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
815         Remove strpbrk objects.
816         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
817         (__libc_ifunc_impl_list): Remove strpbrk implementation.
818         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
819         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
820         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
821         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
822
823         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
824         Remove strcspn objects.
825         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
826         (__libc_ifunc_impl_list): Remove strcspn implementation.
827         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
828         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
829         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
830         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
831
832         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
833         Remove strspn objetcs.
834         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
835         (__libc_ifunc_impl_list): Remove strspn implementation.
836         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
837         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
838         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
839         * sysdeps/powerpc/powerpc64/strspn.S: New file.
840
841 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
842
843         [BZ #17581]
844         * malloc/hooks.c
845         (mem2mem_check): Add a terminator to the chain of checking blocks.
846         (malloc_check_get_size): Use it here.
847         (mem2chunk_check): Ditto.
848
849 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
850
851         * sysdeps/powerpc/powerpc64/strtok.S: New file.
852         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
853
854 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
855
856         * bits/ioctl-types.h: Indent preprocessor directives correctly.
857
858         * nptl/nptl-init.c: Include libc-internal.h.
859         (__pthread_initialize_minimal_internal): Use ROUND_UP.
860
861         * elf/ldconfig.c (search_dir): Expand comment.
862
863 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
864
865         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
866         variable.
867         (linknamespace-symlist-stdlibs-tests): Likewise.
868         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
869         instead of $(objpfx)symlist-stdlibs.
870         (linknamespace-libs-isoc): New variable.
871         (linknamespace-libs): Use $(linknamespace-libs-isoc).
872         (linknamespace-libs-ISO): New variable.
873         (linknamespace-libs-ISO99): Likewise.
874         (linknamespace-libs-ISO11): Likewise.
875         (linknamespace-libs-XPG3): Likewise.
876         (linknamespace-libs-XPG4): Likewise.
877         (linknamespace-libs-POSIX): Likewise.
878         (linknamespace-libs-UNIX98): Likewise.
879         (linknamespace-libs-XOPEN2K): Likewise.
880         (linknamespace-libs-POSIX2008): Likewise.
881         (linknamespace-libs-XOPEN2K8): Likewise.
882         ($(objpfx)symlist-stdlibs): Replace by
883         $(linknamespace-symlist-stdlibs-tests).  Use
884         $(linknamespace-libs-$*) as set of libraries.
885         ($(linknamespace-header-tests)): Update dependencies.  Use
886         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
887         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
888         * conform/linknamespace.pl: Remove comment about considering
889         definitions of symbols from irrelevant libraries.
890
891 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
892
893         [BZ #13862]
894         * elf/dl-tls.c: Include <atomic.h>.
895         (oom): Remove #ifdef SHARED/#endif.
896         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
897         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
898         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
899         big enough.
900         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
901         * nptl/Makefile (tests): Add tst-stack4.
902         (modules-names): Add tst-stack4mod.
903         ($(objpfx)tst-stack4): New.
904         (tst-stack4mod.sos): Likewise.
905         ($(objpfx)tst-stack4.out): Likewise.
906         ($(tst-stack4mod.sos)): Likewise.
907         (clean): Likewise.
908         * nptl/tst-stack4.c: New file.
909         * nptl/tst-stack4mod.c: Likewise.
910
911 2014-11-27  J. Brown  <jb999@gmx.de>
912
913         * sysdeps/x86/bits/string.h: Add recent CPUs.
914
915 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
916
917         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
918         sigblock.
919
920         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
921         feof.
922
923         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
924         variable.
925
926 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
927
928         * nscd/connections.c: Include libc-internal.h because of macro
929         usage ignore_value.
930
931 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
932
933         * string/bits/string3.h (__warn_memset_zero_len): Don't
934         declare for gcc newer than 5.0.
935         (memset): Don't test for zero-length __LEN for gcc newer than
936         5.0.
937
938 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
939
940         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
941         size_t for %zu format.
942
943         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
944         difference, not %ju.
945
946 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
947
948         * include/libc-internal.h (ignore_value): New macro.
949         * nscd/connections.c (restart): Wrap calls to setuid and setgid
950         with ignore_value.
951
952         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
953         definition.
954
955         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
956         pthread_cleanup_push to void *.
957
958         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
959         Undefine.
960
961         [BZ #16619]
962         [BZ #16740]
963         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
964         instead of 1L << 52.
965
966         * libio/bug-rewind.c (do_test): Check fwscanf return values.
967         * libio/bug-rewind2.c (do_test): Likewise.
968
969         * debug/test-stpcpy_chk-ifunc.c: Remove file.
970         * debug/test-strcpy_chk-ifunc.c: Likewise.
971         * wcsmbs/test-wcschr-ifunc.c: Likewise.
972         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
973         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
974         * wcsmbs/test-wcslen-ifunc.c: Likewise.
975         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
976         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
977         * Rules [$(multi-arch) = no] (tests): Do not filter out
978         $(tests-ifunc).
979         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
980         * debug/Makefile (tests-ifunc): Remove variable.
981         (tests): Do not add $(tests-ifunc).
982         * wcsmbs/Makefile (tests-ifunc): Remove variable.
983         (tests): Do not add $(tests-ifunc).
984         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
985         [TEST_IFUNC]: Remove conditionals.
986         * string/test-string.h (TEST_IFUNC): Remove macro.
987         [TEST_IFUNC]: Remove conditionals.
988
989         * string/test-strchr.c [!WIDE] (L): New macro.
990         [WIDE] (L): Likewise.
991         (check1): Use CHAR instead of char.  Use L on string and character
992         constants.
993
994 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
995
996         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
997         tests.
998         * sysdeps/powerpc/bits/atomic.h
999         (__arch_atomic_exchange_and_add_32_acq): Add definition.
1000         (__arch_atomic_exchange_and_add_32_rel): Likewise.
1001         (atomic_exchange_and_add_acq): Likewise.
1002         (atomic_exchange_and_add_rel): Likewise.
1003         * sysdeps/powerpc/powerpc32/bits/atomic.h
1004         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1005         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1006         * sysdeps/powerpc/powerpc64/bits/atomic.h
1007         (__arch_atomic_exchange_and_add_64_acq): Add definition.
1008         (__arch_atomic_exchange_and_add_64_rel): Likewise.
1009
1010 2014-11-26  Torvald Riegel  <triegel@redhat.com>
1011
1012         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
1013         Change synchronization of __sched_fifo_min_prio and
1014         __sched_fifo_max_prio.
1015         * nptl/pthread_mutexattr_getprioceiling.c
1016         (pthread_mutexattr_getprioceiling): Likewise.
1017         * nptl/pthread_mutexattr_setprioceiling.c
1018         (pthread_mutexattr_setprioceiling): Likewise.
1019         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
1020         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
1021         Likewise.
1022
1023 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
1024
1025         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
1026         void.
1027
1028 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1029
1030         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
1031         third argument const.
1032
1033 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1034
1035         fnmatch: work around GCC compiler warning bug with uninit var
1036         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
1037         This works around a bug with x86-64 GCC 4.9.2 and earlier
1038         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
1039         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
1040         used uninitialized in this function [-Wmaybe-uninitialized]".
1041
1042 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
1043
1044         * posix/bug-regex31.c (main): Return RES not 0.
1045
1046 2014-11-25  Anton Blanchard <anton@samba.org>
1047
1048         * sysdeps/powerpc/bits/atomic.h
1049         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
1050
1051 2014-11-24  Sterling Augustine  <saugustine@google.com>
1052
1053         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
1054
1055 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
1056
1057         [BZ #17608]
1058         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
1059
1060 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
1061
1062         [BZ #17633]
1063         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
1064         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
1065         variable.
1066         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1067         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1068
1069 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1070
1071         * string/strncpy.c (strncpy): Improve performance by using memset.
1072
1073 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
1074
1075         * string/strcpy.c (strcpy):
1076         Improve performance by using strlen and memcpy.
1077
1078 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
1079
1080         * string/strcoll_l.c (get_next_seq): __always_inline.
1081         * string/strcoll_l.c (do_compare): __always_inline.
1082
1083 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1084
1085         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
1086         defined.
1087         * include/mqueue.h: Likewise.
1088         * include/stdlib.h: Likewise.
1089
1090         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
1091         (get_null_defines): Adjust.
1092         * sunrpc/Makefile: Adjust comment.
1093         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
1094         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
1095         (CFLAGS-interp.c): Likewise.
1096         (CFLAGS-ldconfig.c): Likewise.
1097         (CPPFLAGS-.os): Likewise.
1098         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1099         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1100         * extra-modules.mk (extra-modules.mk): Likewise.
1101         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
1102         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
1103         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
1104         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
1105         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
1106         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
1107         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
1108         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
1109         * iconvdata/Makefile (CPPFLAGS): Likewise.
1110         (cpp-srcs-left): Add libof for all iconvdata routines.
1111         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
1112         * include/assert.h: Likewise.
1113         * include/ctype.h: Likewise.
1114         * include/errno.h: Likewise.
1115         * include/libc-symbols.h: Likewise.
1116         * include/math.h: Likewise.
1117         * include/netdb.h: Likewise.
1118         * include/resolv.h: Likewise.
1119         * include/stdio.h: Likewise.
1120         * include/stdlib.h: Likewise.
1121         * include/string.h: Likewise.
1122         * include/sys/stat.h: Likewise.
1123         * include/wctype.h: Likewise.
1124         * intl/l10nflist.c: Likewise.
1125         * libidn/idn-stub.c: Likewise.
1126         * libio/libioP.h: Likewise.
1127         * nptl/libc_multiple_threads.c: Likewise.
1128         * nptl/pthreadP.h: Likewise.
1129         * posix/regex_internal.h: Likewise.
1130         * resolv/res_hconf.c: Likewise.
1131         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
1132         * sysdeps/arm/memmove.S: Likewise.
1133         * sysdeps/arm/sysdep.h: Likewise.
1134         * sysdeps/generic/_itoa.h: Likewise.
1135         * sysdeps/generic/symbol-hacks.h: Likewise.
1136         * sysdeps/gnu/errlist.awk: Likewise.
1137         * sysdeps/gnu/errlist.c: Likewise.
1138         * sysdeps/i386/i586/memcpy.S: Likewise.
1139         * sysdeps/i386/i586/memset.S: Likewise.
1140         * sysdeps/i386/i686/memcpy.S: Likewise.
1141         * sysdeps/i386/i686/memmove.S: Likewise.
1142         * sysdeps/i386/i686/mempcpy.S: Likewise.
1143         * sysdeps/i386/i686/memset.S: Likewise.
1144         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
1145         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
1146         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
1147         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
1148         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
1149         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
1150         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
1151         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
1152         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
1153         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
1154         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
1155         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
1156         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
1157         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
1158         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
1159         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
1160         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
1161         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
1162         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
1163         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
1164         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
1165         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
1166         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
1167         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
1168         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
1169         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
1170         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
1171         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
1172         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
1173         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
1174         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
1175         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
1176         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
1177         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
1178         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
1179         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
1180         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
1181         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
1182         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
1183         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
1184         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
1185         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
1186         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
1187         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
1188         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
1189         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
1190         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
1191         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
1192         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
1193         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
1194         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
1195         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
1196         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
1197         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
1198         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
1199         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
1200         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
1201         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
1202         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
1203         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
1204         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
1205         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
1206         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
1207         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1208         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1209         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
1210         * sysdeps/posix/closedir.c: Likewise.
1211         * sysdeps/posix/opendir.c: Likewise.
1212         * sysdeps/posix/readdir.c: Likewise.
1213         * sysdeps/posix/rewinddir.c: Likewise.
1214         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
1215         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
1216         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
1217         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
1218         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
1219         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
1220         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
1221         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
1222         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
1223         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
1224         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
1225         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
1226         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
1227         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
1228         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
1229         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
1230         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
1231         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
1232         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
1233         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
1234         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
1235         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
1236         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
1237         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
1238         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
1239         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
1240         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
1241         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
1242         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
1243         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
1244         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
1245         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
1246         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
1247         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
1248         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
1249         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
1250         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
1251         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
1252         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
1253         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
1254         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
1255         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
1256         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
1257         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
1258         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
1259         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
1260         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
1261         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
1262         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
1263         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
1264         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
1265         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
1266         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
1267         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
1268         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
1269         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
1270         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
1271         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
1272         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
1273         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
1274         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
1275         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
1276         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
1277         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
1278         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
1279         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
1280         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
1281         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
1282         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
1283         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
1284         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
1285         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
1286         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
1287         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
1288         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
1289         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
1290         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
1291         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
1292         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
1293         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
1294         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
1295         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
1296         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
1297         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
1298         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
1299         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
1300         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
1301         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
1302         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
1303         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
1304         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
1305         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
1306         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
1307         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
1308         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
1309         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
1310         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
1311         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
1312         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
1313         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
1314         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
1315         * sysdeps/unix/alpha/sysdep.S: Likewise.
1316         * sysdeps/unix/alpha/sysdep.h: Likewise.
1317         * sysdeps/unix/make-syscalls.sh: Likewise.
1318         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1319         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1320         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1321         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
1322         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1323         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1324         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
1325         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1326         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1327         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
1328         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1329         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1330         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1331         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1332         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1333         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
1334         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1335         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1336         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1337         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1338         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1339         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1340         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1341         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1342         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1343         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1344         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1345         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1346         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1347         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
1348         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1349         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1350         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1351         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1352         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1353         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1354         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1355         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1356         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1357         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
1358         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1359         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1360         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1361         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
1362         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1363         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1364         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1365         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
1366         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1367         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1368         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1369         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1370         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1371         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1372         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
1373         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1374         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1375         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1376         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
1377         * sysdeps/x86_64/memcpy.S: Likewise.
1378         * sysdeps/x86_64/memmove.c: Likewise.
1379         * sysdeps/x86_64/memset.S: Likewise.
1380         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
1381         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
1382         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
1383         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
1384         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
1385         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
1386         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
1387         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
1388         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
1389         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
1390         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
1391         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
1392         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
1393         * sysdeps/x86_64/multiarch/memset.S: Likewise.
1394         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
1395         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
1396         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
1397         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
1398         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
1399         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
1400         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
1401         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
1402         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
1403         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
1404         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
1405         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
1406         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
1407         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
1408         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
1409         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
1410         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
1411         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
1412         * sysdeps/x86_64/strcmp.S: Likewise.
1413
1414         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
1415
1416         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
1417         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
1418         * elf/rtld-Rules: Likewise.
1419         * elf/setup-vdso.h: Likewise.
1420         * include/assert.h: Likewise.
1421         * include/bits/stdlib-float.h: Likewise.
1422         * include/errno.h: Likewise.
1423         * include/sys/stat.h: Likewise.
1424         * include/unistd.h: Likewise.
1425         * sysdeps/aarch64/setjmp.S: Likewise.
1426         * sysdeps/alpha/setjmp.S: Likewise.
1427         * sysdeps/arm/__longjmp.S: Likewise.
1428         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
1429         * sysdeps/arm/setjmp.S: Likewise.
1430         * sysdeps/arm/sysdep.h: Likewise.
1431         * sysdeps/generic/_itoa.h: Likewise.
1432         * sysdeps/generic/dl-sysdep.h: Likewise.
1433         * sysdeps/generic/ldsodefs.h: Likewise.
1434         * sysdeps/i386/dl-tls.h: Likewise.
1435         * sysdeps/i386/setjmp.S: Likewise.
1436         * sysdeps/m68k/setjmp.c: Likewise.
1437         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
1438         * sysdeps/mach/hurd/opendir.c: Likewise.
1439         * sysdeps/posix/getcwd.c: Likewise.
1440         * sysdeps/posix/opendir.c: Likewise.
1441         * sysdeps/posix/profil.c: Likewise.
1442         * sysdeps/powerpc/dl-procinfo.h: Likewise.
1443         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
1444         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1445         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
1446         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1447         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1448         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1449         * sysdeps/s390/dl-tls.h: Likewise.
1450         * sysdeps/s390/s390-32/setjmp.S: Likewise.
1451         * sysdeps/s390/s390-64/setjmp.S: Likewise.
1452         * sysdeps/sh/sh3/setjmp.S: Likewise.
1453         * sysdeps/sh/sh4/setjmp.S: Likewise.
1454         * sysdeps/unix/alpha/sysdep.h: Likewise.
1455         * sysdeps/unix/arm/sysdep.S: Likewise.
1456         * sysdeps/unix/i386/sysdep.S: Likewise.
1457         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1458         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1459         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
1460         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
1461         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1462         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
1463         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
1464         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1465         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
1466         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
1467         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
1468         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
1469         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
1470         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
1471         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
1472         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
1473         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
1474         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
1475         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
1476         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
1477         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
1478         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1479         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1480         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
1481         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1482         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
1483         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
1484         * sysdeps/unix/x86_64/sysdep.S: Likewise.
1485         * sysdeps/x86_64/setjmp.S: Likewise.
1486
1487         * include/math.h: Use IS_IN instead of IS_IN_libm.
1488         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
1489         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
1490         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
1491         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
1492         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
1493         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
1494         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
1495         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
1496         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
1497         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
1498         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
1499         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
1500         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
1501         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
1502         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
1503         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
1504         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
1505         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
1506         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
1507         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
1508         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
1509         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
1510         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
1511         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
1512         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
1513         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
1514         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
1515         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
1516         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
1517         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
1518         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1519         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
1520         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
1521         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
1522         Likewise.
1523         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
1524         Likewise.
1525         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
1526         Likewise.
1527         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
1528         Likewise.
1529         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
1530         Likewise.
1531         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
1532         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
1533         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
1534         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
1535         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
1536         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
1537         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
1538         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
1539         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
1540         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
1541         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
1542         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1543         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
1544         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
1545         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
1546         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
1547         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
1548         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
1549         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
1550         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
1551         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
1552         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
1553         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
1554         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
1555         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
1556         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
1557         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
1558
1559         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
1560         * nptl/pthreadP.h: Likewise.
1561         * nptl_db/structs.def: Likewise.
1562         * sysdeps/arm/sysdep.h: Likewise.
1563         * sysdeps/nptl/bits/libc-lock.h: Likewise.
1564         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
1565         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
1566         * sysdeps/unix/alpha/sysdep.h: Likewise.
1567         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1568         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
1569         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1570         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1571         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1572         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1573         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1574         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1575         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1576         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1577         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1578         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1579         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1580         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1581         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
1582         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
1583         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1584         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1585         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1586         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1587         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1588         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1589         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1590         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1591         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1592         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1593
1594         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1595         * nptl/pthreadP.h: Likewise.
1596         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1597         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1598         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1599         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1600         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1601         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1602         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1603         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1604         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1605         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1606         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1607         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1608         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1609         Likewise.
1610         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1611         Likewise.
1612         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1613         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1614         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1615         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1616         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1617         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1618         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1619         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1620
1621         * dlfcn/dladdr.c: Use IS_IN.
1622         * dlfcn/dladdr1.c: Likewise.
1623         * dlfcn/dlclose.c: Likewise.
1624         * dlfcn/dlerror.c: Likewise.
1625         * dlfcn/dlinfo.c: Likewise.
1626         * dlfcn/dlmopen.c: Likewise.
1627         * dlfcn/dlopen.c: Likewise.
1628         * dlfcn/dlsym.c: Likewise.
1629         * dlfcn/dlvsym.c: Likewise.
1630
1631         * include/ifaddrs.h: Use IS_IN.
1632         * inet/check_pf.c: Likewise.
1633         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1634         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1635
1636         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1637         IS_IN_ldconfig.
1638         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1639         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1640
1641         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1642         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1643         IS_IN (libc).
1644
1645         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1646
1647         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
1648         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1649         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1650         * include/libc-symbols.h (IS_IN_LIB): New macro.
1651         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1652         * include/netdb.h: Likewise.
1653         * include/stap-probe.h: Remove all uses of IN_LIB.
1654
1655         * Makeconfig (module-cppflags-real): Define MODULE_NAME
1656         instead of IN_MODULE.
1657         * include/libc-symbols.h (IN_MODULE): Define using
1658         MODULE_NAME.
1659         (PASTE_NAME, PASTE_NAME1): New macros.
1660         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1661         of IN_LIB.
1662         (STAP_PROBE_ASM): Likewise.
1663
1664 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1665
1666         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1667         __mach_init in dlopened libc.
1668
1669 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
1670
1671         * sysdeps/arm/preconfigure.ac: Delete EABI check.
1672         * sysdeps/arm/preconfigure: Regenerate.
1673
1674 2014-11-21  Roland McGrath  <roland@hack.frob.com>
1675
1676         * nptl/pthread_create.c (__pthread_create_2_1): Set
1677         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1678         when copying values from IATTR into PD.
1679
1680 2014-11-21  Will Newton  <will.newton@linaro.org>
1681             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
1682
1683         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1684         Refactor inline-asm.  Also add comment.
1685
1686         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1687         ElfW macro instead of hardcoded Elf64 types.
1688         (la_aarch64_gnu_pltenter): Likewise.
1689         * sysdeps/aarch64/dl-machine.h
1690         (elf_machine_runtime_setup): Use ElfW(Addr).
1691
1692         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1693         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1694         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1695         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1696         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1697         (R_AARCH64_TLS_DTPMOD64): Rename to ..
1698         (R_AARCH64_TLS_DTPMOD): This.
1699         (R_AARCH64_TLS_DTPREL64): Rename to ...
1700         (R_AARCH64_TLS_DTPREL): This.
1701         (R_AARCH64_TLS_TPREL64): Rename to ...
1702         (R_AARCH64_TLS_TPREL): This.
1703         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1704         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1705         R_AARCH64_TLS_TPREL64.
1706         (elf_machine_rela): Likewise.
1707
1708 2014-11-21  Torvald Riegel  <triegel@redhat.com>
1709
1710         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1711         by setting it to 0.  64b atomics are not supported currently.
1712
1713 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1714
1715         [BZ #16469]
1716         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1717         search domain names.
1718
1719 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1720
1721         [BZ #16469]
1722         * NEWS: Update.
1723         * resolv/res_query.c (__libc_res_nquerydomain): Retain
1724         trailing dot.
1725         * posix/tst-getaddrinfo5.c: New.
1726         * posix/Makefile (tests): Add it.
1727
1728 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1729
1730         [BZ #14498]
1731         * NEWS: Fixed.
1732         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1733         after parsing line but before break_if_match.
1734         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1735         if there is a protocol mismatch.
1736
1737 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1738
1739         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1740         because the potential race is on the user-supplied stream.
1741
1742 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1743
1744         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1745         string literal if not passed a buffer.
1746         * manual/job.texi (ctermid): Update reasoning, note deviation
1747         from posix, suggest mtasurace when not passed a buffer, for
1748         future non-preliminary safety notes.
1749
1750 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1751
1752         * manual/users.texi (cuserid): Fix MT-Safety note for the case
1753         of not passing it a buffer.
1754         Reported by Peng Haitao.
1755
1756 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1757
1758         * manual/Makefile ($(objpfx)stamp-summary): Require
1759         check-safety.sh to pass.
1760         * manual/check-safety.sh: Wish for verification that every
1761         @deftypefn and @deftypefun is followed by a @safety remark.
1762
1763 2014-11-20  Roland McGrath  <roland@hack.frob.com>
1764
1765         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
1766
1767         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
1768         PTHREAD_CANCEL_ASYNCHRONOUS.
1769         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
1770         send SIGCANCEL.
1771
1772         * nptl/default-sched.h: New file.
1773         * sysdeps/unix/sysv/linux/default-sched.h: New file.
1774         * nptl/pthread_create.c: Include it.
1775         (__pthread_create_2_1): Use collect_default_sched instead of making
1776         Linux syscalls here directly.
1777
1778 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1779
1780         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
1781         __pthread_once): Use C11 atomics.
1782
1783 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1784
1785         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
1786
1787 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1788
1789         * include/atomic.h (__atomic_link_error, __atomic_check_size,
1790         atomic_thread_fence_acquire, atomic_thread_fence_release,
1791         atomic_thread_fence_seq_cst, atomic_load_relaxed,
1792         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
1793         atomic_compare_exchange_weak_relaxed,
1794         atomic_compare_exchange_weak_acquire,
1795         atomic_compare_exchange_weak_release,
1796         atomic_exchange_acquire, atomic_exchange_release,
1797         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
1798         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
1799         atomic_fetch_and_acquire,
1800         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
1801
1802 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1803
1804         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
1805         USE_ATOMIC_COMPILER_BUILTINS): Define.
1806         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
1807         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1808         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
1809         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1810         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
1811         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1812         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
1813         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1814         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
1815         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1816         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
1817         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1818         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
1819         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1820         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
1821         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1822         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1823         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1824         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1825         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1826         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
1827         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1828         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1829         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1830         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
1831         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1832         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1833         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1834         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
1835         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1836         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
1837         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1838         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
1839         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1840         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1841         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1842         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
1843         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1844         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
1845         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1846
1847 2014-11-19  Roland McGrath  <roland@hack.frob.com>
1848
1849         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
1850         the sched_priority value here.  It was already checked when the user
1851         called pthread_attr_setschedparam.
1852
1853         * nptl/tst-bad-schedattr.c: New file.
1854         * nptl/Makefile (tests): Add it.
1855
1856 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
1857             Florian Weimer  <fweimer@redhat.com>
1858             Joseph Myers  <joseph@codesourcery.com>
1859             Adam Conrad  <adconrad@0c3.net>
1860             Andreas Schwab  <schwab@suse.de>
1861             Brooks  <bmoses@google.com>
1862
1863         [BZ #17625]
1864         * wordexp-test.c (__dso_handle): Add prototype.
1865         (__register_atfork): Likewise.
1866         (__app_register_atfork): New function.
1867         (registered_forks): New global.
1868         (register_fork): New function.
1869         (test_case): Add 3 new tests for WRDE_CMDSUB.
1870         (main): Call __app_register_atfork.
1871         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
1872         fork count is non-zero fail the test.
1873         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
1874         is set.
1875         (parse_dollars): Remove check for WRDE_NOCMD.
1876         (parse_dquote): Likewise.
1877
1878 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
1879
1880         * Makeconfig (built-modules): List non-library modules to be
1881         built.
1882         (module-cppflags): Include libc-modules.h for
1883         everything except shlib-versions.v.i.
1884         (CPPFLAGS): Use it.
1885         (before-compile): Add libc-modules.h.
1886         ($(common-objpfx)libc-modules.h,
1887         $(common-objpfx)libc-modules.stmp): New targets.
1888         (common-generated): Add libc-modules.h and libc-modules.stmp.
1889         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
1890         * include/libc-symbols.h: Don't include libc-modules.h.
1891         * include/libc-modules.h: Remove file.
1892         * scripts/gen-libc-modules.awk: New script to generate
1893         libc-modules.h.
1894         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
1895         Depend on libc-modules.stmp.
1896
1897         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
1898
1899         * Makeconfig (in-module): Get value of libof set for the
1900         translation unit.
1901         (CPPFLAGS): Use $(in-module).
1902         * Makerules: Don't suffix routine names for nonlib.
1903         * include/libc-modules.h: New file.
1904         * include/libc-symbols.h: Include libc-modules.h
1905         (IS_IN): New macro to replace IS_IN_* macros.
1906         * elf/Makefile: Set libof-* for each routine.
1907         * elf/rtld-Rules: Likewise.
1908         * extra-modules.mk: Likewise.
1909         * iconv/Makefile: Likewise.
1910         * iconvdata/Makefile: Likewise.
1911         * locale/Makefile: Likewise.
1912         * malloc/Makefile: Likewise.
1913         * nss/Makefile: Likewise.
1914         * sysdeps/gnu/Makefile: Likewise.
1915         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
1916         * sysdeps/unix/sysv/linux/Makefile: Likewise.
1917         * sysdeps/s390/s390-64/Makefile: Likewise.
1918         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
1919         CPPFLAGS for nscd instead of nonlib.
1920
1921 2014-11-18  Roland McGrath  <roland@hack.frob.com>
1922
1923         * nptl/createthread.c: New file.
1924
1925         * nptl/createthread.c: Moved ...
1926         * sysdeps/unix/sysv/linux/createthread.c: ... here.
1927
1928         * nptl/createthread.c: Add proper top-line comment.
1929         (do_clone): Folded into ...
1930         (create_thread): ... here.  Take new arguments STOPPED_START and
1931         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
1932         increment __nptl_threads, do event-reporting logic, do
1933         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
1934         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
1935         resource cleanup if sched_setaffinity or sched_setscheduler fails,
1936         just send SIGCANCEL.
1937         * nptl/pthread_create.c: Forward-declare create_thread before
1938         including createthread.c.
1939         (start_thread): Use new macro START_THREAD_DEFN to replace defining
1940         declaration, and new macro START_THREAD_SELF to replace argument.
1941         Remove return statement.
1942         (report_thread_creation): New function.
1943         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
1944         synchronization logic, and __nptl_nthreads increment here, around
1945         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
1946         PD->parent_cancelhandling here, before create_thread.  When
1947         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
1948         __deallocate_stack, and ENOMEM translation here.
1949
1950 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
1951
1952         [BZ #17616]
1953         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
1954         (mptwo): Rename to __mptwo.
1955         (__inv): Use __mptwo instead of mptwo.
1956         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
1957         (mptwo): Rename to __mptwo.
1958         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
1959         of mpone and __mptwo instead of mptwo.
1960         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
1961         instead of mpone.
1962         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
1963         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
1964         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
1965         of mpone and __mptwo instead of mptwo.
1966         (__mpranred): Use __mpone instead of mpone.
1967         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
1968         variable.
1969         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1970         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1971         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1972         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1973         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1974         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1975         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1976         (test-xfail-XPG4/math.h/linknamespace): Likewise.
1977         (test-xfail-POSIX/math.h/linknamespace): Likewise.
1978         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1979         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1980         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1981         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1982         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1983         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1984         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1985         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1986         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1987         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1988
1989 2014-11-18  Tom de Vries  <tom@codesoucery.com>
1990
1991         * manual/signal.texi (Primitives Interrupted by Signals): In section,
1992         replace BSD Handler xref with BSD Signal Handling.
1993
1994 2014-11-17  Richard Henderson  <rth@redhat.com>
1995
1996         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
1997         (_FP_PACK_RAW_2): Remove.
1998         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
1999         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
2000         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
2001         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
2002         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
2003         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
2004         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
2005         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
2006         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
2007         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
2008         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
2009         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
2010         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
2011         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
2012         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
2013         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
2014
2015 2014-11-14  Roland McGrath  <roland@hack.frob.com>
2016
2017         * signal/signal.h [__USE_MISC]
2018         (struct sigvec): Remove type.
2019         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
2020         (sigvec): Remove declaration.
2021         * sysdeps/posix/sigvec.c: Moved ...
2022         * signal/sigvec.c: ... here, replacing old file.
2023         (struct sigvec): New type, copied from old signal.h definition.
2024         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
2025         (__sigvec): Convert definition to prototype.
2026         (sigvec): Replace weak_alias with compat_symbol.
2027         * signal/Versions (libc: GLIBC_2.21): New version set.
2028         * include/signal.h: Remove __sigvec declaration.
2029         * sysdeps/unix/bsd/sigvec.c: Remove file.
2030         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
2031         * manual/signal.texi (BSD Handler): Remove subsection.
2032         Move siginterrupt up to ...
2033         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
2034         (Blocking in BSD): Fold subsection into its parent.
2035         * NEWS: Mention sigvec removal.
2036
2037 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2038
2039         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
2040         (DLA_FMS): Make definition conditional only on [__FMA4__].
2041         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
2042         definition.
2043
2044         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
2045         Make definition conditional only on [PROF].
2046         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
2047         definition.
2048         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
2049         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
2050
2051         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
2052         !__GNUC__].
2053         * include/signal.h (__sigpause): Move declaration above call to
2054         libc_hidden_proto.
2055         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
2056         variable.
2057         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2058         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2059
2060 2014-11-14  David S. Miller  <davem@davemloft.net>
2061
2062         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
2063         Define before including <string/memcpy.c> and <string/mempcpy.c>.
2064
2065 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
2066
2067         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
2068         * configure: Regenerated.
2069         * manual/install.texi (Tools for Compilation): Document a
2070         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
2071         compiler verified to work.
2072         * INSTALL: Regenerated.
2073
2074         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
2075         redeclare with asm name.
2076         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
2077         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
2078         including <string.h>.
2079         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2080         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
2081         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2082         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
2083         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2084         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
2085         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
2086
2087 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
2088
2089         * stdlib/strtol.c (__strtol): Use prototype definition.
2090
2091         [BZ #17594]
2092         * stdlib/strtol.c (SYM__): New macro.
2093         (SYM__1): Likewise.
2094         (__strtol): Likewise.
2095         (strtol): Rename to __strtol and define as weak alias of
2096         __strtol.  Use libc_hidden_weak.
2097
2098 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2099
2100         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
2101         Use numbered labels in inline assembly.
2102
2103 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2104
2105         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
2106         Add setjmp LIBC_PROBE.
2107         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
2108         Likewise.
2109         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
2110         Add longjmp, longjmp_target LIBC_PROBE.
2111         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
2112         Likewise.
2113
2114 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2115
2116         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
2117         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
2118         to get rid of unused variable warning.
2119
2120 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
2121
2122         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
2123         Check for unwind_backtrace ==  NULL only in SHARED case.
2124         (__backchain_backtrace): Compile only in SHARED case.
2125         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
2126         Likewise.
2127         (__backchain_backtrace): Declare as static.
2128
2129 2014-11-12  Roland McGrath  <roland@hack.frob.com>
2130
2131         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
2132         (__libc_multiple_threads_ptr): Variable moved ...
2133         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
2134
2135 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
2136
2137         * conform/GlibcConform.pm: New file.
2138         * conform/conformtest.pl: Use GlibcConform module.
2139         * conform/linknamespace.pl: New file.
2140         * conform/list-header-symbols.pl: Likewise.
2141         * conform/Makefile (linknamespace-symlists-base): New variable.
2142         (linknamespace-symlists-tests): Likewise.
2143         (linknamespace-header-base): Likewise.
2144         (linknamespace-header-tests): Likewise.
2145         (tests-special): Add new tests.
2146         ($(linknamespace-symlists-tests)): New rule.
2147         (linknamespace-libs): New variable.
2148         ($(objpfx)symlist-stdlibs): New rule.
2149         ($(linknamespace-header-tests)): Likewise.
2150         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
2151         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
2152         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
2153         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
2154         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
2155         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
2156         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
2157         (test-xfail-ISO/math.h/linknamespace): Likewise.
2158         (test-xfail-ISO/signal.h/linknamespace): Likewise.
2159         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
2160         (test-xfail-ISO/time.h/linknamespace): Likewise.
2161         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
2162         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
2163         (test-xfail-ISO99/math.h/linknamespace): Likewise.
2164         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
2165         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
2166         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
2167         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
2168         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
2169         (test-xfail-ISO11/math.h/linknamespace): Likewise.
2170         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
2171         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
2172         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
2173         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
2174         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
2175         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
2176         (test-xfail-XPG3/math.h/linknamespace): Likewise.
2177         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
2178         (test-xfail-XPG3/search.h/linknamespace): Likewise.
2179         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
2180         (test-xfail-XPG3/time.h/linknamespace): Likewise.
2181         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
2182         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
2183         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
2184         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
2185         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
2186         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
2187         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
2188         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
2189         (test-xfail-XPG4/math.h/linknamespace): Likewise.
2190         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
2191         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
2192         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
2193         (test-xfail-XPG4/search.h/linknamespace): Likewise.
2194         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
2195         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
2196         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
2197         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
2198         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
2199         (test-xfail-XPG4/time.h/linknamespace): Likewise.
2200         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
2201         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
2202         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
2203         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
2204         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
2205         (test-xfail-POSIX/math.h/linknamespace): Likewise.
2206         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
2207         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
2208         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
2209         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
2210         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
2211         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
2212         (test-xfail-POSIX/time.h/linknamespace): Likewise.
2213         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
2214         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
2215         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
2216         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
2217         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
2218         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
2219         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
2220         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
2221         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
2222         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
2223         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
2224         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
2225         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
2226         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
2227         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
2228         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
2229         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
2230         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
2231         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
2232         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
2233         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
2234         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
2235         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
2236         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
2237         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
2238         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
2239         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
2240         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
2241         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
2242         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
2243         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
2244         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
2245         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
2246         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
2247         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
2248         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
2249         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
2250         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
2251         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
2252         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
2253         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
2254         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
2255         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
2256         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
2257         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
2258         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
2259         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
2260         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
2261         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
2262         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
2263         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
2264         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
2265         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
2266         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
2267         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
2268         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
2269         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
2270         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
2271         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
2272         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
2273         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
2274         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
2275         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
2276         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
2277         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
2278         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
2279         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
2280         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
2281         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
2282         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
2283         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
2284         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
2285         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
2286         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
2287         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
2288         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
2289         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
2290         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
2291         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
2292         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
2293         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
2294         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
2295         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
2296         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
2297         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2298         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
2299         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
2300         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
2301         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
2302         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
2303         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
2304         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
2305         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
2306         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
2307         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
2308         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
2309         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
2310         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
2311
2312         [BZ #17589]
2313         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
2314         of fgets_unlocked.
2315
2316         [BZ #17585]
2317         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
2318         (memmem): Rename to __memmem and define as weak alias of
2319         __memmem.  Use libc_hidden_weak.
2320         (__memmem): Use libc_hidden_def.
2321         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
2322         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
2323         memmem.
2324
2325         [BZ #17582]
2326         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
2327         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
2328         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
2329         and define as weak alias of __fgets_unlocked.  Use
2330         libc_hidden_weak.
2331         (__fgets_unlocked): Use libc_hidden_def.
2332         * include/stdio.h (__fgets_unlocked): Declare.  Use
2333         libc_hidden_proto.
2334         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
2335         __fgets_unlocked instead of fgets_unlocked.
2336         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
2337         (GET_NPROCS_CONF_PARSER): Likewise.
2338         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
2339         (GET_NPROCS_CONF_PARSER): Likewise.
2340
2341         [BZ #17574]
2342         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
2343         weak alias of __wmemset.  Use libc_hidden_weak.
2344         (__wmemset): Use libc_hidden_def.
2345         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
2346         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
2347         of wmemset.
2348
2349         [BZ #17573]
2350         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
2351         with asm name __mempcpy.
2352         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
2353
2354         [BZ #17572]
2355         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
2356         and define as weak alias of __rawmemchr.
2357         (__rawmemchr): Do not define as strong alias of rawmemchr.
2358
2359         [BZ #17571]
2360         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
2361         alias of __qsort_r.
2362         (qsort): Call __qsort_r instead of qsort_r.
2363         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
2364         (__qsort_r): Declare.  Call libc_hidden_proto.
2365         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
2366         instead of qsort_r.
2367         * nscd/gai.c (__qsort_r): Define to qsort_r.
2368         * posix/tst-rfc3484.c (__qsort_r): Likewise.
2369         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
2370         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
2371
2372         [BZ #17570]
2373         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
2374         define as weak alias of __malloc_info.
2375
2376         [BZ #17584]
2377         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
2378         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2379         (__rewinddir): Use libc_hidden_def.
2380         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
2381         as weak alias of __rewinddir.  Don't use libc_hidden_def.
2382         (__rewinddir): Use libc_hidden_def.
2383         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
2384         weak alias of __rewinddir.  Don't use libc_hidden_def.
2385         (__rewinddir): Use libc_hidden_def.
2386         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
2387         (__rewinddir): Use libc_hidden_proto.
2388         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
2389         rewinddir.
2390         (__getcwd): Use __rewinddir instead of rewinddir.
2391
2392         [BZ #17583]
2393         * libio/fileno.c (fileno): Rename to __fileno and define as weak
2394         alias of __fileno.  Use libc_hidden_weak.
2395         (__fileno): Use libc_hidden_def.
2396         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
2397         * libio/ftello.c (ftello): Rename to __ftello and define as weak
2398         alias of __ftello.
2399         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
2400         __ftello.
2401         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
2402         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
2403         libc_hidden_def.
2404         (fread_unlocked): Don't use libc_hidden_ver.
2405         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
2406         and define as weak alias of __fread_unlocked.  Don't use
2407         libc_hidden_def.
2408         (__fread_unlocked): Use libc_hidden_def.
2409         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
2410         (ftello): Don't use libc_hidden_proto.
2411         (__ftello): Declare.  Use libc_hidden_proto.
2412         (fread_unlocked): Don't use libc_hidden_proto.
2413         (__fread_unlocked): Declare.  Use libc_hidden_proto.
2414         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
2415         and __ftello instead of fileno, fread_unlocked and ftello.
2416
2417 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
2418
2419         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
2420         GOT12.
2421         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
2422         Likewise.
2423         (_dl_start_user): Likewise.
2424         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
2425
2426 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
2427             Siddhesh Poyarekar  <siddhesh@redhat.com>
2428
2429         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
2430         Move argv and envp down instead of moving argc up.
2431         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
2432
2433 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
2434
2435         [BZ #17506]
2436         * test-skeleton.c (main): Return successful if one of
2437         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
2438         * string/tst-strcoll-overflow.c: Define expected status.
2439
2440 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
2441
2442         [BZ #17475]
2443         * locale/iso-639.def: Define Bhili and Tulu language codes.
2444
2445 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
2446
2447         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
2448
2449 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
2450
2451         [BZ #17555]
2452         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
2453
2454 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
2455
2456         * configure.ac: Updated check of minimal required version to
2457         2.22.
2458         * manual/install.texi (Tools for Compilation): Updated version
2459         number.
2460         * configure: Regenerated.
2461         * INSTALL: Likewise.
2462
2463 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
2464
2465         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
2466         __tls_get_addr.
2467
2468 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
2469
2470         * include/sys/wait.h (__libc_waitpid): Remove declaration.
2471         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
2472         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2473         libc_hidden_weak.
2474         (waitpid): Define as alias of __waitpid.
2475         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
2476         __waitpid.
2477         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2478         libc_hidden_weak.
2479         (waitpid): Define as alias of __waitpid.
2480         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
2481         __libc_waitpid alias.
2482         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
2483         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
2484         Likewise.
2485         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
2486         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
2487         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
2488         alias.
2489         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
2490         __waitpid.
2491         (__waitpid): Don't define as alias.  Use libc_hidden_def not
2492         libc_hidden_weak.
2493         (waitpid): Define as alias of __waitpid.
2494
2495 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
2496
2497         * manual/llio.texi: Add comment that write safety has been
2498         fixed in Linux.
2499
2500         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
2501         (localplt-build-dso): Add elf/ld.so.
2502         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
2503         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
2504         and free for ld.so.
2505         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
2506         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
2507         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
2508         Likewise.
2509         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2510         Likewise.
2511         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
2512         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
2513         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
2514         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
2515         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
2516         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
2517         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
2518         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
2519         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
2520         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
2521         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
2522
2523 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
2524
2525         [BZ #14132]
2526         * include/libc-symbols.h (INTUSE): Remove macro.
2527         (INTDEF): Likewise.
2528         (INTVARDEF): Likewise.
2529         (_INTVARDEF): Likewise.
2530         (INTDEF2): Likewise.
2531         (INTVARDEF2): Likewise.
2532         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
2533         rtld_hidden_def instead of INTVARDEF.
2534         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
2535         (_dl_starting_up_internal): Remove declaration.
2536         (_dl_starting_up): Use rtld_hidden_proto.
2537         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
2538         declaration.
2539         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
2540         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
2541         _dl_starting_up.
2542         * elf/dl-writev.h (_dl_writev): Likewise.
2543         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
2544         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
2545         _dl_starting_up_internal.
2546
2547 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2548
2549         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
2550         test-skeleton.c.
2551
2552 2014-11-05  Will Newton  <will.newton@linaro.org>
2553
2554         * benchtests/Makefile: (bench-malloc): Add malloc thread
2555         scalability benchmark.
2556         * benchtests/bench-malloc-threads.c: New file.
2557
2558 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
2559
2560         * sysdeps/aarch64/strchrnul.S: New file.
2561
2562 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2563
2564         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
2565         definition.
2566         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
2567         Likwise.
2568         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
2569         Likewise.
2570         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
2571         Likewise.
2572         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
2573         Likewise.
2574         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
2575         Likewise.
2576
2577 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
2578
2579         * catgets/test-gencat.c: Use test-skeleton.c.
2580         * catgets/tst-catgets.c: Likewise.
2581         * csu/tst-empty.c: Likewise.
2582         * elf/tst-audit2.c: Likewise.
2583         * elf/tst-global1.c: Likewise.
2584         * elf/tst-pathopt.c: Likewise.
2585         * elf/tst-piemod1.c: Likewise.
2586         * elf/tst-tls10.c: Likewise.
2587         * elf/tst-tls11.c: Likewise.
2588         * elf/tst-tls12.c: Likewise.
2589         * gnulib/tst-gcc.c: Likewise.
2590         * iconvdata/tst-e2big.c: Likewise.
2591         * iconvdata/tst-loading.c: Likewise.
2592         * iconv/tst-iconv1.c: Likewise.
2593         * iconv/tst-iconv2.c: Likewise.
2594         * inet/test-inet6_opt.c: Likewise.
2595         * inet/tst-gethnm.c: Likewise.
2596         * inet/tst-network.c: Likewise.
2597         * inet/tst-ntoa.c: Likewise.
2598         * intl/tst-codeset.c: Likewise.
2599         * intl/tst-gettext2.c: Likewise.
2600         * intl/tst-gettext3.c: Likewise.
2601         * intl/tst-ngettext.c: Likewise.
2602         * intl/tst-translit.c: Likewise.
2603         * io/test-stat.c: Likewise.
2604         * libio/test-fmemopen.c: Likewise.
2605         * libio/tst-freopen.c: Likewise.
2606         * libio/tst-sscanf.c: Likewise.
2607         * libio/tst-ungetwc1.c: Likewise.
2608         * libio/tst-ungetwc2.c: Likewise.
2609         * libio/tst-widetext.c: Likewise.
2610         * localedata/tst-ctype.c: Likewise.
2611         * localedata/tst-digits.c: Likewise.
2612         * localedata/tst-leaks.c: Likewise.
2613         * localedata/tst-mbswcs1.c: Likewise.
2614         * localedata/tst-mbswcs2.c: Likewise.
2615         * localedata/tst-mbswcs3.c: Likewise.
2616         * localedata/tst-mbswcs4.c: Likewise.
2617         * localedata/tst-mbswcs5.c: Likewise.
2618         * localedata/tst-setlocale.c: Likewise.
2619         * localedata/tst-trans.c: Likewise.
2620         * localedata/tst-wctype.c: Likewise.
2621         * localedata/tst-xlocale1.c: Likewise.
2622         * login/tst-grantpt.c: Likewise.
2623         * malloc/tst-calloc.c: Likewise.
2624         * malloc/tst-malloc.c: Likewise.
2625         * malloc/tst-mallocstate.c: Likewise.
2626         * malloc/tst-mcheck.c: Likewise.
2627         * malloc/tst-mtrace.c: Likewise.
2628         * malloc/tst-obstack.c: Likewise.
2629         * math/atest-exp2.c: Likewise.
2630         * math/atest-exp.c: Likewise.
2631         * math/atest-sincos.c: Likewise.
2632         * math/test-matherr.c: Likewise.
2633         * math/test-misc.c: Likewise.
2634         * math/test-powl.c: Likewise.
2635         * math/tst-definitions.c: Likewise.
2636         * misc/tst-dirname.c: Likewise.
2637         * misc/tst-efgcvt.c: Likewise.
2638         * misc/tst-fdset.c: Likewise.
2639         * misc/tst-hsearch.c: Likewise.
2640         * misc/tst-mntent2.c: Likewise.
2641         * nptl/tst-sem7.c: Likewise.
2642         * nptl/tst-sem8.c: Likewise.
2643         * nptl/tst-sem9.c: Likewise.
2644         * nss/test-netdb.c: Likewise.
2645         * posix/tst-fnmatch.c: Likewise.
2646         * posix/tst-getlogin.c: Likewise.
2647         * posix/tst-gnuglob.c: Likewise.
2648         * posix/tst-mmap.c: Likewise.
2649         * pwd/tst-getpw.c: Likewise.
2650         * resolv/tst-inet_ntop.c: Likewise.
2651         * rt/tst-timer.c: Likewise.
2652         * stdio-common/test-fseek.c: Likewise.
2653         * stdio-common/test-popen.c: Likewise.
2654         * stdio-common/test-vfprintf.c: Likewise.
2655         * stdio-common/tst-cookie.c: Likewise.
2656         * stdio-common/tst-fileno.c: Likewise.
2657         * stdio-common/tst-gets.c: Likewise.
2658         * stdio-common/tst-obprintf.c: Likewise.
2659         * stdio-common/tst-perror.c: Likewise.
2660         * stdio-common/tst-sprintf2.c: Likewise.
2661         * stdio-common/tst-sprintf3.c: Likewise.
2662         * stdio-common/tst-sprintf.c: Likewise.
2663         * stdio-common/tst-swprintf.c: Likewise.
2664         * stdio-common/tst-tmpnam.c: Likewise.
2665         * stdio-common/tst-unbputc.c: Likewise.
2666         * stdio-common/tst-wc-printf.c: Likewise.
2667         * stdlib/tst-environ.c: Likewise.
2668         * stdlib/tst-fmtmsg.c: Likewise.
2669         * stdlib/tst-limits.c: Likewise.
2670         * stdlib/tst-rand48-2.c: Likewise.
2671         * stdlib/tst-rand48.c: Likewise.
2672         * stdlib/tst-random2.c: Likewise.
2673         * stdlib/tst-random.c: Likewise.
2674         * stdlib/tst-strtol.c: Likewise.
2675         * stdlib/tst-strtoll.c: Likewise.
2676         * stdlib/tst-tls-atexit.c: Likewise.
2677         * stdlib/tst-xpg-basename.c: Likewise.
2678         * string/test-ffs.c: Likewise.
2679         * string/tst-bswap.c: Likewise.
2680         * string/tst-inlcall.c: Likewise.
2681         * string/tst-strtok.c: Likewise.
2682         * string/tst-strxfrm.c: Likewise.
2683         * sysdeps/x86_64/tst-audit10.c: Likewise.
2684         * sysdeps/x86_64/tst-audit3.c: Likewise.
2685         * sysdeps/x86_64/tst-audit4.c: Likewise.
2686         * sysdeps/x86_64/tst-audit5.c: Likewise.
2687         * time/tst-ftime_l.c: Likewise.
2688         * time/tst-getdate.c: Likewise.
2689         * time/tst-mktime3.c: Likewise.
2690         * time/tst-mktime.c: Likewise.
2691         * time/tst-posixtz.c: Likewise.
2692         * time/tst-strptime2.c: Likewise.
2693         * time/tst-strptime3.c: Likewise.
2694         * wcsmbs/tst-btowc.c: Likewise.
2695         * wcsmbs/tst-mbrtowc.c: Likewise.
2696         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2697         * wcsmbs/tst-wchar-h.c: Likewise.
2698         * wcsmbs/tst-wcpncpy.c: Likewise.
2699         * wcsmbs/tst-wcrtomb.c: Likewise.
2700         * wcsmbs/tst-wcsnlen.c: Likewise.
2701         * wcsmbs/tst-wcstof.c: Likewise.
2702
2703 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
2704
2705         [BZ #14132]
2706         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2707         INTDEF.
2708         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2709         declaration.
2710         (_dl_mcount): Use rtld_hidden_proto.
2711         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2712         _dl_mcount.
2713         * elf/rtld.c (_rtld_global_ro): Likewise.
2714
2715         [BZ #14132]
2716         * elf/dl-init.c (_dl_init): Don't use INTDEF.
2717         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2718         of _dl_init_internal.
2719         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2720         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2721         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2722         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2723         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2724         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2725         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2726         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2727         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2728         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2729         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2730         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2731         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2732         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2733         * sysdeps/tile/dl-start.S (_start): Likewise.
2734         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2735         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2736
2737         [BZ #14132]
2738         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2739         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2740         (rtld_progname): Make macro definition unconditional.
2741         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2742         INTDEF.
2743         (dlmopen_doit): Do not use INTUSE with _dl_argv.
2744         (dl_main): Likewise.
2745         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2746         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
2747         instead of _dl_argv_internal.
2748         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
2749         __GI__dl_argv instead of INTUSE(_dl_argv).
2750         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
2751         __GI__dl_argv instead of _dl_argv_internal.
2752
2753         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
2754         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
2755         macro.
2756         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
2757         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
2758         New macro.
2759         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
2760         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
2761         macro.
2762         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
2763         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
2764
2765 2014-11-04  Andreas Schwab  <schwab@suse.de>
2766
2767         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
2768
2769 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2770
2771         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
2772         mtvsrd instruction in binary form.
2773
2774 2014-11-03  Andreas Schwab  <schwab@suse.de>
2775
2776         [BZ #17522]
2777         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
2778         for less than MB_LEN_MAX use a local buffer of that size.
2779         * libio/tst-fputws.c: New file.
2780         * libio/Makefile (tests): Add tst-fputws.
2781
2782 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
2783
2784         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
2785         the size of the fpu_fr.fpu_dregs[] array.
2786
2787 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
2788
2789         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
2790         (__nanosleep): Do not define as alias.
2791         (nanosleep): Define as alias of __nanosleep.
2792         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
2793         __libc_nanosleep name.
2794
2795 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2796
2797         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
2798         install.texi in comment.
2799
2800 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2801
2802         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
2803         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
2804         ... add here and use lwsync or sync ...
2805         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
2806         ... and add here using lwsync.
2807
2808 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2809
2810         * elf/dl-machine-reject-phdr.h: New file.
2811         * elf/dl-load.c: #include that.
2812         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
2813         if that returned true.
2814
2815 2014-10-31  Roland McGrath  <roland@hack.frob.com>
2816
2817         [BZ #17496]
2818         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
2819         gen-as-const-headers chunk.  Add a big scare comment after the last
2820         safe place to touch before-compile.
2821
2822 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2823
2824         * manual/install.texi (Tools for Compilation): Update autoconf
2825         version requirements.
2826         * INSTALL: Regenerated.
2827
2828         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
2829         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
2830         (__libc_pselect): Likewise.
2831
2832         [BZ #14138]
2833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
2834         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2835         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2836         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2837
2838 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2839
2840         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
2841         correct barrier instruction.
2842         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
2843         Likewise.
2844         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
2845         Likewise.
2846
2847 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2848
2849         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
2850         after defining inlines.  Instead, just use parens to defeat macro
2851         expansion of __isctype in its declaration.
2852
2853 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2854
2855         * include/sys/uio.h (__libc_readv): Remove declaration.
2856         (__libc_writev): Likewise.
2857         * misc/readv.c (__libc_readv): Rename to __readv.
2858         (__readv): Do not define as alias.
2859         (readv): Define as alias of __readv.
2860         * misc/writev.c (__libc_writev): Rename to __writev.
2861         (__writev): Do not define as alias.
2862         (writev): Define as alias of __writev.
2863         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
2864         (__readv): Do not define as alias.
2865         (readv): Define unconditionally as alias of __readv.
2866         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
2867         (__writev): Do not define as alias.
2868         (writev): Define unconditionally as alias of __writev.
2869         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
2870         name.
2871         (writev): Do not define __libc_writev name.
2872
2873 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2874
2875         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
2876         (convert_charseq): New function, broken out of ...
2877         (use_from_charmap): ... here.  Call it.
2878         (use_to_charmap): Use convert_charseq and free instead of duplicating
2879         its code with a variable-length stack struct.
2880
2881 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2882
2883         * include/fcntl.h (__libc_creat): Remove declaration.
2884         * io/creat.c (__libc_creat): Rename to creat.
2885         (creat): Do not define as alias.
2886         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
2887         of creat instead of __libc_creat.
2888         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
2889         to creat.
2890         (creat): Do not define as alias.
2891         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
2892         __libc_creat.
2893         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
2894         __libc_creat name.
2895         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
2896         Likewise.
2897
2898 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
2899
2900         * manual/llio.texi: Add comments discussing why write() may be
2901         considered MT-unsafe on Linux.
2902
2903 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
2904
2905         * dl-load.c (local_strdup): Remove.
2906         (expand_dynamic_string_token): Use __strdup.
2907         (decompose_rpath): Likewise.
2908         (_dl_map_object): Likewise.
2909
2910 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
2911
2912         [BZ #14132]
2913         * sysdeps/generic/unwind-dw2-fde.c
2914         (__register_frame_info_bases_internal): Do not declare.
2915         (__register_frame_info_table_bases_internal): Likewise.
2916         (__deregister_frame_info_bases_internal): Likewise.
2917         (__register_frame_info_bases): Declare and use hidden_proto before
2918         definition.  Use hidden_def instead of INTDEF.
2919         (__register_frame_info_table_bases): Likewise.
2920         (__deregister_frame_info_bases): Likewise.
2921         (__register_frame_info): Do not use INTUSE.
2922         (__register_frame): Likewise.
2923         (__register_frame_info_table): Likewise.
2924         (__register_frame_table): Likewise.
2925         (__deregister_frame_info): Likewise.
2926         (__deregister_frame): Likewise.
2927
2928 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
2929
2930         * sysdeps/unix/sysv/linux/arm/kernel-features.h
2931         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
2932         not undefine.
2933         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
2934         Likewise.
2935         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
2936         Likewise.
2937
2938 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
2939
2940         [BZ #14138]
2941         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
2942         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
2943         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
2944         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
2945         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
2946         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
2947         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
2948         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
2949         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
2950         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
2951         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
2952         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
2953         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
2954         syscall.
2955         (setfsuid): Likewise.
2956         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
2957         (setfsuid): Likewise.
2958         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
2959         (setfsuid): Likewise.
2960         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
2961         Likewise.
2962         (setfsuid): Likewise.
2963         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
2964         (setfsuid): Likewise.
2965         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
2966         Likewise.
2967         (setfsuid): Likewise.
2968
2969 2014-10-27  Andreas Schwab  <schwab@suse.de>
2970
2971         [BZ #17501]
2972         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
2973         check for Slow_SSE4_2 feature bit.
2974         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
2975         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
2976         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
2977         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
2978
2979 2014-10-24  Roland McGrath  <roland@hack.frob.com>
2980
2981         * configure.ac: Validate compiler version with a empirical test of
2982         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
2983         $CC -v output.
2984         * configure: Regenerated.
2985
2986         * inet/htons.c (htons): Prototypify.
2987         * inet/htonl.c (htonl): Likewise.
2988
2989 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2990
2991         * string/strncat.c (strncat): Improve performance by using strlen.
2992
2993 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2994
2995         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
2996
2997 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2998
2999         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
3000         Call libc_fetestexcept_aarch64.
3001
3002 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3003
3004         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
3005         Call libc_feholdexcept_aarch64.
3006
3007 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3008
3009         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
3010         Call get_rounding_mode.
3011
3012 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3013
3014         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3015         Simplify logic.
3016
3017 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
3018
3019         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
3020         Simplify logic.
3021
3022 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
3023
3024         [BZ #14138]
3025         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
3026         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
3027         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
3028         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
3029         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
3030         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
3031         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
3032         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
3033         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
3034         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
3035         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
3036         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
3037         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
3038         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
3039         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
3040         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
3041         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
3042         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
3043         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
3044         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
3045         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
3046         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
3047         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
3048         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
3049         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
3050         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
3051         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
3052         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
3053         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
3054         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
3055         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
3056         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
3057         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
3058         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
3059         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
3060         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
3061         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
3062         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
3063         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
3064         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
3065         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
3066         syscall.
3067         (geteuid): Likewise.
3068         (getgid): Likewise.
3069         (getuid): Likewise.
3070         (getresgid): Likewise.
3071         (getresuid): Likewise.
3072         (getgroups): Likewise.
3073         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
3074         (geteuid): Likewise.
3075         (getgid): Likewise.
3076         (getuid): Likewise.
3077         (getresgid): Likewise.
3078         (getresuid): Likewise.
3079         (getgroups): Likewise.
3080         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
3081         (geteuid): Likewise.
3082         (getgid): Likewise.
3083         (getuid): Likewise.
3084         (getresgid): Likewise.
3085         (getresuid): Likewise.
3086         (getgroups): Likewise.
3087         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
3088         Likewise.
3089         (geteuid): Likewise.
3090         (getgid): Likewise.
3091         (getuid): Likewise.
3092         (getresgid): Likewise.
3093         (getresuid): Likewise.
3094         (getgroups): Likewise.
3095         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
3096         (geteuid): Likewise.
3097         (getgid): Likewise.
3098         (getuid): Likewise.
3099         (getresgid): Likewise.
3100         (getresuid): Likewise.
3101         (getgroups): Likewise.
3102         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
3103         Likewise.
3104         (geteuid): Likewise.
3105         (getgid): Likewise.
3106         (getuid): Likewise.
3107         (getgroups): Likewise.
3108
3109         [BZ #14138]
3110         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
3111         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
3112         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
3113         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
3114         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
3115         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
3116         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
3117         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
3118         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
3119         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
3120         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
3121         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
3122         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
3123         __chown.
3124         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
3125         (lchown): Likewise.
3126         (fchown): Likewise.
3127         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
3128         Likewise.
3129         (lchown): Likewise.
3130         (fchown): Likewise.
3131         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
3132         (lchown): Likewise.
3133         (fchown): Likewise.
3134         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
3135         Likewise.
3136         (lchown): Likewise.
3137         (fchown): Likewise.
3138
3139 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3140
3141         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
3142         Simplify logic.
3143
3144 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3145
3146         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3147         Cleanup logic.
3148
3149 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3150
3151         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
3152         Remove unused include.
3153
3154 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
3155
3156         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
3157         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
3158         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
3159         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
3160
3161 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
3162             Helge Deller <deller@gmx.de>
3163
3164         [BZ #17508]
3165         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
3166         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
3167         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
3168
3169 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
3170
3171         [BZ #14132]
3172         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
3173         Remove macro definition.
3174         (__ashrdi3_v_glibc20): Likewise.
3175         (__lshrdi3_v_glibc20): Likewise.
3176         (__cmpdi2_v_glibc20): Likewise.
3177         (__ucmpdi2_v_glibc20): Likewise.
3178         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
3179         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
3180         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
3181         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
3182         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
3183         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
3184
3185 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3186
3187         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
3188         old GNU extension [0] syntax.
3189         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
3190         alloca rather than an array member with variable length.
3191         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
3192         * nscd/nscd.c (invalidate_db): New function, broken out of ...
3193         (parse_opt): ... here.  Likewise use alloca there.
3194         Validate the -i argument before checking for rootness.
3195         (send_shutdown): New function, broken out of ...
3196         (parse_opt): ... here.
3197
3198 2014-10-22  Roland McGrath  <roland@hack.frob.com>
3199
3200         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
3201         macro to get at the _rt_local_ro field.
3202         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
3203         ([PIC] case) or _dl_hwcap ([!PIC] case).
3204         * sysdeps/arm/setjmp.S: Likewise.
3205
3206         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
3207         * sysdeps/arm/configure.ac: New check to define it.
3208         * sysdeps/arm/configure: Regenerated.
3209         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
3210         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
3211         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
3212         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
3213         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
3214         Use move/movt pair instead of a load.
3215         (LDST_GLOBAL): Macro removed.
3216         (LDR_GLOBAL): New macro replaces it.
3217         (LDR_HIDDEN): New macro.
3218         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
3219         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
3220
3221         * setjmp/tst-setjmp-static.c: New file.
3222         * setjmp/Makefile (tests): Add it.
3223         (tests-static): New variable.
3224
3225 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
3226
3227         [BZ #17485]
3228         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
3229
3230 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
3231
3232         [BZ #14132]
3233         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
3234
3235 2014-10-21  Roland McGrath  <roland@hack.frob.com>
3236
3237         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
3238
3239 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3240
3241         * io/fts.c (dirent_not_directory): New function.
3242         (fts_build): Call it.
3243
3244 2014-10-20  Roland McGrath  <roland@hack.frob.com>
3245
3246         * nptl/version.c (__nptl_main): Use normal __write rather than
3247         INTERNAL_SYSCALL.
3248         (banner): Update copyright years.
3249
3250         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
3251         gettimeofday.
3252         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
3253         * nptl/pthread_cond_timedwait.c: Likewise.
3254         * nptl/pthread_mutex_timedlock.c: Likewise.
3255         * nptl/sem_timedwait.c: Likewise.
3256
3257         * sysdeps/nptl/bits/libc-lock.h
3258         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
3259         (__libc_lock_init_recursive): Return void, not 0.
3260         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
3261         (__libc_rwlock_init): Likewise.
3262         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
3263
3264 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3265
3266         [BZ #15215]
3267         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
3268         (__pthread_once_slow): ... here.
3269         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
3270         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
3271
3272 2014-10-20  Torvald Riegel  <triegel@redhat.com>
3273
3274         [BZ #15215]
3275         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
3276         __PTHREAD_ONCE_FORK_GEN_INCR): New.
3277         * sysdeps/nptl/fork.c (__libc_fork): Use them.
3278         * nptl/pthread_once.c (__pthread_once): Likewise.
3279         Update comments.
3280
3281 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
3282
3283         [BZ #14138]
3284         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
3285         name.
3286         (writev): Use __libc_writev as strong name.
3287         * sysdeps/unix/sysv/linux/readv.c: Remove file.
3288         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3289
3290 2014-10-17  Roland McGrath  <roland@hack.frob.com>
3291
3292         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
3293
3294         * sysdeps/i386/nptl/tls.h
3295         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
3296         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
3297         New macros.
3298         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
3299         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
3300         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
3301         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
3302         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
3303         Call CHECK_THREAD_SYSINFO instead of doing an assert.
3304
3305         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
3306         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
3307         on [__NR_futex].
3308         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
3309         broken out of ...
3310         (__pthread_mutex_init): ... here.  Call it.
3311         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
3312         Conditionalize PI cases on [__NR_futex].
3313         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
3314         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
3315         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
3316
3317         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
3318         conditional on [SIGSETXID].
3319         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
3320         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
3321         is defined.  Likewise for SIGSETXID.
3322         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
3323         Conditionalize definitions on [SIGSETXID].
3324         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
3325         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
3326         unblocking on [SIGCANCEL].
3327
3328         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
3329         [__NR_set_robust_list].
3330
3331 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
3332
3333         * string/strcoll_l.c (get_next_seq): Fix up formatting.
3334         (do_compare): Likewise.
3335
3336 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
3337
3338         [BZ #15884]
3339         * string/strcoll_l.c: Don't include stdio.h.
3340         (coll_seq): Remove members idxarr and rulearr.
3341         (get_next_seq_cached): Remove function.
3342         (get_next_seq): Likewise.
3343         (get_next_seq_nocache): Rename to get_next_seq.
3344         (do_compare): Remove function.
3345         (do_compare_nocache): Rename to do_compare.
3346         (STRCOLL): Remove weight and rules cache.
3347
3348 2014-10-16  Roland McGrath  <roland@hack.frob.com>
3349
3350         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
3351         * sysdeps/arm/sfp-machine.h: ... to here.
3352         * sysdeps/arm/Implies: Remove arm/soft-fp.
3353
3354 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
3355
3356         * conform/data/sys/utsname.h-data (*_t): Allow.
3357         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
3358         [POSIX] (WEXITED): Do not expect constant.
3359         [POSIX] (WSTOPPED): Likewise.
3360         [POSIX] (WNOHANG): Likewise.
3361         [POSIX] (WNOWAIT): Likewise.
3362         [POSIX] (siginfo_t): Do not expect type or elements.
3363         [POSIX] (pid_t): Do not expect type.
3364         [POSIX] (signal.h): Do not allow header.
3365         [POSIX] (sys/resource.h): Likewise.
3366         [POSIX] (si_*): Do not allow pattern.
3367         [POSIX] (W*): Likewise.
3368         [POSIX] (P_*): Likewise.
3369         [POSIX] (BUS_*): Likewise.
3370         [POSIX] (CLD_*): Likewise.
3371         [POSIX] (FPE_*): Likewise.
3372         [POSIX] (ILL_*): Likewise.
3373         [POSIX] (POLL_*): Likewise.
3374         [POSIX] (SEGV_*): Likewise.
3375         [POSIX] (SI_*): Likewise.
3376         [POSIX] (TRAP_*): Likewise.
3377         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
3378         variable.
3379
3380 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
3381
3382         [BZ #12926]
3383         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
3384         infinite loop when __recvmsg returns 0.
3385
3386 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
3387
3388         * CANCEL-FCT-WAIVE: Remove file.
3389         * CANCEL-FILE-WAIVE: Likewise.
3390
3391         [BZ #14132]
3392         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
3393         instead of INTVARDEF.
3394         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3395         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
3396         rtld_hidden_data_def instead of INTVARDEF.
3397         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
3398         * elf/dl-deps.c (expand_dst): Likewise.
3399         * elf/dl-load.c (_dl_dst_count): Likewise.
3400         (_dl_dst_substitute): Likewise.
3401         (decompose_rpath): Likewise.
3402         (_dl_init_paths): Likewise.
3403         (open_path): Likewise.
3404         (_dl_map_object): Likewise.
3405         * elf/rtld.c (dl_main): Likewise.
3406         (process_dl_audit): Likewise.
3407         (process_envvars): Likewise.
3408         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
3409         Remove declaration.
3410         (__libc_enable_secure): Use rtld_hidden_proto.
3411
3412 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3413
3414         * elf/dl-load.c
3415         (add_path): New function broken out of _dl_rtld_di_serinfo.
3416         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
3417
3418 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3419
3420         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
3421         parentheses around macro arguments.
3422         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
3423         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
3424         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
3425         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
3426         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
3427         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3428         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3429         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
3430         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
3431         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
3432         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
3433         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
3434         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
3435         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
3436         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
3437         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
3438         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
3439         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
3440         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
3441         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
3442         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
3443         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
3444         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
3445         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
3446         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
3447         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
3448         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
3449         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
3450         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
3451         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
3452         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
3453         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
3454         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
3455         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
3456         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
3457         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
3458         Likewise.
3459         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
3460         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3461         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3462         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
3463         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
3464         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
3465         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
3466         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
3467         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
3468         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
3469         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
3470         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
3471         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
3472         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
3473         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
3474         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
3475         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
3476         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
3477         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
3478         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
3479         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
3480         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
3481         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
3482         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
3483         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
3484         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
3485         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
3486         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
3487         (_FP_FRAC_SRS_1): Likewise.
3488         (_FP_FRAC_CLZ_1): Likewise.
3489         (_FP_MUL_MEAT_1_imm): Likewise.
3490         (_FP_MUL_MEAT_1_wide): Likewise.
3491         (_FP_MUL_MEAT_1_hard): Likewise.
3492         (_FP_SQRT_MEAT_1): Likewise.
3493         (_FP_FRAC_ASSEMBLE_1): Likewise.
3494         (_FP_FRAC_DISASSEMBLE_1): Likewise.
3495         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
3496         (__FP_CLZ_2): Likewise.
3497         (_FP_MUL_MEAT_2_wide): Likewise.
3498         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
3499         (_FP_MUL_MEAT_2_gmp): Likewise.
3500         (_FP_MUL_MEAT_2_120_240_double): Likewise.
3501         (_FP_SQRT_MEAT_2): Likewise.
3502         (_FP_FRAC_ASSEMBLE_2): Likewise.
3503         (_FP_FRAC_DISASSEMBLE_2): Likewise.
3504         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
3505         (_FP_FRAC_CLZ_4): Likewise.
3506         (_FP_MUL_MEAT_4_wide): Likewise.
3507         (_FP_MUL_MEAT_4_gmp): Likewise.
3508         (_FP_SQRT_MEAT_4): Likewise.
3509         (_FP_FRAC_ASSEMBLE_4): Likewise.
3510         (_FP_FRAC_DISASSEMBLE_4): Likewise.
3511         * soft-fp/op-common.h (_FP_CMP): Likewise.
3512         (_FP_CMP_EQ): Likewise.
3513         (_FP_CMP_UNORD): Likewise.
3514         (_FP_TO_INT): Likewise.
3515         (_FP_FROM_INT): Likewise.
3516         [!__FP_CLZ] (__FP_CLZ): Likewise.
3517         (_FP_DIV_HELP_imm): Likewise.
3518         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
3519         Likewise.
3520         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
3521         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
3522         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
3523         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
3524         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
3525         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3526         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3527         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
3528         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
3529         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
3530         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
3531         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
3532         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
3533         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
3534         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
3535         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
3536         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
3537         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
3538         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
3539         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
3540         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
3541         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
3542         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
3543         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
3544         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
3545         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
3546         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
3547         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
3548         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
3549         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
3550         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
3551         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
3552         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
3553         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
3554         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
3555         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
3556         (FP_UNPACK_RAW_SP): Likewise.
3557         (FP_PACK_RAW_S): Likewise.
3558         (FP_PACK_RAW_SP): Likewise.
3559         (FP_UNPACK_S): Likewise.
3560         (FP_UNPACK_SP): Likewise.
3561         (FP_UNPACK_SEMIRAW_S): Likewise.
3562         (FP_UNPACK_SEMIRAW_SP): Likewise.
3563         (FP_PACK_S): Likewise.
3564         (FP_PACK_SP): Likewise.
3565         (FP_PACK_SEMIRAW_S): Likewise.
3566         (FP_PACK_SEMIRAW_SP): Likewise.
3567         (_FP_SQRT_MEAT_S): Likewise.
3568         (FP_CMP_S): Likewise.
3569         (FP_CMP_EQ_S): Likewise.
3570         (FP_CMP_UNORD_S): Likewise.
3571         (FP_TO_INT_S): Likewise.
3572         (FP_FROM_INT_S): Likewise.
3573
3574         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
3575
3576         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
3577         (FP_EX_INVALID_IMZ): Likewise.
3578         (FP_EX_INVALID_IMZ_FMA): Likewise.
3579         (FP_EX_INVALID_ISI): Likewise.
3580         (FP_EX_INVALID_ZDZ): Likewise.
3581         (FP_EX_INVALID_IDI): Likewise.
3582         (FP_EX_INVALID_SQRT): Likewise.
3583         (FP_EX_INVALID_CVI): Likewise.
3584         (FP_EX_INVALID_VC): Likewise.
3585         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3586         "invalid" exceptions.
3587         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3588         (_FP_ADD_INTERNAL): Likewise.
3589         (_FP_MUL): Likewise.
3590         (_FP_FMA): Likewise.
3591         (_FP_DIV): Likewise.
3592         (_FP_CMP_CHECK_NAN): Likewise.
3593         (_FP_SQRT): Likewise.
3594         (_FP_TO_INT): Likewise.
3595         (FP_EXTEND): Likewise.
3596
3597 2014-10-09  Allan McRae  <allan@archlinux.org>
3598
3599         * po/fr.po: Update French translation from translation project.
3600
3601 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3602
3603         [BZ #14132]
3604         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3605         of INTDEF.
3606         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3607         (__cxa_atexit): Use libc_hidden_proto.
3608         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3609
3610         [BZ #14132]
3611         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3612         declaration.
3613         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3614         [!_ISOMAC] (__iswspace_l_internal): Likewise.
3615         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3616         [!_ISOMAC] (__iswctype_internal): Likewise.
3617         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3618         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3619         alias.
3620         (fcntl): Remove __fcntl_internal alias.
3621         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3622         __connect_internal alias.
3623         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3624         Likewise.
3625
3626         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3627         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3628         FP_DENORM_ZERO.
3629         (_FP_CHECK_FLUSH_ZERO): New macro.
3630         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3631         (_FP_CMP): Likewise.
3632         (_FP_CMP_EQ): Likewise.
3633         (_FP_TO_INT): Do not set inexact for subnormal arguments if
3634         FP_DENORM_ZERO.
3635         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3636         (FP_TRUNC): Likewise.
3637
3638         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3639         treated as invalid conversion, not as normal exponent.
3640
3641         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3642         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
3643         (_FP_CMP_EQ): Likewise.
3644         (_FP_CMP_UNORD): Likewise.
3645         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3646         (FP_CMP_EQ_D): Likewise.
3647         (FP_CMP_UNORD_D): Likewise.
3648         * soft-fp/extended.h (FP_CMP_E): Likewise.
3649         (FP_CMP_EQ_E): Likewise.
3650         (FP_CMP_UNORD_E): Likewise.
3651         * soft-fp/quad.h (FP_CMP_Q): Likewise.
3652         (FP_CMP_EQ_Q): Likewise.
3653         (FP_CMP_UNORD_Q): Likewise.
3654         * soft-fp/single.h (FP_CMP_S): Likewise.
3655         (FP_CMP_EQ_S): Likewise.
3656         (FP_CMP_UNORD_S): Likewise.
3657         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3658         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3659         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3660         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3661         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3662         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3663         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3664         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3665         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3666         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3667         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3668         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3669         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3670         to FP_CMP_Q.
3671         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3672         FP_CMP_Q.
3673         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3674         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3675         FP_CMP_EQ_Q.
3676         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3677         FP_CMP_Q.
3678         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3679         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3680         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3681         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3682         FP_CMP_EQ_Q.
3683         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3684         FP_CMP_Q.
3685         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3686         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3687         FP_CMP_EQ_Q.
3688         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3689         FP_CMP_Q.
3690         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3691         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3692         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3693         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3694         FP_CMP_EQ_Q.
3695
3696         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3697         a subnormal result, set the underflow exception if trapping on
3698         underflow is enabled.
3699         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3700         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3701         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3702         redefine to 0.
3703         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3704         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3705         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3706         * soft-fp/extendxftf2.c (__extendxftf2): Use
3707         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3708
3709         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3710         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3711         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3712         FP_HANDLE_EXCEPTIONS.
3713         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3714         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3715         FP_HANDLE_EXCEPTIONS.
3716         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3717         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3718         FP_HANDLE_EXCEPTIONS.
3719         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3720         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3721         FP_HANDLE_EXCEPTIONS.
3722
3723 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
3724
3725         [BZ #14132]
3726         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3727         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3728         use INTUSE.
3729         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3730         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3731         Remove alias.
3732         (__adjtimex): Define using libc_hidden_ver.
3733         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3734         Remove declaration.
3735         (ntp_gettime): Call __adjtimex directly.
3736         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3737         Remove declaration.
3738         (ntp_gettimex): Call __adjtimex directly.
3739         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3740         __adjtimex_internal alias.
3741
3742 2014-10-08  Roland McGrath  <roland@hack.frob.com>
3743
3744         [BZ #17460]
3745         * nscd/nscd.c (more_help): Rewrite list of tables collection
3746         using xstrdup and asprintf.
3747
3748         * nscd/nscd_conf.c: Remove local xstrdup declaration.
3749
3750 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3751             Roland McGrath  <roland@hack.frob.com>
3752
3753         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
3754         (do_lookup_unique): ... local function 'enter' here; update callers.
3755
3756 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
3757
3758         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
3759         compat_symbol calls on [SHARED].
3760         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
3761         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
3762         Remove.
3763         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3764         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
3765         (oldsetrlimit): Remove.
3766         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3767         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3768         (lchown): New syscall entry.
3769         (oldsetrlimit): Remove.
3770         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3771         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
3772         (oldsetrlimit): Remove.
3773         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3774
3775         [BZ #14138]
3776         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
3777         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
3778         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
3779         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
3780         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3781         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
3782         (fchown): Likewise.
3783         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
3784         (fchown): Likewise.
3785         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
3786         Likewise.
3787
3788 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3789
3790         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
3791         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
3792         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
3793         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
3794         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
3795         Likewise.
3796         (__old_sem_post): Likewise.
3797
3798 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
3799
3800         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
3801         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
3802         HAVE_CLOCK_GETTIME_VSYSCALL macros.
3803         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
3804         Use INLINE_VSYSCALL macro.
3805         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
3806         __vdso_clock_gettime.
3807         * sysdeps/unix/sysv/linux/tile/init-first.c
3808         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
3809         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
3810         __vdso_clock_gettime.
3811
3812         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
3813         to set up frame more cleanly.
3814
3815         * sysdeps/tile/memcmp.c: New file.
3816
3817         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
3818
3819         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
3820         * sysdeps/tile/tilegx/strcasestr.c: New file.
3821         * sysdeps/tile/tilegx/strnlen.c: New file.
3822         * sysdeps/tile/tilegx/strstr.c: New file.
3823
3824         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
3825
3826 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
3827
3828         * nptl/tst-setuid3.c: Write errors to stdout.
3829
3830 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3831
3832         * elf/dl-deps.c
3833         (preload): New functions broken out of _dl_map_object_deps.
3834         (_dl_map_object_deps):  Remove a nested function. Update call sites.
3835
3836 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
3837
3838         [BZ #14138]
3839         * sysdeps/unix/sysv/linux/execve.c: Remove file.
3840         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
3841
3842 2014-10-01  Steve Ellcey  <sellcey@mips.com>
3843
3844         * sysdeps/mips/strcmp.S: New.
3845
3846 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
3847
3848         [BZ #14138]
3849         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
3850         (linkat): Likewise.
3851         (mkdirat): Likewise.
3852         (readlinkat): Likewise.
3853         (renameat): Likewise.
3854         (symlinkat): Likewise.
3855         (unlinkat): Likewise.
3856         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
3857         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
3858         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
3859         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
3860         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
3861         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
3862         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
3863
3864 2014-09-30  Will Newton  <will.newton@linaro.org>
3865
3866         * math/math.h: Define long double math functions if
3867         _LIBC_TEST is defined.
3868         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
3869
3870         * localedata/Makefile: Move assignment to tests-special
3871         into an ifdef testing run-built-tests.
3872         * timezone/Makefile: Likewise.
3873
3874 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
3875
3876         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
3877         with $(BASH) not $(SHELL).
3878
3879 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
3880             Matthew LeGendre  <legendre1@llnl.gov>
3881
3882         [BZ #17411]
3883         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
3884         l_reloc_result.
3885
3886 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3887
3888         * stdio-common/printf_fp.c
3889         (hack_digit): New function, broken out of ...
3890         (__printf_fp): ... local function here.  Update call sites.
3891         hack_digit now takes an additional parameter that is a pointer
3892         to a struct of the referenced locals.  Those locals moved inside
3893         the struct and references updated.
3894
3895 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
3896
3897         * aclocal.m4: Require autoconf 2.69.
3898         * configure: Regenerated.
3899         * sysdeps/aarch64/configure: Likewise.
3900         * sysdeps/alpha/configure: Likewise.
3901         * sysdeps/arm/armv7/configure: Likewise.
3902         * sysdeps/arm/configure: Likewise.
3903         * sysdeps/ia64/configure: Likewise.
3904         * sysdeps/mach/configure: Likewise.
3905         * sysdeps/mips/configure: Likewise.
3906         * sysdeps/s390/configure: Likewise.
3907         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
3908         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
3909
3910         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
3911         file.
3912         * sysdeps/ia64/configure.ac: Likewise.
3913
3914 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
3915
3916         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
3917         specify symbol version for ld.so.  Do not include entry for
3918         libpthread.
3919         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3920         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3921         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3922
3923         [BZ #14171]
3924         * Makeconfig [$(build-shared) = yes]
3925         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
3926         makefiles.
3927         [$(build-shared) = yes && $(soversions.mk-done) = t]
3928         ($(common-objpfx)gnu/lib-names.h): Remove rule.
3929         [$(build-shared) = yes && $(soversions.mk-done) = t]
3930         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
3931         to Makerules.
3932         [$(build-shared) = yes && $(soversions.mk-done) = t]
3933         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
3934         here.
3935         [$(build-shared) = yes && $(soversions.mk-done) = t]
3936         (common-generated): Don't append gnu/lib-names.h and
3937         gnu/lib-names.stmp here.
3938         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
3939         (lib-names-h-abi): New variable.
3940         [$(build-shared) = yes && $(soversions.mk-done) = t]
3941         (lib-names-stmp-abi): Likewise.
3942         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3943         abi-variants] (before-compile): Append
3944         $(common-objpfx)$(lib-names-h-abi).
3945         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3946         abi-variants] (common-generated): Append gnu/lib-names.h.
3947         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3948         abi-variants] (install-others-nosubdir): Depend on
3949         $(inst_includedir)/$(lib-names-h-abi).
3950         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3951         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
3952         [$(build-shared) = yes && $(soversions.mk-done) = t]
3953         ($(common-objpfx)$(lib-names-h-abi)): New rule.
3954         [$(build-shared) = yes && $(soversions.mk-done) = t]
3955         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
3956         [$(build-shared) = yes && $(soversions.mk-done) = t]
3957         (common-generated): Append $(lib-names-h-abi) and
3958         $(lib-names-stmp-abi).
3959         * scripts/lib-names.awk: Do not handle multi being set.
3960         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
3961         Remove variable.
3962         (abi-lp64_be-ld-soname): Likewise.
3963         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
3964         Likewise.
3965         (abi-hard-ld-soname): Likewise.
3966         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
3967         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
3968         Remove variable.
3969         (abi-o32_hard-ld-soname): Likewise.
3970         (abi-o32_soft_2008-ld-soname): Likewise.
3971         (abi-o32_hard_2008-ld-soname): Likewise.
3972         (abi-n32_soft-ld-soname): Likewise.
3973         (abi-n32_hard-ld-soname): Likewise.
3974         (abi-n32_soft_2008-ld-soname): Likewise.
3975         (abi-n32_hard_2008-ld-soname): Likewise.
3976         (abi-n64_soft-ld-soname): Likewise.
3977         (abi-n64_hard-ld-soname): Likewise.
3978         (abi-n64_soft_2008-ld-soname): Likewise.
3979         (abi-n64_hard_2008-ld-soname): Likewise.
3980         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
3981         Likewise.
3982         (abi-64-v2-ld-soname): Likewise.
3983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
3984         ld.so entries.
3985         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
3986         variable.
3987         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
3988         entry.
3989         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
3990         variable.
3991         (abi-64-ld-soname): Likewise.
3992         (abi-x32-ld-soname): Likewise.
3993         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
3994         entry.
3995         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3996
3997 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
3998
3999         [BZ #14138]
4000         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
4001         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
4002         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
4003         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
4004         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
4005         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
4006         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
4007         syscall entry for GLIBC_2.2 symbol version.
4008         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
4009         Likewise.
4010         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
4011         (setrlimit): Likewise.
4012         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
4013         Likewise.
4014
4015 2014-09-23  Will Newton  <will.newton@linaro.org>
4016
4017         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
4018         _LINUX_ARM_SYSDEP_H include guard too.
4019         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
4020         define.
4021
4022 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
4023
4024         * sysdeps/unix/sysv/linux/eventfd.c:
4025         Make first argument unsigned.
4026         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
4027         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
4028
4029 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
4030
4031         * socket/recvmmsg.c (recvmmsg): Drop const argument.
4032         * socket/sys/socket.h: Likewise
4033         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
4034
4035 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
4036
4037         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
4038
4039 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
4040
4041         * time/tst-ftime.c: New test.
4042         * time/Makefile (tests): Add tst-ftime.
4043
4044 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
4045
4046         * soft-fp/extended.h: Fix comment formatting.
4047         * soft-fp/op-1.h: Likewise.
4048         * soft-fp/op-2.h: Likewise.
4049         * soft-fp/op-4.h: Likewise.
4050         * soft-fp/op-8.h: Likewise.
4051         * soft-fp/op-common.h: Likewise.
4052         * soft-fp/soft-fp.h: Likewise.
4053
4054         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
4055
4056 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
4057
4058         [BZ #6652]
4059         * Makeconfig (soversions-default-setname): Remove variable.
4060         ($(common-objpfx)soversions.i): Don't pass default_setname to
4061         soversions.awk.
4062         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
4063         oldest_abi to abi-versions.awk.
4064         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
4065         * config.make.in (oldest-abi): Remove variable.
4066         * configure.ac (--enable-oldest-abi): Remove configure option.
4067         * configure: Regenerated.
4068         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
4069         text.
4070         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
4071         * scripts/soversions.awk: Do not handle default_setname variable.
4072         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
4073         variable.
4074         * sysdeps/mach/hurd/configure: Regenerated.
4075         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
4076         variable.
4077         * sysdeps/unix/sysv/linux/configure: Regenerated.
4078
4079 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4080
4081         * elf/Makefile (CFLAGS-interp.c): Remove.
4082         ($(elf-objpfx)runtime-linker.h): Generate header with linker
4083         path string.
4084         * elf/interp.c: Include generated runtime-linker.h
4085
4086         * Makerules (lib%.so): Don't include $(+interp) in
4087         prerequisites.
4088         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
4089         * dlfcn/eval.c: Remove file.
4090
4091         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
4092         macros.
4093
4094         [BZ #17266]
4095         * misc/sys/cdefs.h: Define __extern_always_inline for clang
4096         4.2 and newer.
4097
4098         [BZ #17370]
4099         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
4100
4101 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4102             Jakub Jelinek  <jakub@redhat.com>
4103
4104         [BZ #17266]
4105         * libio/stdio.h: Check definition of __fortify_function
4106         instead of __extern_always_inline to include bits/stdio2.h.
4107         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
4108         check if __extern_always_inline is defined.
4109         [__USE_MISC || __USE_XOPEN]: Likewise.
4110         [__USE_ISOC99] Likewise.
4111         * misc/sys/cdefs.h (__fortify_function): Define only if
4112         __extern_always_inline is defined.
4113         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
4114         __extern_always_inline and __extern_inline only for g++-4.3
4115         and newer or a compatible gcc.
4116
4117 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
4118
4119         [BZ #17371]
4120         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4121         last change to handle zero prefix length.
4122
4123 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
4124
4125         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
4126         _SC_REGEX_VERSION.
4127
4128         * posix/getconf.c (vars): Add _POSIX_IPV6 and
4129         _POSIX_RAW_SOCKETS.
4130
4131 2014-09-13  Allan McRae  <allan@archlinux.org>
4132
4133         * po/ru.po: Update Russian translation from translation project.
4134
4135 2014-09-12  Roland McGrath  <roland@hack.frob.com>
4136
4137         * locale/programs/locale.c (show_locale_vars): Inline local function
4138         into its sole call site.  Clean up some style nits.
4139         (print_item): New function, broken out of ...
4140         (show_info): ... local function here.  Clean up style nits.
4141
4142         * locale/programs/ld-ctype.c (set_one_default): New function, broken
4143         out of ...
4144         (set_class_defaults): ... local function set_default here.
4145         Define set_default as a macro locally to pass constant parameters.
4146         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
4147         rather than a shared local.
4148
4149         * stdlib/rpmatch.c (try): New function, broken out of ...
4150         (rpmatch): ... local function here.  Also, prototypify definition.
4151
4152 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
4153
4154         * scripts/soversions.awk: Do not handle configuration names.
4155         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
4156         vendor and os variables to soversions.awk.
4157         * configure.ac: Do not modify gnu-* host_os.
4158         * configure: Regenerated
4159         * shlib-versions: Remove first column with configuration names.
4160         * nptl/shlib-versions: Likewise.
4161         * nptl_db/shlib-versions: Likewise.
4162         * sysdeps/hppa/shlib-versions: Likewise.
4163         * sysdeps/m68k/shlib-versions: Likewise.
4164         * sysdeps/mach/hurd/shlib-versions: Likewise.
4165         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
4166         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
4167         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
4168         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
4169         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
4170         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
4171         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
4172         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
4173         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4174         Likewise.
4175         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4176         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4177         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4178         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4179         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4180         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
4181         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
4182         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
4183
4184         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
4185         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
4186         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4187         Regenerated.
4188         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
4189         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
4190         Condition symbol version definitions on [HAVE_ELFV2_ABI].
4191
4192         * shlib-versions: Remove OS-specific entries.  Moved to files in
4193         sysdeps.
4194         * sysdeps/mach/hurd/shlib-versions: New file.
4195         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
4196
4197         * nptl/shlib-versions: Remove architecture-specific entries.
4198         Moved to files in sysdeps.
4199         * shlib-versions: Likewise.
4200         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
4201         file.
4202         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
4203         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
4204         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
4205         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
4206
4207         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
4208         (UDP_NO_CHECK6_RX): Likewise.
4209
4210 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4211
4212         * sysdeps/posix/sysconf.c (__sysconf): Spell
4213         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
4214
4215 2014-08-12  Florian Weimer  <fweimer@redhat.com>
4216
4217         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
4218         loading.
4219         * iconv/Versions (__gconv_transliterate): Export for use from
4220         gconv modules.
4221         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
4222         (struct __gconv_trans_data, __gconv_trans_fct,
4223         __gconv_trans_context_fct, __gconv_trans_query_fct,
4224         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
4225         definitions.
4226         (struct __gconv_step_data): Remove __trans member.
4227         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
4228         longer hidden.  Remove unused trans_data argument.
4229         * iconv/gconv_int.h (struct trans_struct): Remove definition.
4230         (__gconv_translit_find): Remove declaration.
4231         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
4232         prototype.
4233         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
4234         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
4235         trans_data argument.  Add hidden definition.
4236         (__gconv_translit_find): Remove.
4237         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
4238         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
4239         * iconv/skeleton.c: Remove transliteration initialization.
4240         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
4241         __gconv_step_data initialization.
4242         * libio/iofwide.c (__libio_translit_): Remove.
4243         (_IO_fwide): Adjust struct __gconv_step_data initialization.
4244         * wcsmbs/btowc.c (__btowc): Likewise.
4245         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
4246         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4247         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
4248         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
4249         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
4250         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
4251         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
4252         * wcsmbs/wctob.c (wctob): Likewise.
4253
4254 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
4255
4256         [BZ #16194]
4257         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
4258         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
4259         register usage.
4260         * sysdeps/x86/Makefile: Adjust.
4261
4262 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4263             Roland McGrath  <roland@hack.frob.com>
4264
4265         * locale/weight.h: Add include guard.
4266         (findidx): Make static rather than auto; take new parameters
4267         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
4268         * locale/weightwc.h: Likewise.
4269         * posix/fnmatch_loop.c
4270         (FCT): Change type of EXTRA from int32_t to wint_t.
4271         Don't include either header inside the function.
4272         Call FINDIDX rather than findidx, and pass new arguments.
4273         #undef FINDIDX at the end of the file.
4274         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
4275         FINDIDX before including fnmatch_loop.c for the non-wide version.
4276         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
4277         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
4278         for the wide version.
4279         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
4280         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
4281         Pass new arguments to findidx.
4282         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
4283         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
4284         Don't #include it inside the function.  Pass new arguments to findidx.
4285         * posix/regex_internal.h
4286         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
4287         (re_string_elem_size_at): Don't #include it inside the function.
4288         Pass new arguments to findidx.
4289         * string/strcoll_l.c: #include WEIGHT_H at top level.
4290         (get_next_seq): Don't #include it inside the function.
4291         Pass new arguments to findidx.
4292         (get_next_seq_nocache): Likewise.
4293         * string/strxfrm_l.c: #include WEIGHT_H at top level.
4294         (STRXFRM): Don't #include it inside the function.
4295         Pass new arguments to findidx.
4296
4297 2014-09-11  Florian Weimer  <fweimer@redhat.com>
4298
4299         [BZ #17344]
4300         * malloc/malloc.c (unlink): Turn asserts into a call to
4301         malloc_printerr.
4302
4303 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
4304
4305         [BZ #17370]
4306         * libio/wfileops (do_ftell_wide): Free OUT.
4307
4308 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
4309
4310         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
4311
4312 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4313
4314         [BZ #17363]
4315         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
4316         group if the current group is empty.
4317
4318 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4319
4320         * benchtests/bench-memset.c (test_main): Add more test from size
4321         from 32 to 512 bytes.
4322         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4323         Add POWER8 memset object.
4324         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4325         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
4326         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
4327         implementation.
4328         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
4329         Likewise.
4330         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
4331         multiarch POWER8 memset optimization.
4332         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
4333         POWER8 memset optimization.
4334
4335         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4336         Remove bzero multiarch objects.
4337         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
4338         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
4339         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
4340         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
4341         Remove define.
4342         [__bzero]: Redefine to specific name.
4343         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
4344         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
4345         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
4346         define.
4347         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
4348         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
4349
4350 2014-09-10  Florian Weimer  <fweimer@redhat.com>
4351
4352         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
4353         warnings into errors.
4354
4355         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
4356         __cxa_thread_atexit_impl prototype.
4357
4358 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4359
4360         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
4361         Fix capitalization of error message.
4362
4363 2014-09-09  Steve Ellcey  <sellcey@mips.com>
4364
4365         * sysdeps/mips/preconfigure: Modify ABI tests.
4366
4367 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
4368
4369         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
4370
4371 2014-09-07  Roland McGrath  <roland@hack.frob.com>
4372             Carlos O'Donell  <carlos@systemhalted.org>
4373
4374         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
4375         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
4376         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
4377         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
4378         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
4379         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
4380         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
4381         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
4382         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
4383         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
4384         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
4385         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
4386         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
4387         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
4388         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
4389         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
4390         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
4391         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
4392         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
4393         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
4394         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
4395         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
4396         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
4397         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
4398         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
4399         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
4400         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
4401         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
4402         Deconditionalize the code that was previously under [RESET_PID].
4403         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
4404         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
4405         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
4406         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
4407         include sysdep.h.
4408
4409 2014-09-08  Allan McRae  <allan@archlinux.org>
4410
4411         * version.h (RELEASE): Set to "development".
4412         (VERSION): Set to "2.20.90"
4413
4414 2014-09-07  Allan McRae  <allan@archlinux.org
4415
4416         * version.h (RELEASE): Set to "stable".
4417         (VERSION): Set to "2.20"
4418         * include/features.h (__GLIBC_MINOR__): Set to 20.
4419
4420         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
4421         Liebler.
4422
4423         * po/ko.po: Update Korean translation from translation project.
4424
4425 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
4426
4427         [BZ #17354]
4428         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
4429         macro for handling signed relocations.
4430
4431 2014-09-03  Florian Weimer  <fweimer@redhat.com>
4432
4433         [BZ #17325]
4434         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
4435         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
4436         assert.
4437         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
4438         * iconvdata/ibm935.c (BODY): Likewise.
4439         * iconvdata/ibm937.c (BODY): Likewise.
4440         * iconvdata/ibm939.c (BODY): Likewise.
4441         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
4442         assert.
4443         * iconvdata/Makefile (iconv-test.out): Pass module list to test
4444         script.
4445         * iconvdata/run-iconv-test.sh: New test loop for checking for
4446         decoder crashers.
4447
4448 2014-09-02  Khem Raj  <raj.khem@gmail.com>
4449
4450         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
4451         libm_hidden_ver.
4452
4453 2014-09-01  Allan McRae  <allan@archlinux.org>
4454
4455         * po/eo.po: Update Esperanto translation from translation project.
4456
4457         * po/ca.po: Update Catalan translation from translation project.
4458
4459 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4460
4461         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
4462         __proc_dostop call.
4463
4464 2014-08-27  Mark Wielaard  <mjw@redhat.com>
4465
4466         [BZ #17319]
4467         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
4468         to call set_thread_area instead of hand written asm.
4469         (__NR_set_thread_area): Removed define.
4470         (TLS_FLAG_WRITABLE): Likewise.
4471         (__ASSUME_SET_THREAD_AREA): Remove check.
4472         (TLS_EBX_ARG): Remove define.
4473         (TLS_LOAD_EBX): Likewise.
4474
4475 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
4476
4477         Simplify atomicity of socket creation in bind.
4478
4479         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
4480         looking up the name after linking the file.
4481
4482 2014-08-27  Allan McRae  <allan@archlinux.org>
4483
4484         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4485
4486 2014-08-26  Florian Weimer  <fweimer@redhat.com>
4487
4488         [BZ #17187]
4489         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
4490         trans_compare, open_translit, __gconv_translit_find):
4491         Remove module loading code.
4492
4493 2014-08-26  Allan McRae  <allan@archlinux.org>
4494
4495         * po/vi.po: Update Vietnamese translation from translation project.
4496
4497         * po/uk.po: Update Ukrainian translation from translation project.
4498
4499         * po/fr.po: Update French translation from translation project.
4500
4501         * po/ru.po: Update Russian translation from translation project.
4502
4503         * po/pl.po: Update Polish translation from translation project.
4504
4505         * po/cs.po: Update Czech translation from translation project.
4506
4507         * po/de.po: Update German translation from translation project.
4508
4509         * po/bg.po: Update Bulgarian translation from translation project.
4510
4511         * po/sv.po: Update Sweedish translation from translation project.
4512
4513         * po/nl.po: Update Dutch translation from translation project.
4514
4515         * po/es.po: Update Spanish translation from translation project.
4516
4517 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
4518
4519         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
4520
4521         * catgets/Makefile (CPPFLAGS-gencat): Remove.
4522         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
4523         (CPPFLAGS-iconvconfig): Likewise.
4524         * timezone/Makefile (CPPFLAGS-zic): Likewise.
4525
4526         * include/libc-symbols.h: Remove unnecessary check for
4527         NOT_IN_libc.
4528         * nptl/pthreadP.h: Likewise.
4529         * sysdeps/aarch64/setjmp.S: Likewise.
4530         * sysdeps/alpha/setjmp.S: Likewise.
4531         * sysdeps/arm/sysdep.h: Likewise.
4532         * sysdeps/i386/setjmp.S: Likewise.
4533         * sysdeps/m68k/setjmp.c: Likewise.
4534         * sysdeps/posix/getcwd.c: Likewise.
4535         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
4536         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
4537         * sysdeps/s390/s390-32/setjmp.S: Likewise.
4538         * sysdeps/s390/s390-64/setjmp.S: Likewise.
4539         * sysdeps/sh/sh3/setjmp.S: Likewise.
4540         * sysdeps/sh/sh4/setjmp.S: Likewise.
4541         * sysdeps/unix/alpha/sysdep.h: Likewise.
4542         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
4543         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
4544         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
4545         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
4546         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
4547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4548         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
4549         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
4550         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
4551         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
4552         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
4553         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
4554         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4555         * sysdeps/x86_64/setjmp.S: Likewise.
4556
4557 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
4558
4559         [BZ #17263]
4560         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
4561         <stdint.h>.
4562         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
4563         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
4564
4565 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
4566
4567         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
4568
4569         [BZ #17262]
4570         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
4571         and __x86_64__ when disabling x87 inline functions.
4572
4573 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
4574
4575         [BZ #17259]
4576         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
4577         asm statement with __cpuid_count.
4578
4579 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
4580
4581         * configure.ac: Change __ehdr_start code to dereference the struct.
4582         Run readelf on the output to look for relocations.
4583         * configure: Regenerated.
4584
4585 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
4586
4587         [BZ #17261]
4588         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4589         value to 0.
4590         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4591
4592 2014-08-12  Roland McGrath  <roland@hack.frob.com>
4593
4594         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4595
4596 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
4597
4598         [BZ #16892]
4599         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4600         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4601
4602 2014-08-12  Sean Anderson  <seanga2@gmail.com>
4603
4604         * malloc/malloc.c: Fix typo in comment.
4605
4606 2014-08-09  Allan McRae  <allan@archlinux.org>
4607
4608         * Regenerate libc.po.
4609
4610 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
4611
4612         * intl/tst-gettext2.sh: Check every lang file for creation.
4613
4614 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4615
4616         * sysdeps/aarch64/fpu/math_private.h
4617         (libc_feholdsetround_noex_aarch64_ctx): New function.
4618
4619 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4620
4621         * sysdeps/arm/armv6/strcpy.S (strcpy):
4622         Fix performance issue in misaligned cases.
4623
4624 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4625
4626         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4627         Move definition from termios.h.
4628         (struct termio): Likewise.
4629         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4630         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4631         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4632         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4633         Likewise.
4634         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4635         Move definition to ioctl-types.h
4636         (struct termio): Likewise.
4637         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4638         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4639         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4640         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4641         Likewise.
4642
4643 2014-08-05  Richard Henderson  <rth@redhat.com>
4644
4645         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4646         exceptions.
4647         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
4648         Add fraiseexcpt.
4649         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4650         Use __feraiseexcept.
4651         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4652         Protect libm symbols with IS_IN_libm.
4653
4654         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4655
4656 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
4657
4658         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4659
4660 2014-08-04  Will Newton  <will.newton@linaro.org>
4661
4662         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4663         file.
4664
4665 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
4666
4667         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4668         variants for each function.
4669
4670 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4671
4672         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4673         appended ...
4674         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4675         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4676         appended ...
4677         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4678         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4679         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4680         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4681         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4682         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4683         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4684         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4685         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4686         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4687         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4688         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4689         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4690         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4691         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4692         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4693         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4694         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4695         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4696         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4697         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4698         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4699         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4700         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4701         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4702         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4703         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4704         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4705         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4706         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4707         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4708         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4709         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4710         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4711         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4712         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4713         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4714         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4715         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4716         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4717         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4718         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4719         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4720         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4721         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4722         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4723         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4724         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4725         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4726         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4727         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4728         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4729         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4730         Update #include.
4731         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4732         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4733
4734 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4735
4736         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4737         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4738         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4739         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4740         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4741         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4742
4743 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4744
4745         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4746         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
4747         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4748         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
4749
4750 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4751
4752         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
4753         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
4754         (__libc_vfork): Define function under this name.
4755         (__vfork): Define as an alias.
4756         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
4757         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
4758
4759 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4760
4761         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
4762         that was previously under [RESET_PID].
4763         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
4764
4765 2014-08-04  Andreas Schwab  <schwab@suse.de>
4766
4767         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
4768
4769 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
4770
4771         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
4772         (main): Likewise.
4773
4774 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4775
4776         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
4777
4778 2014-08-01  Richard Henderon  <rth@redhat.com>
4779
4780         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
4781         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
4782         typo in exact zero test.
4783         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
4784         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
4785         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
4786
4787 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4788
4789         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
4790         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
4791         * sysdeps/arm/sysdep.h: ... here.
4792         [!__ASSEMBLER__]: Include <stdint.h>.
4793
4794 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4795
4796         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
4797         (HAVE_WCTYPE_H): Likewise.
4798         (HAVE_ISWCTYPE): Likewise.
4799         (ENABLE_NLS): Likewise.
4800         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
4801         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
4802
4803         * posix/regex_internal.c: Check if DEBUG is defined and is
4804         set.
4805
4806         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
4807         (HAVE_MBSRTOWCS): Likewise.
4808         * posix/fnmatch.c: Include string.h unconditionally.
4809
4810 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
4811
4812         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
4813         reversal.
4814
4815 2014-07-31  Roland McGrath  <roland@hack.frob.com>
4816
4817         * sysdeps/generic/safe-fatal.h: New file.
4818         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
4819         * nptl/forward.c: Include it.
4820         (__pthread_unwind): Use __safe_fatal as default action, rather
4821         than a bogus use of INTERNAL_SYSCALL that could never work.
4822
4823         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
4824         * configure.ac (libc_cv_builtin_trap): New test.
4825         * configure: Regenerated.
4826         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
4827         (ABORT_INSTRUCTION): Define using __builtin_trap.
4828
4829         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
4830         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
4831         * sysdeps/nptl/nptl-signals.h: New file.
4832         * nptl/pthreadP.h: Include <nptl-signals.h>.
4833
4834 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4835
4836         * sysdeps/s390/s390-64/utf16-utf32-z9.c
4837         (ONE_DIRECTION): Define.
4838         * sysdeps/s390/s390-64/utf8-utf16-z9.c
4839         (ONE_DIRECTION): Define.
4840         * sysdeps/s390/s390-64/utf8-utf32-z9.c
4841         (ONE_DIRECTION): Define.
4842
4843 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4844
4845         * sysdeps/s390/Makefile: Delete file.
4846         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
4847         * sysdeps/s390/__longjmp.c: Delete file.
4848         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
4849         Remove fields __flags and __reserved.
4850         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
4851         and add versioning.
4852         * sysdeps/s390/rtld-__longjmp.c: Delete file.
4853         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
4854         * sysdeps/s390/rtld-setjmp.S: Likewise.
4855         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
4856         * sysdeps/s390/s390-32/__longjmp.c: ... here.
4857         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
4858         * sysdeps/s390/s390-32/setjmp.S: ... here.
4859         Add versioning.
4860         (__sigsetjmp): Remove setting __flags field.
4861         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
4862         * sysdeps/s390/s390-64/__longjmp.c: ... here.
4863         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
4864         * sysdeps/s390/s390-64/setjmp.S: ... here.
4865         Add versioning.
4866         (__sigsetjmp): Remove setting __flags field.
4867         * sysdeps/s390/setjmp.S: Delete file.
4868         * sysdeps/s390/sigjmp.c: Likewise.
4869         * sysdeps/s390/v1-longjmp.c: Likewise.
4870         * sysdeps/s390/v1-setjmp.h: Likewise.
4871         * sysdeps/s390/v1-sigjmp.c: Likewise.
4872         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
4873         Remove v1-longjmp_chk.
4874         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
4875         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
4876         Include debug/longjmp_chk.c and add versioning.
4877         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
4878         Include nptl/pt-longjmp.c and add versioning.
4879         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
4880         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
4881         Include __longjmp.c.
4882         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
4883         Move to ...
4884         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
4885         (__getcontext): Remove setting __flags field.
4886         Add versioning.
4887         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
4888         Don't restore upper high grps.
4889         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
4890         Likewise.
4891         (__swapcontext): Remove setting uc_flags field.
4892         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
4893         Delete file.
4894         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
4895         Include __longjmp.c.
4896         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
4897         Move to ...
4898         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
4899         (__getcontext): Remove setting __flags field.
4900         Add versioning.
4901         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
4902         (__swapcontext): Remove setting uc_flags field.
4903         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
4904         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
4905         Remove fields uc_high_gprs and __reserved.
4906         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
4907         New file with reverted content.
4908         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
4909         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
4910         Regenerated.
4911         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
4912         Regenerated.
4913
4914 2014-07-31  Andreas Schwab  <schwab@suse.de>
4915
4916         * config.h.in (HAVE_IFUNC): Define to 0.
4917         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
4918         definedness.
4919
4920 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
4921
4922         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4923         memmove-avx-unaligned, memcpy-avx-unaligned and
4924         mempcpy-avx-unaligned.
4925         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4926         Add tests for AVX memcpy functions.
4927         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
4928         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
4929         memcpy_chk.
4930         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
4931         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
4932         memmove_chk.
4933         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
4934         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
4935         mempcpy_chk.
4936         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
4937         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
4938         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
4939
4940 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4941
4942         [BZ #17213]
4943         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
4944         powerpc64le.
4945
4946 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
4947
4948         [BZ #16839]
4949         * manual/llio.texi: Add section about open file description locks.
4950         * manual/examples/ofdlocks.c: Example of open file description
4951         lock usage.
4952         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
4953         F_OFD_SETLK, and F_OFD_SETLKW.
4954
4955 2014-07-23  Allan McRae  <allan@archlinux.org>
4956
4957         * po/es.po: Update Spanish translation from translation project.
4958
4959 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
4960
4961         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
4962
4963 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
4964
4965         [BZ #17078]
4966         * sysdeps/arm/dl-machine.h (elf_machine_rela)
4967         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
4968         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
4969
4970 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
4971
4972         [BZ #17088]
4973         * math/fesetenv.c (__fesetenv)
4974         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
4975         * math/feupdateenv.c (__feupdateenv)
4976         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
4977
4978         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
4979         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
4980         (__ASSUME_SOCKETCALL): Do not define.
4981
4982         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
4983         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
4984         (__ASSUME_SOCKETCALL): Do not define.
4985         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
4986         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4987         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4988         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4989         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4990         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
4991         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4992         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4993
4994         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
4995         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
4996         (__ASSUME_SOCKETCALL): Do not define.
4997         (__ASSUME_IPC64): Define unconditionally.
4998         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4999         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5000         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
5001         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5002         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
5003         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5004         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
5005         Likewise.
5006
5007         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
5008         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
5009         (__ASSUME_SOCKETCALL): Do not define.
5010         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
5011         (__ASSUME_FUTEX_LOCK_PI): Likewise.
5012         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5013         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
5014         (__ASSUME_REQUEUE_PI): Define unconditionally.
5015         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
5016         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
5017         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5018         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
5019         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5020         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5021
5022         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
5023         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
5024         (__ASSUME_SOCKETCALL): Do not define.
5025         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
5026         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5027         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5028         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
5029         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5030         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
5031
5032         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
5033         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
5034         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
5035         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
5036         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
5037         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
5038         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
5039         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
5040         (__ASSUME_GETCPU_SYSCALL): Likewise.
5041
5042         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
5043         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
5044         cases for individual architectures.
5045         * sysdeps/gnu/configure: Regenerated.
5046         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
5047         LIBC_SLIBDIR_RTLDDIR.
5048         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
5049         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
5050         LIBC_SLIBDIR_RTLDDIR.
5051         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
5052         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
5053         LIBC_SLIBDIR_RTLDDIR.
5054         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
5055         Regenerated.
5056         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
5057         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
5058         file.
5059         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
5060         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
5061         file.
5062         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
5063         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
5064         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
5065         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
5066
5067         * sysdeps/aarch64/shlib-versions: Move to ...
5068         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
5069         * sysdeps/alpha/shlib-versions: Move to ...
5070         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
5071         * sysdeps/arm/shlib-versions: Move to ...
5072         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
5073         * sysdeps/hppa/shlib-versions: Move all contents except for
5074         libgcc_s entry to ...
5075         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
5076         entry from ...
5077         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
5078         * sysdeps/ia64/shlib-versions: Move to ...
5079         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
5080         entry from ...
5081         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
5082         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
5083         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
5084         * sysdeps/microblaze/shlib-versions: Move to ...
5085         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
5086         * sysdeps/mips/shlib-versions: Move to ...
5087         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
5088         entry from ...
5089         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
5090         * sysdeps/tile/shlib-versions: Move to ...
5091         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
5092         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
5093         from ...
5094         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
5095         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
5096         entry from ...
5097         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
5098
5099 2014-07-17  Will Newton  <will.newton@linaro.org>
5100
5101         * sysdeps/arm/bits/atomic.h
5102         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
5103         (__arch_compare_and_exchange_bool_16_int): Likewise.
5104         (__arch_compare_and_exchange_bool_64_int): Likewise.
5105
5106         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
5107         into an #else block.
5108
5109 2014-07-16  Roland McGrath  <roland@hack.frob.com>
5110
5111         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
5112         just Linux configurations.  Test empirically that the compiler sets
5113         __ARM_EABI__, rather than using the tuple to decide.
5114         * sysdeps/arm/preconfigure: Regenerated.
5115         * sysdeps/unix/sysv/linux/arm/configure: File removed.
5116         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
5117         contents appended ...
5118         * sysdeps/arm/configure.ac: ... here.
5119         * sysdeps/arm/configure: Regenerated.
5120
5121 2014-07-15  Roland McGrath  <roland@hack.frob.com>
5122
5123         * nptl/pthread_kill.c: New file.
5124         * nptl/pthread_sigmask.c: New file.
5125         * nptl/pthread_sigqueue.c: New file.
5126
5127         * sysdeps/nptl/lowlevellock.h: New file.
5128         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
5129         * sysdeps/nptl/lowlevellock-futex.h: New file.
5130
5131         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
5132         Remove dead declarations.
5133
5134 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
5135
5136         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
5137         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
5138         config-cflags-avx2.
5139         * sysdeps/x86_64/configure.ac: Likewise.
5140         * sysdeps/i386/configure: Regenerated.
5141         * sysdeps/x86_64/configure: Likewise.
5142         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
5143         memset-avx2 only if config-cflags-avx2 is yes.
5144         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
5145         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
5146         defined.
5147         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
5148         only if HAVE_AVX2_SUPPORT is defined.
5149         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5150
5151 2014-07-14  Alan Modra  <amodra@gmail.com>
5152
5153         [BZ #17153]
5154         * elf/elf.h (DT_PPC64_NUM): Correct value.
5155         * NEWS: Add to fixed bug list.
5156
5157 2014-07-13  Jim Meyering  <meyering@fb.com>
5158
5159         [BZ 17150]
5160         regex: don't deref NULL upon heap allocation failure
5161         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
5162         failure in one more place.
5163         To trigger the segfault, configure grep -with-included-regex,
5164         build it, and run these commands:
5165         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
5166
5167 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
5168
5169         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
5170
5171 2014-07-11  Richard Henderson  <rth@redhat.com>
5172
5173         * sysdeps/aarch64/libm-test-ulps: Update.
5174
5175 2014-07-10  Florian Weimer  <fweimer@redhat.com>
5176
5177         [BZ #17135]
5178         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
5179         * nptl/allocatestack.c (__nptl_setxid_error): New function.
5180         (__nptl_setxid): Initialize error member.  Call
5181         __nptl_setxid_error.
5182         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
5183         * nptl/descr.h (struct xid_command): Add error member.
5184         * nptl/tst-setuid3.c: New file.
5185         * nptl/Makefile (tests): Add it.
5186
5187 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5188
5189         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
5190         New define.
5191         (__lll_trylock): Use __lll_base_trylock.
5192         (__lll_cond_trylock): Likewise.
5193
5194 2014-07-10  Roland McGrath  <roland@hack.frob.com>
5195
5196         * nptl/pthread_create.c (start_thread): Use atomic_or and
5197         lll_futex_wake directly rather than lll_robust_dead.
5198         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5199         (lll_robust_dead): Macro removed.
5200         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
5201         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5202         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5203         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5204         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5205         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5206         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5207         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5208         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5209         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5210         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5211         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5212         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5213         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5214         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5215
5216         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
5217         Use atomic_compare_and_exchange_val_acq directly rather than
5218         lll_robust_trylock.
5219         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
5220         (__lll_robust_trylock, lll_robust_trylock): Removed.
5221         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
5222         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
5223         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5224         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5225         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
5226         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
5227         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5228         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
5229         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5230         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5231         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5232         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5233         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5234         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5235
5236 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5237
5238         * manual/locale.texi (Locale Names): New section documenting
5239         locale name syntax.  Adjust menu and node chaining accordingly.
5240         (Choosing Locale): Reference Locale Names, Locale Categories.
5241         Mention setting LC_ALL=C.  Reflect that name syntax is now
5242         documented.
5243         (Locale Categories): New section title.  Reference Locale Names.
5244         LC_ALL is an environment variable, but not a category.
5245         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
5246         description, now in Locale Name.  Reference that section.  Locale
5247         name syntax is now documented.
5248
5249 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5250
5251         [BZ #17137]
5252         * locale/findlocale.c (name_present, valid_locale_name): New
5253         functions.
5254         (_nl_find_locale): Use the loc_name variable to store name
5255         candidates.  Call name_present and valid_locale_name to check and
5256         validate locale names.  Return an error if the locale is invalid.
5257
5258 2014-07-02  Florian Weimer  <fweimer@redhat.com>
5259
5260         * locale/setlocale.c (setlocale): Use strdup for allocating
5261         composite name copy.
5262
5263 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
5264
5265         Sync up with gnulib.
5266         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
5267         [!_LIBC && ENABLE_NLS]: Include gettext.h.
5268         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
5269         and _GL_ARG_NONNULL.
5270         [USE_UNLOCKED_IO]: Include unlocked-io.h.
5271         [!_LIBC]: Include code for Windows and Cygwin.
5272         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
5273         Include prototype for int strerror_r.
5274         [!_LIBC] (is_open): New function.
5275         (flush_stdout): New function.
5276         (print_errno_message): Use it.
5277         (error): Likewise.
5278         (error_at_line): Likewise.
5279         (error_tail) Add function attribute macros.  Use
5280         __builtin_expect.
5281
5282         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
5283
5284         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
5285
5286         * io/ftw.c: Include sys/param.h unconditionally.
5287
5288         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
5289
5290         [BZ #17125]
5291         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
5292         libc_freeres_ptr.
5293         (freecache): New function to free CACHE on exit.
5294
5295         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
5296         initialization.
5297
5298 2014-07-09  David S. Miller  <davem@davemloft.net>
5299
5300         * sysdeps/sparc/fpu/libm-test-ulps: Update.
5301
5302         * sysdeps/sparc/nptl/internaltypes.h: Delete.
5303         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
5304         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
5305         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
5306         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
5307         * sysdeps/sparc/nptl/sem_init.c: Likewise.
5308         * sysdeps/sparc/nptl/sem_post.c: Likewise.
5309         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
5310         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
5311         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
5312         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
5313         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
5314         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
5315
5316 2014-07-09  Andreas Schwab  <schwab@suse.de>
5317
5318         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
5319         output.
5320         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
5321         (do_test): Likewise.
5322
5323         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
5324
5325 2014-07-09  Will Newton  <will.newton@linaro.org>
5326
5327         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
5328         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
5329         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
5330         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
5331         * sysdeps/hppa/start.S (_start): Likewise.
5332
5333 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
5334
5335         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
5336
5337         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
5338         defined.
5339
5340 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5341
5342         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
5343         after checking that it is non-NULL.
5344
5345         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
5346
5347 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5348
5349         * sysdeps/powerpc/memmove.c: Remove file.
5350         * sysdeps/powerpc/powerpc32/power4/memcopy.h
5351         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
5352         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
5353         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
5354         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
5355         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
5356         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
5357         string memmove instead of removed powerpc one.
5358
5359         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
5360         [weak_alias]: Fix compiler warning due trailing data.
5361         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
5362         [weak_alias]: Likewise.
5363         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
5364         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
5365
5366         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
5367         (__libc_ifunc_impl_list): Add memmove functions.
5368
5369 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
5370
5371         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
5372         Remove code.
5373         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
5374         Likewise
5375         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
5376         Likewise
5377         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
5378         Likewise
5379         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
5380         Likewise
5381         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
5382         Likewise
5383         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
5384         Likewise
5385         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
5386         Likewise
5387         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
5388         Likewise
5389         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
5390         Likewise
5391         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
5392         Likewise
5393         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
5394         Likewise
5395         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
5396         Likewise
5397         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
5398         Likewise
5399         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
5400         Likewise
5401         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
5402         Likewise
5403         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
5404         Likewise
5405
5406 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5407
5408         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
5409         to avoid alignment traps in non-cacheable memory.
5410         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
5411
5412         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
5413         multiarch objects.
5414         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
5415         file: multiarch power7 memmove.
5416         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
5417         multiarch default memmove.
5418         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
5419         multiarch memove for powerpc32/power4.
5420
5421         * string/bcopy.c: Use full path to include memmove.c.
5422         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
5423         multiarch objects.
5424         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
5425         bcopy for powerpc64.
5426         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
5427         bcopy for powerpc64.
5428         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
5429         and memmove implementations.
5430         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
5431         optimized multiarch memmove for POWER7/powerpc64.
5432         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
5433         default multiarch memmove for powerpc64.
5434         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
5435         multiarch for powerpc64.
5436         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
5437         for POWER7/powerpc64.
5438         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
5439         memmove for POWER7/powerpc64.
5440
5441         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
5442         glibc default one.
5443
5444         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
5445         __ELF_NATIVE_CLASS equal to 64.
5446
5447 2014-07-07  Roland McGrath  <roland@hack.frob.com>
5448
5449         * sysdeps/nptl/lowlevellock.h: File removed.
5450
5451         * NEWS: NPTL is no longer an add-on!
5452         * nptl/internaltypes.h: Moved ...
5453         * sysdeps/nptl/internaltypes.h: ... here.
5454         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
5455         * sysdeps/nptl/fork.c: Likewise.
5456         * sysdeps/nptl/gai_misc.h: Likewise.
5457         * sysdeps/nptl/librt-cancellation.c: Likewise.
5458         * sysdeps/nptl/jmp-unwind.c: Likewise.
5459         * sysdeps/nptl/setxid.h: Likewise.
5460         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
5461         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
5462         * sysdeps/unix/sysv/linux/arm/Implies: New file.
5463         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
5464         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
5465         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
5466         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
5467         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
5468         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
5469         * sysdeps/unix/sysv/linux/mips/Implies: New file.
5470         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
5471         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
5472         * sysdeps/unix/sysv/linux/sh/Implies: New file.
5473         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
5474         * sysdeps/unix/sysv/linux/tile/Implies: New file.
5475         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
5476         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
5477         * nptl/Makeconfig: Moved ...
5478         * sysdeps/nptl/Makeconfig: ... here.
5479         * nptl/configure: File removed.
5480         * nptl/ANNOUNCE: File removed.
5481         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
5482         * sysdeps/unix/sysv/linux/configure: Regenerated.
5483
5484         * nptl/Makefile (routines): Add libc_pthread_init,
5485         libc_multiple_threads, register-atfork and unregister-atfork.
5486         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
5487         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
5488         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
5489         pthread-pi-defines.sym, structsem.sym.
5490         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
5491         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
5492         [$(subdir) = nptl] (tests): Add tst-setgetname.
5493         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
5494         * sysdeps/unix/sysv/linux/sigaction.c: Just include
5495         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
5496         [!LIBC_SIGACTION]: Remove aliases.
5497         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5498         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5499         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5500         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
5501         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5502         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
5503         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
5504         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
5505         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
5506         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
5507         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
5508         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
5509         __libc_allocate_rtsig_private.
5510         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
5511         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
5512         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
5513         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
5514         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
5515         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
5516         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
5517         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
5518         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
5519         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
5520         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
5521         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
5522         * nptl/internaltypes.h: ... here.
5523         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
5524         * sysdeps/nptl/jmp-unwind.c: ... here.
5525         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
5526         * nptl/libc-lowlevellock.c: ... here.
5527         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
5528         * nptl/libc_multiple_threads.c: ... here.
5529         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
5530         * nptl/libc_pthread_init.c: ... here.
5531         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
5532         * nptl/lowlevelbarrier.sym: ... here.
5533         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
5534         * nptl/lowlevelcond.sym: ... here.
5535         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
5536         * nptl/lowlevellock.c: ... here.
5537         * nptl/lowlevellock.h: Moved ...
5538         * sysdeps/nptl/lowlevellock.h: ... here.
5539         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
5540         * nptl/lowlevelrobustlock.c: ... here.
5541         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
5542         * nptl/lowlevelrobustlock.sym: ... here.
5543         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
5544         * nptl/lowlevelrwlock.sym: ... here.
5545         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
5546         * nptl/pt-fork.c: ... here.
5547         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
5548         * nptl/pthread-pi-defines.sym: ... here.
5549         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
5550         * nptl/pthread_attr_getaffinity.c: ... here.
5551         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
5552         * nptl/pthread_attr_setaffinity.c: ... here.
5553         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
5554         * nptl/pthread_mutex_cond_lock.c: ... here.
5555         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5556         Update #include.
5557         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
5558         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
5559         * nptl/pthread_once.c: ... here, replacing old file.
5560         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
5561         * nptl/pthread_yield.c: ... here.
5562         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
5563         * nptl/register-atfork.c: ... here.
5564         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
5565         * nptl/sem_post.c: ... here.
5566         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
5567         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
5568         * nptl/sem_timedwait.c: ... here.
5569         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
5570         * nptl/sem_trywait.c: ... here.
5571         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
5572         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
5573         * nptl/sem_wait.c: ... here.
5574         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
5575         * nptl/structsem.sym: ... here.
5576         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
5577         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
5578         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
5579         * nptl/unregister-atfork.c: ... here.
5580         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
5581         * nptl/unwindbuf.sym: ... here.
5582         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
5583         * sysdeps/nptl/fork.c: ... here.
5584         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5585         * sysdeps/nptl/fork.h: ... here.
5586         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5587         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5588         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5589         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5590         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5591         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5592         * sysdeps/unix/sysv/linux/getpid.c: ... here.
5593         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5594         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5595         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5596         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5597         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5598         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5599         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5600         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5601         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5602         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5603         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5604         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5605         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5606         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5607         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5608         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5609         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5610         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5611         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5612         * sysdeps/unix/sysv/linux/raise.c: ... here.
5613         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5614         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5615         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5616         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5617         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5618         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5619         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5620         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5621         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5622         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5623         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5624         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5625         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5626         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5627         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5628
5629 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5630
5631         * sysdeps/generic/memcopy.h: Add comment for
5632         MEMCPY_OK_FOR_FWD_MEMMOVE.
5633
5634 2014-07-04  Will Newton  <will.newton@linaro.org>
5635
5636         * string/memchr.c: Merge from gnulib.
5637         [_LIBC]: Remove conditionals.
5638         (__ptr_t): Remove define.
5639         (LONG_MAX_32_BITS): Likewise.
5640         (LONG_MAX): Likewise.
5641         (MEMCHR): Use ANSI prototype and optimize algorithm.
5642
5643         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5644
5645 2014-07-03  Roland McGrath  <roland@hack.frob.com>
5646
5647         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5648         (lll_futex_timed_wait_bitset): Fix syscall argument count.
5649
5650         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5651         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5652         in a bare environment with no <stdlib.h> installed.
5653         * sysdeps/nptl/configure: Regenerated.
5654
5655         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5656
5657         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5658         AC_EGREP_CPP for kernel header checks, so they only succeed if
5659         including <linux/version.h> actually works right.
5660         * sysdeps/unix/sysv/linux/configure: Regenerated.
5661
5662         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5663         value so it's not diagnosed as unused.
5664
5665         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5666         thing) with "ifeq ($(subdir),rt)".
5667
5668 2014-07-03  Richard Henderson  <rth@redhat.com>
5669
5670         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5671         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5672         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5673
5674         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5675         (math_force_eval): New.
5676
5677         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5678         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5679
5680         * sysdeps/alpha/fpu/s_round.c: Remove file.
5681         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5682
5683         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5684         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5685         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5686         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5687         (_dl_start, print_statistics): Likewise.
5688         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5689         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5690
5691         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5692         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5693         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5694         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5695         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5696         (HP_SMALL_TIMING_AVAIL): Define.
5697         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5698         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5699         (HP_SMALL_TIMING_AVAIL): Define.
5700         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5701         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5702
5703         * sysdeps/aarch64/hp-timing.h: New file.
5704
5705         * sysdeps/generic/hp-timing.h: Remove dead comment.
5706         * sysdeps/generic/hp-timing-common.h: New file.
5707         * sysdeps/alpha/hp-timing.h: Include it.
5708         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5709         * sysdeps/i386/i686/hp-timing.h: Likewise.
5710         * sysdeps/ia64/hp-timing.h: Likewise.
5711         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5712         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5713         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5714         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5715         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5716         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5717         (hp_timing_t): New.
5718
5719         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5720         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5721         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5722         * elf/rtld.c (_dl_start_final): Likewise.
5723         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5724         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5725         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5726         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5727         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5728         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5729         (HP_TIMING_DIFF_INIT): Remove.
5730         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5731         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5732         (HP_TIMING_DIFF_INIT): Remove.
5733         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5734         * sysdeps/i386/i686/hp-timing.c: Remove file.
5735         * sysdeps/x86_64/hp-timing.c: Remove file.
5736         * sysdeps/ia64/hp-timing.c: Remove file.
5737         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5738         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5739         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5740         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5741
5742         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5743         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5744         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5745         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5746         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5747         (HP_TIMING_ACCUM): Remove.
5748         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5749         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
5750         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5751
5752         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
5753         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
5754         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
5755         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
5756         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
5757         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5758         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
5759         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5760
5761         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
5762
5763 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
5764
5765         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
5766
5767 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5768
5769         Sync up with gettext.
5770         * intl/loadmsgcat.c: Define O_BINARY if not defined.
5771         [_MSC_VER]: Include malloc.h
5772         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
5773         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
5774         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
5775         TEMP_FAILURE_RETRY.  Cast return of alloca.
5776         [!_LIBC] Call gl_rwlock_init.
5777         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
5778
5779 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5780
5781         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
5782         before checking its value.
5783
5784 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5785
5786         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
5787
5788         * debug/memcpy_chk.c: Don't include pagecopy.h.
5789         * debug/mempcpy_chk.c: Likewise.
5790         * string/memcpy.c: Likewise.
5791         * string/memmove.c: Likewise.
5792         * sysdeps/powerpc/memmove.c: Likewise.
5793         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
5794         definition of PAGE_COPY_FWD_MAYBE here...
5795         * sysdeps/generic/pagecopy.h: ... from here.
5796         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
5797
5798 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5799             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5800
5801         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
5802         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
5803         optimizations.
5804         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5805         (__libc_ifunc_impl_list): Likewise.
5806         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
5807         multiarch strcat for PPC64.
5808         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
5809         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
5810
5811 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5812
5813         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
5814
5815 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5816
5817         * intl/loadmsgcat.c: Remove declaration of
5818         get_sysdep_segment_value.
5819         (get_sysdep_segment_value): Use ISO C style.
5820         (_nl_load_domain): Use ISO C style.  Get rid of redundant
5821         semicolon.  Fix typo and formatting in comment.
5822         (_nl_unload_domain): Use ISO C style.
5823
5824         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
5825
5826 2014-07-02  Will Newton  <will.newton@linaro.org>
5827
5828         * malloc/obstack.c: Merge from gnulib master.
5829         [HAVE_CONFIG_H]: Remove conditional code.
5830         [!_LIBC]: Include config.h.
5831         [!ELIDE_CODE]: Don't include inttypes.h, include
5832         stdint.h unconditionally.
5833         (print_and_abort): Mark as _Noreturn.
5834         (_obstack_allocated_p): Mark as __attribute_pure__.
5835         (obstack_free): Rename to __obstack_free.
5836         [!__attribute__]: Remove conditional code.
5837         * malloc/obstack.h: Merge from gnulib master.
5838         [__cplusplus]: Move conditional down.
5839         [!__attribute_pure__]: Define __attribute_pure__ here
5840         if it is not already defined.
5841         (_obstack_memory_used): Mark as __attribute_pure__.
5842         [!__obstack_free]: Define as obstack_free.
5843         [__GNUC__]: Remove check for ancient NeXT gcc.
5844
5845 2014-07-02  Will Newton  <will.newton@linaro.org>
5846             Paul Eggert  <eggert@cs.ucla.edu>
5847
5848         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
5849
5850 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5851
5852         * resolv/gethnamaddr.c: Add comment warning that the file is
5853         not maintained.
5854
5855 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
5856
5857         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
5858         entries.
5859
5860         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
5861         entry for aio_cancel and aio_cancel64.
5862         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
5863         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
5864         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
5865         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
5866         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
5867         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
5868         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
5869         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
5870         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
5871         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
5872         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
5873         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
5874         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
5875
5876 2014-07-01  Roland McGrath  <roland@hack.frob.com>
5877
5878         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
5879         * nptl/pthread_mutex_lock.c: Likewise.
5880         * nptl/pthread_mutex_timedlock.c: Likewise.
5881         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
5882
5883 2014-07-01  Richard henderson  <rth@redhat.com>
5884
5885         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
5886         (__isnan, __isnanl): Remove.
5887         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
5888
5889         * sysdeps/alpha/fpu/libm-test-ulps: Update.
5890
5891 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5892
5893         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5894
5895 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5896
5897         * resolv/nss_dns/dns-host.c (getanswer_r)
5898         [MULTI_PTRS_ARE_ALIASES]: Remove code.
5899
5900 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
5901
5902         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5903         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
5904         undefine.
5905         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
5906         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
5907
5908 2014-07-01  Roland McGrath <roland@hack.frob.com>
5909
5910         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
5911         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
5912
5913         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
5914         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
5915
5916         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
5917         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
5918         ... here.
5919         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
5920         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
5921
5922         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
5923         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
5924         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
5925         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
5926
5927         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
5928         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
5929         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
5930         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
5931         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
5932         Moved ...
5933         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
5934         ... here.
5935         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
5936         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
5937         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
5938         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
5939         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
5940         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
5941         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
5942         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
5943         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
5944         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
5945         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
5946         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
5947         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
5948         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
5949         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
5950         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
5951         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
5952         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
5953         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
5954         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
5955         ... here.
5956         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
5957         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
5958         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
5959         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
5960         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
5961         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
5962         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
5963         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
5964
5965 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
5966
5967         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
5968         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
5969         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
5970         Add sysdep.
5971
5972 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5973
5974         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5975
5976 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5977
5978         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
5979         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
5980
5981         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
5982
5983         * sysdeps/arm/libm-test-ulps: Regenerated.
5984
5985 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5986             Roland McGrath <roland@hack.frob.com>
5987
5988         * test-skeleton.c (signal_handler): Kill the whole process group
5989         before killing the child individually.
5990         (main): Report any failure on `setpgid'.
5991
5992 2014-06-30  Roland McGrath  <roland@hack.frob.com>
5993
5994         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
5995         from _TLS_H to _ARM_NPTL_TLS_H.
5996         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
5997         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
5998
5999 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
6000
6001         [BZ #16539]
6002         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
6003         (__expm1l): Return argument unchanged when small but not
6004         subnormal.
6005
6006         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
6007         include macro name.
6008         (_FP_UNPACK_RAW_1_P): Likewise.
6009         (_FP_PACK_RAW_1): Likewise.
6010         (_FP_PACK_RAW_1_P): Likewise.
6011         (_FP_MUL_MEAT_1_wide): Likewise.
6012         (_FP_MUL_MEAT_DW_1_hard): Likewise.
6013         (_FP_MUL_MEAT_1_hard): Likewise.
6014         (_FP_DIV_MEAT_1_imm): Likewise.
6015         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
6016         (_FP_DIV_MEAT_1_udiv): Likewise.
6017         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
6018         (_FP_UNPACK_RAW_2): Likewise.
6019         (_FP_UNPACK_RAW_2_P): Likewise.
6020         (_FP_PACK_RAW_2): Likewise.
6021         (_FP_PACK_RAW_2_P): Likewise.
6022         (_FP_MUL_MEAT_DW_2_wide): Likewise.
6023         (_FP_MUL_MEAT_2_wide): Likewise.
6024         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
6025         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
6026         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
6027         (_FP_MUL_MEAT_2_gmp): Likewise.
6028         (_FP_DIV_MEAT_2_udiv): Likewise.
6029         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
6030         (_FP_FRAC_SRL_4): Likewise.
6031         (_FP_FRAC_SRST_4): Likewise.
6032         (_FP_FRAC_SRS_4): Likewise.
6033         (_FP_UNPACK_RAW_4): Likewise.
6034         (_FP_UNPACK_RAW_4_P): Likewise.
6035         (_FP_PACK_RAW_4): Likewise.
6036         (_FP_PACK_RAW_4_P): Likewise.
6037         (_FP_MUL_MEAT_DW_4_wide): Likewise.
6038         (_FP_MUL_MEAT_4_wide): Likewise.
6039         (_FP_MUL_MEAT_4_gmp): Likewise.
6040         (umul_ppppmnnn): Likewise.
6041         (_FP_DIV_MEAT_4_udiv): Likewise.
6042         (__FP_FRAC_ADD_4): Likewise.
6043         (__FP_FRAC_SUB_3): Likewise.
6044         (__FP_FRAC_SUB_4): Likewise.
6045         (__FP_FRAC_DEC_3): Likewise.
6046         (__FP_FRAC_DEC_4): Likewise.
6047         (__FP_FRAC_ADDI_4): Likewise.
6048         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
6049         (_FP_FRAC_SRL_8): Likewise.
6050         (_FP_FRAC_SRS_8): Likewise.
6051
6052         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
6053         include macro name.
6054         (FP_UNPACK_RAW_EP): Likewise.
6055         (FP_PACK_RAW_E): Likewise.
6056         (FP_PACK_RAW_EP): Likewise.
6057         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
6058         (_FP_ISSIGNAN): Likewise.
6059         (_FP_ADD_INTERNAL): Likewise.
6060         (_FP_FMA): Likewise.
6061         (_FP_CMP): Likewise.
6062         (_FP_SQRT): Likewise.
6063         (_FP_TO_INT): Likewise.
6064         (_FP_FROM_INT): Likewise.
6065         (FP_EXTEND): Likewise.
6066         (_FP_DIV_MEAT_N_loop): Likewise.
6067
6068 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
6069
6070         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
6071         throughout.
6072
6073 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
6074
6075         [BZ #17097]
6076         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
6077         result with correct sign in case of exponents that produce
6078         overflow except for X very close to 1.
6079
6080 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
6081
6082         mktime: merge #if/#ifdef usage from glibc
6083         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
6084         as that works with both Glibc's and Gnulib's style.
6085         See thread starting at Siddhesh Poyarekar's bug report at:
6086         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
6087
6088 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
6089
6090         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
6091         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
6092         * sysdeps/tile/tilegx/memmove.c: Remove file.
6093
6094 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6095
6096         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
6097         abi-name definition.
6098         * scripts/soversions.awk: Do not handle or generate ABI lines.
6099         * shlib-versions: Remove ABI entries.
6100         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
6101         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
6102
6103 2014-06-27  Roland McGrath  <roland@hack.frob.com>
6104
6105         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
6106         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
6107         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
6108         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
6109         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
6110         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
6111         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
6112         Moved ...
6113         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
6114         ... here.
6115         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
6116         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
6117         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
6118         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
6119         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
6120         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
6121         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
6122         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
6123         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
6124         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
6125         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
6126         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
6127         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
6128         Moved ...
6129         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
6130         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
6131         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
6132         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
6133         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
6134         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
6135         Moved ...
6136         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
6137         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
6138         Moved ...
6139         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
6140         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
6141         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
6142         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
6143         Moved ...
6144         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
6145         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
6146         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
6147         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
6148         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
6149         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
6150         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
6151         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
6152         Moved ...
6153         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
6154         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
6155         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
6156         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
6157         Moved ...
6158         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
6159         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
6160         Moved ...
6161         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
6162         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
6163         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
6164         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
6165         Moved ...
6166         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
6167         ... here.
6168         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
6169         Identical file removed.
6170         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
6171         Moved ...
6172         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
6173         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
6174         Identical file removed.
6175         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
6176         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
6177         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
6178         Moved ...
6179         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
6180         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
6181         Identical file removed.
6182         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
6183         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
6184         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
6185         Identical file removed.
6186         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
6187         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
6188         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
6189         Identical file removed.
6190         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
6191         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
6192         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
6193         Identical file removed.
6194         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
6195         Moved ...
6196         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
6197         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
6198         Identical file removed.
6199         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
6200         Moved ...
6201         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
6202         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
6203         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
6204         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
6205         Identical file removed.
6206         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
6207         Moved ...
6208         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
6209         ... here.
6210         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
6211         Identical file removed.
6212         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
6213         Moved ...
6214         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
6215         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
6216         Identical file removed.
6217         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
6218         Moved ...
6219         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
6220         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
6221         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
6222         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
6223         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
6224         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
6225         Moved ...
6226         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
6227         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
6228         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
6229
6230         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
6231         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
6232         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
6233         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
6234         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
6235
6236 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
6237
6238         [BZ #17092]
6239         * nscd/nscd.c (monitor_child): Return exit status of child
6240         instead of return value from wait syscall.
6241
6242 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
6243
6244         * configure.ac (libc_commonpagesize): Remove variable.
6245         (libc_relro_required): Likewise.
6246         (libc_cv_z_relro): Remove configure test.
6247         * configure: Regenerated.
6248         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
6249         variable.
6250         (libc_relro_required): Likewise.
6251         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
6252         (libc_relro_required): Likewise.
6253         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
6254         (libc_relro_required): Likewise.
6255         * sysdeps/arm/preconfigure: Regenerated.
6256         * sysdeps/ia64/preconfigure: Remove file.
6257         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
6258         variable.
6259         (libc_relro_required): Likewise.
6260
6261         [BZ #16561]
6262         [BZ #16562]
6263         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
6264         (__ieee754_yn): Set FE_TONEAREST mode internally and then
6265         recompute overflowing results in original rounding mode.
6266         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
6267         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
6268         recompute overflowing results in original rounding mode.
6269         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
6270         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6271         recompute overflowing results in original rounding mode.
6272         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
6273         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6274         recompute overflowing results in original rounding mode.
6275         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
6276         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
6277         recompute overflowing results in original rounding mode.
6278         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
6279         (libc_feholdsetround_ctx): New macro.
6280         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
6281         * sysdeps/i386/fpu/libm-test-ulps: Update.
6282         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
6283
6284 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6285
6286         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
6287         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
6288         corresponding .cpsetup call.
6289
6290 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6291
6292         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
6293         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
6294         * sysdeps/arm/Makefile [$(subdir) = csu]
6295         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
6296         (static-only-routines): Add aeabi_read_tp here.
6297         (shared-only-routines): Add libc-aeabi_read_tp here.
6298         (CFLAGS-libc-start.c): Add -fexceptions here.
6299         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
6300         (sysdep_routines, static-only-routines, shared-only-routines):
6301         Don't add to these here.
6302         (CFLAGS-libc-start.c): Likewise.
6303
6304         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
6305         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
6306         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
6307         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
6308         * sysdeps/arm/Makefile [$(subdir) = rt]
6309         (librt-sysdep_routines, librt-shared-only-routines):
6310         Append rt-aeabi_unwind_cpp_pr1 here.
6311         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
6312         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
6313         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
6314         (libpthread-sysdep_routines, libpthread-shared-only-routines):
6315         Append nptl-aeabi_unwind_cpp_pr1 here.
6316         (tests): Filter out tst-cleanupx4 here.
6317         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
6318         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
6319         Don't do those here.
6320
6321 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6322
6323         * scripts/list-sources.sh: Do not handle ports specially.
6324
6325 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6326
6327         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
6328         * sysdeps/arm/feupdateenv.c: Likewise.
6329
6330         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
6331
6332 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6333
6334         * manual/texinfo.tex: Update to version 2014-05-05.10 with
6335         trailing whitespace removed.
6336         * scripts/config.guess: Update to version 2014-03-23.
6337         * scripts/config.sub: Update to version 2014-05-01
6338         * scripts/install-sh: Update to version 2013-12-25.23.
6339         * scripts/move-if-change: Update from gnulib.
6340
6341 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6342
6343         * debug/memmove_chk.c: Remove pagecopy.h include.
6344
6345 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
6346
6347         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
6348         identical to gnulib mktime.
6349
6350 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
6351
6352         * configure.ac: Do not test for machine being rs6000.  Do not test
6353         for powerpc*-*soft.
6354         * configure: Regenerated.
6355
6356         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
6357         test.
6358         * configure: Regenerated.
6359         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
6360         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
6361         Remove configure test.
6362         * sysdeps/arm/configure: Regenerated.
6363         * sysdeps/nptl/configure.ac: Do not check
6364         libc_cv_asm_cfi_directives.
6365         * sysdeps/nptl/configure: Regenerated.
6366         * sysdeps/x86_64/nptl/configure.ac: Remove file.
6367         * sysdeps/x86_64/nptl/configure: Remove generated file.
6368         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
6369         unconditional.
6370         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
6371
6372 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
6373
6374         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
6375         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
6376         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
6377         it is defined.
6378
6379         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
6380         instead of whether it is defined.
6381         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
6382         * sysdeps/hppa/dl-machine.h: Likewise.
6383         * sysdeps/ia64/dl-machine.h: Likewise.
6384         * sysdeps/m68k/dl-machine.h: Likewise.
6385         * sysdeps/microblaze/dl-machine.h: Likewise.
6386         * sysdeps/mips/dl-machine.: Likewise.
6387         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
6388         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
6389         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6390         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6391         * sysdeps/sh/dl-machine.h: Likewise.
6392         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6393         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6394         * sysdeps/tile/dl-machine.h: Likewise.
6395         * sysdeps/x86_64/dl-machine.h: Likewise.
6396
6397         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
6398         code.
6399         (verify_persistent_db): Likewise.
6400
6401 2014-06-26  Roland McGrath  <roland@hack.frob.com>
6402
6403         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
6404         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
6405         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
6406         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
6407         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
6408         Moved ...
6409         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
6410         ... here.
6411         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
6412         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
6413         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
6414         Identical file removed.
6415         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
6416         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
6417         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
6418         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
6419         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
6420         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
6421         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
6422         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
6423         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
6424         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
6425         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
6426         Moved ...
6427         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
6428         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
6429         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
6430         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
6431         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
6432         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
6433         Moved ...
6434         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
6435         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
6436         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
6437         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
6438         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
6439         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
6440         Identical file removed.
6441         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
6442         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
6443         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
6444         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
6445         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
6446         Moved ...
6447         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
6448         ... here.
6449         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
6450         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
6451         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
6452         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
6453         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
6454         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
6455         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
6456         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
6457         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
6458         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
6459         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
6460         Moved ...
6461         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
6462         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
6463         Moved ...
6464         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
6465         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
6466         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
6467         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
6468         Moved ...
6469         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
6470         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
6471         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
6472
6473         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
6474         folded into ...
6475         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
6476         * sysdeps/unix/sysv/linux/s390/Versions
6477         (libpthread: GLIBC_2.19): New version set.
6478         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
6479         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
6480         (librt: GLIBC_2.3.3): New version set.
6481         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
6482         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
6483         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
6484         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
6485         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
6486         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
6487         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
6488         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
6489         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
6490         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
6491         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
6492         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
6493         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
6494         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
6495         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
6496         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
6497         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
6498         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
6499         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
6500         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
6501         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
6502         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
6503         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
6504         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
6505         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
6506         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
6507         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
6508         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
6509         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
6510         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
6511         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
6512         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
6513         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
6514         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
6515         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
6516         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
6517         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
6518         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
6519         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
6520         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
6521         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
6522         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
6523         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
6524         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
6525         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
6526
6527         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
6528         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
6529         (__libc_vfork): Define the function under this name.
6530         [!NOT_IN_libc] (__vfork): Make this an alias.
6531         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6532         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
6533         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
6534         (__libc_vfork): Define the function under this name.
6535         [!NOT_IN_libc] (__vfork): Make this an alias.
6536         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
6537         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
6538         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
6539         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
6540         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
6541         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6542
6543         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
6544         code that was previously under [RESET_PID].
6545         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
6546         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
6547         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
6548
6549         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
6550         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
6551         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
6552         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
6553         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
6554         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
6555         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
6556         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
6557         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
6558         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
6559         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
6560         Moved ...
6561         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
6562         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
6563         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
6564         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
6565         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
6566         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
6567         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
6568         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
6569         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
6570         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
6571         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
6572         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
6573         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
6574         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
6575         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
6576         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
6577         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
6578         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
6579         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
6580         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
6581         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
6582         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
6583         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6584         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6585         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6586         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6587         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6588         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6589         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6590
6591 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6592
6593         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6594         that was previously under [RESET_PID].
6595         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6596
6597 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6598
6599         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6600         not undefine and redefine.
6601         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6602         [O_CLOEXEC]: Make code unconditional.
6603         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6604         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6605         <kernel-features.h>.
6606         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6607         conditional variable definition.
6608         (shm_open) [O_CLOEXEC]: Make code unconditional.
6609         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6610         code.
6611
6612         * configure.ac (USE_REGPARMS): Don't define here.
6613         * configure: Regenerated.
6614         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6615         * sysdeps/i386/configure: Regenerated.
6616
6617         * nptl/createthread.c: Don't include kernel-features.h.
6618         * nptl/pthread_cancel.c: Likewise.
6619         * nptl/pthread_condattr_setclock.c: Likewise.
6620         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6621         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6622         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6623         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6624         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6625         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6626         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6627         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6628         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6629         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6630         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6631         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6632         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6633         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6634         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6635         * nscd/gai.c: Likewise.
6636         * nss/nss_db/db-open.c: Likewise.
6637         * sysdeps/generic/ldsodefs.h: Likewise.
6638         * sysdeps/sh/nptl/tls.h: Likewise.
6639         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6640         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6641         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6642         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6643         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6644         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6645         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6646         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6647         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
6648         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6649         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6650         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6651         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6652         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6653         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6654         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6655         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6656         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6657         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6658         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6659         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6660         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6661         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6662         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6663         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6664         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6665         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6666         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6667         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6668         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6669         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6670         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6671         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6672         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6673         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6674         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6675         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6676         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6677         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6678         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6679         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6680         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6681         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6682         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6683         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6684         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6685         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6686         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6687         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6688         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6689         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6690         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6691         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6692         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6693         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6694         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6695         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6696         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6697         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6698         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6699         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6700         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6701         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6702         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6703         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6704         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6705         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6706         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6707         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6708         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6709         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6710         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6711         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6712         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6713         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6714         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6715         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6716         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6717         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6718         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6719         * sysdeps/unix/sysv/linux/pread.c: Likewise.
6720         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6721         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6722         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6723         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6724         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6725         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6726         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6727         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6728         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6729         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6730         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6731         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6732         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6733         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6734         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6735         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6736         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6737         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6738         * sysdeps/unix/sysv/linux/system.c: Likewise.
6739         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6740         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6741         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6742         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6743         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6744         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6745         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
6746
6747         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
6748         * configure: Regenerated.
6749         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
6750
6751         * configure.ac (base_machine): Do not set specially for particular
6752         machines here.
6753         * configure: Regenerated.
6754         * sysdeps/powerpc/preconfigure: Move machine and base_machine
6755         settings from configure.ac.
6756         * sysdeps/i386/preconfigure: New file.
6757         * sysdeps/s390/preconfigure: Likewise.
6758         * sysdeps/sh/preconfigure: Likewise.
6759         * sysdeps/sparc/preconfigure: Likewise.
6760
6761 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6762
6763         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
6764         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
6765         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
6766         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
6767         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
6768         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
6769         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
6770         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
6771         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
6772         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
6773         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
6774         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
6775         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
6776         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
6777         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
6778         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
6779         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
6780         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
6781         * sysdeps/sparc/sparc64/Makefile: ... appended here.
6782
6783         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
6784         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
6785         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
6786         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
6787         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
6788         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
6789         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
6790         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
6791         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
6792         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
6793         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
6794         * sysdeps/sparc/sparc32/sem_post.c: ... here.
6795         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
6796         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
6797         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
6798         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
6799         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
6800         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
6801         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
6802         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
6803         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
6804         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
6805         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
6806         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
6807         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
6808         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
6809         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
6810         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
6811         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
6812         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
6813         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
6814         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
6815         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
6816         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
6817         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
6818         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
6819         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
6820         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
6821
6822         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
6823         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
6824         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
6825         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
6826         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
6827         Moved ...
6828         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
6829         ... here.
6830         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
6831         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
6832         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
6833         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
6834         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
6835         Moved ...
6836         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
6837         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
6838         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
6839         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
6840         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
6841         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
6842         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
6843         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
6844         Moved ...
6845         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
6846         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
6847         Moved ...
6848         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
6849         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
6850         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
6851         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
6852         Moved ...
6853         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
6854         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
6855         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
6856         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
6857         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
6858         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
6859         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
6860         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
6861         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
6862         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
6863         Moved ...
6864         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
6865         ... here.
6866         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
6867         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
6868         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
6869         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
6870         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
6871         Moved ...
6872         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
6873         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
6874         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
6875         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
6876         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
6877         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
6878         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
6879         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
6880         Moved ...
6881         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
6882         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
6883         Moved ...
6884         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
6885         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
6886         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
6887         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
6888         Moved ...
6889         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
6890         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
6891         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
6892         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
6893         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
6894
6895 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6896
6897         * timezone/checktab.awk: Update from tzcode 2014e.
6898         * timezone/private.h: Likewise.
6899         * timezone/tzfile.h: Likewise.
6900         * timezone/zdump.c: Likewise.
6901         * timezone/zic.c: Likewise.
6902
6903         * sysdeps/unix/sysv/linux/kernel-features.h
6904         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
6905         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
6906         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
6907         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
6908         Remove conditional code.
6909
6910 2014-06-25  Will Newton  <will.newton@linaro.org>
6911
6912         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
6913         (_dl_arm_cap_flags): Add HWCAP2 values.
6914         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
6915         (_DL_HWCAP_COUNT): Increase to 37.
6916         (_DL_HWCAP_LAST): New define.
6917         (_DL_HWCAP2_LAST): New define.
6918         (_dl_procinfo): Add support for printing
6919         AT_HWCAP2 entries.
6920         (_dl_string_hwcap): Use _dl_hwcap_string.
6921
6922 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6923
6924         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6925
6926 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6927
6928         * README: Do not mention ports directory.
6929
6930         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
6931         Remove macro.
6932         * sysdeps/unix/sysv/linux/futimes.c: Do not include
6933         <kernel-features.h>.
6934         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
6935         conditional variable definition.
6936         (__futimes): Update comment.
6937         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
6938         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
6939
6940         [BZ #16560]
6941         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
6942         arguments close to 0.
6943         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
6944         Likewise.
6945         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
6946         Likewise.
6947         * math/auto-libm-test-in: Add more tests of exp10.
6948         * math/auto-libm-test-out: Regenerated.
6949         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6950
6951         * sysdeps/unix/sysv/linux/kernel-features.h
6952         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
6953         * sysdeps/unix/sysv/linux/readv.c: Do not include
6954         <kernel-features.h>.
6955         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6956         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6957         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6958         unconditional.
6959         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6960         conditional code.
6961         * sysdeps/unix/sysv/linux/writev.c: Do not include
6962         <kernel-features.h>.
6963         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6964         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6965         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6966         unconditional.
6967         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6968         conditional code.
6969
6970 2014-06-25  Will Newton  <will.newton@linaro.org>
6971
6972         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
6973         comment changes throughout the file.  Remove checks
6974         for HAVE_*_H definitions that are not required.
6975         (__gen_tempname): Call abort if an unknown kind value is
6976         passed.
6977
6978 2014-06-25  Andreas Schwab  <schwab@suse.de>
6979
6980         [BZ #17086]
6981         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
6982         scalbln, scalblnf, scalblnl in libc.
6983
6984 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
6985
6986         [BZ #17086]
6987         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
6988         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
6989         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
6990
6991 2014-06-24  Roland McGrath  <roland@hack.frob.com>
6992
6993         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
6994         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
6995         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
6996         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
6997         Update #include.
6998         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
6999         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
7000         Update #include.
7001         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
7002         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
7003         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
7004         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
7005         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
7006         * sysdeps/x86/bits/pthreadtypes.h: ... here.
7007         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
7008         * sysdeps/x86/bits/semaphore.h: ... here.
7009         * sysdeps/x86/nptl/elide.h: Moved ...
7010         * sysdeps/x86/elide.h: ... here.
7011         * sysdeps/x86_64/nptl/Implies: File removed.
7012         * sysdeps/i386/nptl/Implies: File removed.
7013
7014 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
7015
7016         [BZ #16539]
7017         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
7018         return the argument for normal arguments with exponent below -64.
7019         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
7020         Likewise.
7021         * math/auto-libm-test-in: Add another test of expm1.
7022         * math/auto-libm-test-out: Regenerated.
7023
7024         [BZ #16287]
7025         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
7026         calling __erfcl for arguments at least 16.
7027         * math/auto-libm-test-in: Add more tests of erf.
7028         * math/auto-libm-test-out: Regenerated.
7029
7030         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
7031         individual architectures.
7032         * sysdeps/unix/sysv/linux/configure: Regenerated.
7033         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
7034         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
7035         * sysdeps/unix/sysv/linux/powerpc/configure.ac
7036         (ldd_rewrite_script): Define variable.
7037         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
7038         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
7039         file.
7040         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
7041         generated file.
7042         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
7043         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
7044         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
7045         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
7046         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
7047         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
7048         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
7049         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
7050
7051 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7052
7053         [BZ #17084]
7054         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
7055         Rename member __data.d to __data.__elision_data.
7056
7057 2014-06-24  Wilco  <wdijkstr@arm.com>
7058
7059         * NEWS: Add 16918 to fixed bug list.
7060
7061 2014-06-24  Wilco  <wdijkstr@arm.com>
7062
7063         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
7064
7065 2014-06-24  Wilco  <wdijkstr@arm.com>
7066
7067         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
7068         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
7069         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
7070         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
7071         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
7072         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
7073         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
7074         Use _FPU_MASK_RM.
7075
7076 2014-06-24  Wilco  <wdijkstr@arm.com>
7077
7078         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
7079
7080 2014-06-24  Wilco  <wdijkstr@arm.com>
7081
7082         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
7083         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
7084         * sysdeps/arm/fesetround.c (fesetround): Remove space.
7085         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
7086
7087 2014-06-24  Wilco  <wdijkstr@arm.com>
7088
7089         [BZ #16918]
7090         * sysdeps/arm/feupdateenv.c (feupdateenv):
7091         Rewrite to reduce FPSCR accesses and fix return value.
7092
7093 2014-06-24  Wilco  <wdijkstr@arm.com>
7094
7095         * sysdeps/arm/fclrexcpt.c (feclearexcept):
7096         Optimize to avoid unnecessary FPSCR writes.
7097         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
7098         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
7099         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
7100         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
7101
7102 2014-06-24  Wilco  <wdijkstr@arm.com>
7103
7104         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
7105         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
7106         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
7107         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
7108         Call libc_fetestexcept_vfp.
7109         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
7110         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
7111         __SOFTFP__ ifdef so that they can be built for softfp.
7112
7113 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7114
7115         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
7116         argument type signed char.
7117
7118         * Makerules (check-abi): Dump diff of symlist if the test
7119         fails.
7120
7121 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7122
7123         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
7124         using abort.
7125
7126         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
7127         Remove unused variable ST.
7128
7129 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7130
7131         [BZ #16354]
7132         [BZ #17061]
7133         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
7134         small arguments before calling __expm1.
7135         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
7136         small arguments before calling __expm1f.
7137         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
7138         small arguments before calling __expm1l.
7139         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
7140         Likewise.
7141         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
7142         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
7143         spurious underflow for some cosh tests.
7144         * math/auto-libm-test-out: Regenerated.
7145         * sysdeps/i386/fpu/libm-test-ulps: Update.
7146
7147         [BZ #17050]
7148         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
7149         (__ieee754_y1): Set errno if return value overflows.
7150         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
7151         (__ieee754_y1f): Set errno if return value overflows.
7152         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
7153         (__ieee754_y1l): Set errno if return value overflows.
7154         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
7155         (__ieee754_y1l): Set errno if return value overflows.
7156         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
7157         * math/auto-libm-test-out: Regenerated.
7158
7159         * math/gen-auto-libm-tests.c: Document use of
7160         ignore-zero-inf-sign.
7161         (input_flag_type): Add value flag_ignore_zero_inf_sign.
7162         (input_flags): Add ignore-zero-inf-sign.
7163         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
7164         * math/gen-libm-test.pl (generate_testfile): Handle
7165         ignore-zero-inf-sign.
7166         * math/auto-libm-test-in: Mark some cpow tests with
7167         ignore-zero-inf-sign and some with xfail-rounding.
7168         * math/auto-libm-test-out: Regenerated.
7169         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
7170         * sysdeps/i386/fpu/libm-test-ulps: Update.
7171         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7172
7173         [BZ #16315]
7174         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
7175         overflowing or underflowing operations take place with sign of
7176         result.
7177         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
7178         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
7179         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
7180         (__ieee754_pow): Recompute overflowing and underflowing results in
7181         original rounding mode.
7182         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
7183         (__powl_helper): Allow negative argument X and scale negated value
7184         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
7185         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
7186         overflowing or underflowing operations take place with sign of
7187         result.
7188         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
7189         Include <math.h>.
7190         * math/auto-libm-test-in: Add more tests of pow.
7191         * math/auto-libm-test-out: Regenerated.
7192         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
7193         (pow_tonearest_test_data): Remove.
7194         (pow_test_tonearest): Likewise.
7195         (pow_towardzero_test_data): Likewise.
7196         (pow_test_towardzero): Likewise.
7197         (pow_downward_test_data): Likewise.
7198         (pow_test_downward): Likewise.
7199         (pow_upward_test_data): Likewise.
7200         (pow_test_upward): Likewise.
7201         (main): Don't call removed functions.
7202         * sysdeps/i386/fpu/libm-test-ulps: Update.
7203         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7204
7205 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7206
7207         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
7208         Moved ...
7209         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
7210         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
7211         Moved ...
7212         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
7213         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
7214         Moved ...
7215         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
7216         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
7217         Moved ...
7218         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
7219         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
7220         File removed.
7221         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
7222         File removed.
7223         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
7224         File removed.
7225         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
7226         File removed.
7227         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
7228         File removed.
7229         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
7230         File removed.
7231         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
7232         File removed.
7233         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
7234         File removed.
7235         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
7236         File removed.
7237         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
7238         File removed.
7239         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
7240         File removed.
7241         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
7242         File removed.
7243         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
7244         Moved ...
7245         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
7246         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
7247         Moved ...
7248         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
7249         ... here.
7250         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
7251         Moved ...
7252         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
7253         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
7254         Moved ...
7255         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
7256         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
7257         Moved ...
7258         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
7259         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
7260         Moved ...
7261         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
7262         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
7263         Moved ...
7264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
7265         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
7266         Moved ...
7267         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
7268         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
7269         Moved ...
7270         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
7271         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
7272         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
7273         ... here.
7274         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
7275         Moved ...
7276         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
7277         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
7278         Moved ...
7279         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
7280         ... here.
7281         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
7282         Moved ...
7283         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
7284         ... here.
7285         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
7286         Moved ...
7287         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
7288         ... here.
7289         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
7290         Moved ...
7291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
7292         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
7293         Moved ...
7294         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
7295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
7296         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
7297         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
7298         Moved ...
7299         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
7300         ... here.
7301         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
7302         Moved ...
7303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
7304         ... here.
7305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
7306         Moved ...
7307         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
7308         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
7309         Moved ...
7310         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
7311         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
7312         Moved ...
7313         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
7314         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
7315         Moved ...
7316         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
7317         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
7318         Moved ...
7319         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
7320         ... here.
7321         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
7322         Moved ...
7323         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
7324         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
7325         Moved ...
7326         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
7327         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
7328         Moved ...
7329         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
7330         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
7331         Moved ...
7332         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
7333         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
7334         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
7335         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
7336         Moved ...
7337         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
7338         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
7339         Moved ...
7340         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
7341         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
7342         Moved ...
7343         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
7344         ... here.
7345         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
7346         Moved ...
7347         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
7348         ... here.
7349         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
7350         Moved ...
7351         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
7352         ... here.
7353         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
7354         Moved ...
7355         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
7356         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
7357         Moved ...
7358         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
7359         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
7360         Moved ...
7361         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
7362         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
7363         Moved ...
7364         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
7365         ... here.
7366         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
7367         Moved ...
7368         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
7369         ... here.
7370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
7371         Moved ...
7372         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
7373         ... here.
7374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
7375         Moved ...
7376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
7377         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
7378         Moved ...
7379         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
7380
7381 2014-06-23  Will Newton  <will.newton@linaro.org>
7382             Wilco  <wdijkstr@arm.com>
7383
7384         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
7385         implementation.  Include get-rounding-mode.h.
7386         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
7387         [!libc_feholdsetround_noex_ctx]: Define
7388         libc_feholdsetround_noex_ctx.
7389         [!libc_feholdsetround_noexf_ctx]: Define
7390         libc_feholdsetround_noexf_ctx.
7391         [!libc_feholdsetround_noexl_ctx]: Define
7392         libc_feholdsetround_noexl_ctx.
7393         (libc_feholdsetround_ctx): New function.
7394         (libc_feresetround_ctx): New function.
7395         (libc_feholdsetround_noex_ctx): New function.
7396         (libc_feresetround_noex_ctx): New function.
7397
7398 2014-06-23  Roland McGrath  <roland@hack.frob.com>
7399
7400         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
7401         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
7402         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
7403         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
7404         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
7405         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
7406
7407         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
7408         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
7409         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
7410         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
7411         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
7412         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
7413         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
7414         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
7415         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
7416         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
7417         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
7418         Moved ...
7419         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
7420         ... here.
7421         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
7422         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
7423         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
7424         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
7425         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
7426         Moved ...
7427         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
7428         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
7429         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
7430         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
7431         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
7432         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
7433         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
7434         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
7435         Moved ...
7436         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
7437         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
7438         Moved ...
7439         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
7440         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
7441         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
7442         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
7443         Moved ...
7444         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
7445         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
7446         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
7447         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
7448         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
7449         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
7450         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
7451         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
7452         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
7453         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
7454         Moved ...
7455         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
7456         ... here.
7457         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
7458         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
7459         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
7460         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
7461         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
7462         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
7463         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
7464         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
7465         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
7466         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
7467         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
7468         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
7469         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
7470         Moved ...
7471         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
7472         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
7473         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
7474         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
7475         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
7476         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
7477         Moved ...
7478         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
7479         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
7480         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
7481         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
7482         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
7483
7484         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
7485         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
7486         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
7487         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
7488         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
7489         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
7490         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
7491         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
7492         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
7493         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
7494         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
7495         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
7496         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
7497         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
7498         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
7499         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
7500         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
7501         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
7502         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
7503         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
7504         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
7505         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
7506         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
7507         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
7508         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
7509         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
7510         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
7511         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
7512
7513 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
7514
7515         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
7516         (FALLOC_FL_COLLAPSE_RANGE): New macro.
7517         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
7518         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
7519         (IPV6_PMTUDISC_INTERFACE): Likewise.
7520         (IPV6_PMTUDISC_OMIT): Likewise.
7521
7522 2014-06-23  Andreas Schwab  <schwab@suse.de>
7523
7524         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
7525         Remove unused errout label.
7526
7527 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7528
7529         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
7530         macro: hardware supports Vector Crypto instructions.
7531
7532 2014-06-23  Will Newton  <will.newton@linaro.org>
7533
7534         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
7535         rather than __builtin_expect.
7536
7537         * elf/dl-lookup.c (undefined_msg): Remove variable.
7538         (_dl_lookup_symbol_x): Replace undefined_msg with string
7539         literal.
7540
7541         * elf/dl-lookup.c (do_lookup_unique): New function.
7542         (do_lookup_x): Move STB_GNU_UNIQUE handling code
7543         to a separate function.
7544
7545 2014-06-23  Andreas Schwab  <schwab@suse.de>
7546
7547         [BZ #17079]
7548         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
7549         before reading the next line.
7550
7551 2014-06-23  Will Newton  <will.newton@linaro.org>
7552
7553         * test-skeleton.c (signal_handler): Use printf and %m
7554         rather than perror.  Use printf rather than fprintf to
7555         stderr.  Use puts rather than fputs to stderr.
7556         (main): Likewise.
7557
7558 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
7559
7560         * nscd/nscd.c (thread_info_t): Remove typedef.
7561         (thread_info): Remove variable.
7562
7563 2014-06-21  Allan McRae  <allan@archlinux.org>
7564
7565         * NEWS: Mention CVE-2014-4043.
7566
7567 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7568
7569         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
7570         * nptl/smp.h: ... here.
7571
7572         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
7573
7574         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
7575         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
7576         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
7577         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
7578
7579         * nptl/allocatestack.c: Include <stack-aliasing.h>.
7580         * nptl/stack-aliasing.h: New file.
7581         * sysdeps/i386/i686/stack-aliasing.h: New file.
7582         * sysdeps/i386/i686/nptl/Makefile: File removed.
7583         * sysdeps/x86_64/stack-aliasing.h: New file.
7584         * sysdeps/x86_64/nptl/Makefile
7585         (CFLAGS-pthread_create.c): Variable removed.
7586
7587         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7588         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7589         old file.
7590         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7591         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7592         old file.
7593
7594 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
7595
7596         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7597         (__ASSUME_SIGFRAME_V2): Remove macro.
7598         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7599         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7600         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7601         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7602         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7603         Declare as function.  Remove conditional macro definitions.
7604         (__default_rt_sa_restorer): Likewise.
7605         (__default_sa_restorer_v1): Remove declaration.
7606         (__default_sa_restorer_v2): Likewise.
7607         (__default_rt_sa_restorer_v1): Likewise.
7608         (__default_rt_sa_restorer_v2): Likewise.
7609         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7610         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7611         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7612
7613 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7614
7615         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7616         (libpthread-routines): Add sysdep.
7617         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7618         * sysdeps/unix/sysv/linux/sparc/Versions
7619         (libpthread: GLIBC_2.3.3): New version set.
7620         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7621         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7622         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7623         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7624         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
7625         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7626         Moved ...
7627         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7628         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7629         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7630         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7631         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7632         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7633         * sysdeps/sparc/nptl/sem_init.c: ... here.
7634         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7635         * sysdeps/sparc/nptl/sem_post.c: ... here.
7636         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7637         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7638         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7639         * sysdeps/sparc/nptl/sem_wait.c: ... here.
7640         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7641         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7642         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7643         (libpthread-routines): Add cpu_relax.
7644         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7645         File removed.
7646         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7647         (librt: GLIBC_2.3.3): New version set.
7648         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7649         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7650         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7651         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7652         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7653         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7654         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7655         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7656         Moved ...
7657         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7658         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7659         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7660         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7661         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7662         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7663         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7664         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7665         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7666         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7667         Moved ...
7668         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7669         Update #include.
7670         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7671         Moved ...
7672         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7673         Update #include.
7674         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7675         Moved ...
7676         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7677         Update #include.
7678         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7679         Moved ...
7680         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7681         Update #include.
7682         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7683         Moved ...
7684         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7685         Update #include.
7686         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7687         Moved ...
7688         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7689         Update #include.
7690         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7691         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7692         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7693         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7694         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7695         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7696         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7697         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7698         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7699         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7700         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7701         Moved ...
7702         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7703         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7704         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7705         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7706         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7707
7708 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7709
7710         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7711         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7712         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7713         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7714         * nscd/nscd.c: Likewise.
7715         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7716         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7717         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7718         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7719
7720         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7721         <kernel-features.h>.
7722         (init_mq_netlink): Remove conditional have_sock_cloexec
7723         definitions.  Remove code conditional on have_sock_cloexec < 0.
7724         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7725         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7726         * sysdeps/unix/sysv/linux/opensock.c: Do not include
7727         <kernel-features.h>.
7728         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7729         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7730
7731 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7732
7733         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7734         Add tests for memset_chk and memset.
7735
7736         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7737         with AVX2_Usable.
7738
7739 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7740
7741         [BZ #16046]
7742         * elf/tst-dl-iter-static.c: New file.
7743         * elf/Makefile (tests-static): Add tst-dl-iter-static.
7744
7745         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7746         error.
7747
7748 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7749
7750         * sysdeps/unix/sysv/linux/kernel-features.h
7751         (__ASSUME_F_GETOWN_EX): Remove macro.
7752         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
7753         <kernel-features.h>.
7754         (miss_F_GETOWN_EX): Remove variable or macro.
7755         (do_fcntl): Do not check miss_F_GETOWN_EX.
7756         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
7757
7758         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
7759         Remove macro.
7760         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
7761         [!__ASSUME_AT_RANDOM]: Remove conditional code.
7762         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
7763
7764         * sysdeps/unix/sysv/linux/kernel-features.h
7765         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
7766         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
7767         [ADJ_OFFSET_SS_READ]: Make code unconditional.
7768         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
7769
7770 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7771
7772         [BZ #17075]
7773         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
7774         Fix calculation of the symbol's value.
7775         * sysdeps/arm/tst-armtlsdescloc.c: New file.
7776         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
7777         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
7778         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
7779         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
7780         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
7781         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
7782         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
7783         (modules-names): Add `tst-armtlsdescmod',
7784         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
7785         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
7786         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7787         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
7788         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
7789         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7790         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
7791         ($(objpfx)tst-armtlsdescloc): New dependency.
7792         ($(objpfx)tst-armtlsdescextnow): Likewise.
7793         ($(objpfx)tst-armtlsdescextlazy): Likewise.
7794         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
7795         TLS scheme support.
7796         * sysdeps/arm/configure: Regenerate.
7797
7798 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7799
7800         * include/fcntl.h (__atfct_seterrno): Remove prototype.
7801         (__atfct_seterrno_2): Likewise.
7802         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
7803         <kernel-features.h>.
7804         (__ASSUME_ATFCTS): Do not undefine and redefine.
7805         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
7806         (__have_atfcts): Remove conditional definition.
7807         (__fxstatat([__NR_fstatat64]: Make code unconditional.
7808         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
7809         unreachable if [__ASSUME_ATFCTS].
7810         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
7811         not undefine and redefine.
7812         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
7813         <kernel-features.h>.
7814         (faccessat) [__NR_faccessat]: Make code unconditional.
7815         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
7816         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
7817         <kernel-features.h>.
7818         (fchmodat) [__NR_fchmodat]: Make code unconditional.
7819         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7820         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
7821         <kernel-features.h>.
7822         (fchownat) [__NR_fchownat]: Make code unconditional.
7823         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
7824         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
7825         <kernel-features.h>.
7826         (futimesat) [__NR_futimesat]: Make code unconditional.
7827         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
7828         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
7829         <kernel-features.h>.
7830         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7831         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7832         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
7833         <kernel-features.h>.
7834         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
7835         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7836         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
7837         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
7838         <kernel-features.h>.
7839         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
7840         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7841         * sysdeps/unix/sysv/linux/linkat.c: Do not include
7842         <kernel-features.h>.
7843         (linkat) [__NR_linkat]: Make code unconditional.
7844         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7845         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
7846         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
7847         <kernel-features.h>.
7848         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
7849         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7850         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
7851         <kernel-features.h>.
7852         (mkdirat) [__NR_mkdirat]: Make code unconditional.
7853         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
7854         * sysdeps/unix/sysv/linux/openat.c: Do not include
7855         <kernel-features.h>.
7856         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
7857         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
7858         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
7859         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
7860         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
7861         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
7862         <kernel-features.h>.
7863         (readlinkat) [__NR_readlinkat]: Make code unconditional.
7864         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
7865         result of INLINE_SYSCALL directly, not via int variable.
7866         * sysdeps/unix/sysv/linux/renameat.c: Do not include
7867         <kernel-features.h>.
7868         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
7869         (renameat) [__NR_renameat]: Make code unconditional.
7870         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
7871         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
7872         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
7873         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
7874         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
7875         (__ASSUME_ATFCTS): Do not undefine and redefine.
7876         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
7877         <kernel-features.h>.
7878         (symlinkat) [__NR_symlinkat]: Make code unconditional.
7879         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7880         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
7881         <kernel-features.h>.
7882         (unlinkat) [__NR_unlinkat]: Make code unconditional.
7883         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7884         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
7885         (__ASSUME_ATFCTS): Do not undefine and redefine.
7886         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
7887         <kernel-features.h>.
7888         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7889         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7890         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
7891         <kernel-features.h>.
7892         (__xmknodat) [__NR_mknodat]: Make code unconditional.
7893         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7894
7895 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7896
7897         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
7898
7899 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
7900
7901         [BZ #17069]
7902         * posix/regcomp.c (parse_reg_exp): Deallocate partially
7903         constructed tree before returning error.
7904         * posix/bug-regexp36.c: Expand test case.
7905
7906 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
7907
7908         [BZ #6803]
7909         * math/libm-test.inc (scalbln_test_date):
7910         Add errno expectations.
7911         * math/w_scalblnf.c: New File.
7912         Add wrapper which checks for setting errno to ERANGE.
7913         Add weak_alias for corresponding scalbln function.
7914         * math/w_scalbln.c: Likewise.
7915         * math/w_scalblnl.c: Likewise.
7916         * math/Makefile (libm-calls): Add w_scalbln.
7917         * sysdeps/ieee754/flt-32/s_scalblnf.c:
7918         Remove weak_alias for corresponding scalbln function.
7919         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
7920         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
7921         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
7922         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
7923         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
7924         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7925         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
7926         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7927         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
7928         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
7929         Remove long_double_symbol for scalblnl function in libm, libc.
7930         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
7931         Add wrapper which checks for setting errno to ERANGE.
7932         Add long_double_symbol for scalblnl function in libm, libc.
7933         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
7934         Remove long_double_symbol for scalblnl in libm.
7935         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
7936         Add wrapper which checks for setting errno to ERANGE.
7937         Add long_double_symbol for scalblnl function in libm.
7938         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
7939         Do not use wrapper because of own implementation.
7940
7941 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
7942
7943         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
7944         3 bytes for __pad1 for x32.
7945         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
7946
7947 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
7948             H.J. Lu  <hongjiu.lu@intel.com>
7949
7950         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
7951         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
7952         * sysdeps/x86_64/multiarch/memset.S: Likewise.
7953         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7954         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
7955
7956 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
7957
7958         [BZ #17069]
7959         * posix/regcomp.c (parse_expression): Deallocate partially
7960         constructed tree before returning error.
7961         * posix/Makefile.c (tests): Add bug-regex36.
7962         (generated): Add bug-regex36.mtrace.
7963         (tests-special): Add $(objpfx)bug-regex36-mem.out
7964         (bug-regex36-ENV): New variable.
7965         ($(objpfx)bug-regex36-mem.out): New rule.
7966         * posix/bug-regex36.c: New file.
7967
7968 2014-06-19  Will Newton  <will.newton@linaro.org>
7969
7970         * malloc/malloc.c (systrim): If extra is zero then return
7971         early.
7972
7973 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
7974
7975         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
7976
7977 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
7978
7979         * sysdeps/aarch64/strchr.S: New file.
7980
7981 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7982
7983         [BZ #17022]
7984         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
7985         from arguments -2 or below.
7986         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
7987         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7988
7989 2014-06-18  Andreas Schwab  <schwab@suse.de>
7990
7991         [BZ #17062]
7992         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
7993         of a bracket expr not to run off the end of the string.
7994         * posix/Makefile (tests): Add tst-fnmatch3.
7995         * posix/tst-fnmatch3.c: New file.
7996
7997 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7998
7999         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
8000         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8001         [$(cross-compiling) = no]: Likewise.
8002         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8003         [$(cross-compiling) = no]: Likewise.
8004
8005 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
8006
8007         [BZ #17031]
8008         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
8009         double, adjusted for any remainder from the high double.
8010         * math/libm-test.inc (nearbyint): Add tests.
8011         (rint): Likewise.
8012
8013 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8014
8015         * nptl/sysdeps/powerpc/Makefile: Moved ...
8016         * sysdeps/powerpc/nptl/Makefile: ... here.
8017         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
8018         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
8019         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
8020         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
8021         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
8022         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
8023         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
8024         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
8025         * nptl/sysdeps/powerpc/tls.h: Moved ...
8026         * sysdeps/powerpc/nptl/tls.h: ... here.
8027
8028 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
8029
8030         [BZ #16681]
8031         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
8032         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
8033         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
8034         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
8035         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
8036         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
8037         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
8038         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
8039         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
8040
8041 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
8042
8043         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
8044
8045 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
8046
8047         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
8048         defined operator.
8049
8050         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
8051         $TIMEOUTFACTOR.
8052
8053 2014-06-16  Florian Weimer  <fweimer@redhat.com>
8054
8055         [BZ #17058]
8056         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
8057         non-executed part of the test.
8058
8059 2014-06-16  Andreas Schwab  <schwab@suse.de>
8060
8061         * string/bits/string2.h (strdup, strndup): Update feature guard.
8062
8063 2014-06-14  David S. Miller  <davem@davemloft.net>
8064
8065         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8066
8067 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
8068
8069         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
8070         that was previously under [RESET_PID].
8071         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
8072
8073         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
8074         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
8075         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
8076         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8077         (__libc_vfork): New strong alias.
8078         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
8079
8080 2014-06-14 Andi Kleen  <ak@linux.intel.com>
8081
8082         * sysdeps/generic/elide.h: New file.
8083
8084 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
8085
8086         * Makefile (installed-headers): Adjust path of pthread.h header.
8087
8088 2014-06-13  Roland McGrath  <roland@hack.frob.com>
8089
8090         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
8091         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
8092         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
8093         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
8094
8095         * nptl/sysdeps/s390/Makefile: Moved ...
8096         * sysdeps/s390/nptl/Makefile: ... here.
8097         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
8098         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
8099         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
8100         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
8101         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
8102         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
8103         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
8104         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
8105         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
8106         * sysdeps/s390/nptl/pthreaddef.h: ... here.
8107         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
8108         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
8109         * nptl/sysdeps/s390/tls.h: Moved ...
8110         * sysdeps/s390/nptl/tls.h: ... here.
8111
8112         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
8113         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
8114
8115 2014-06-13  David S. Miller  <davem@davemloft.net>
8116
8117         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
8118         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
8119         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
8120         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
8121         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
8122         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
8123         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
8124         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
8125         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
8126         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
8127         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
8128         Remove RESET_PID cpp guards.
8129         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
8130         Remove RESET_PID cpp guards.
8131         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
8132
8133 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
8134
8135         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
8136         __sp to uintptr_t.
8137
8138 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8139
8140         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
8141         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
8142         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
8143         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
8144         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
8145         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
8146         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
8147         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
8148         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
8149         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
8150         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
8151         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
8152         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
8153         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
8154         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
8155         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
8156         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
8157         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
8158         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
8159         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8160
8161         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
8162         (pthread_rwlock_rdlock): Add elision.
8163         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
8164         (pthread_rwlock_wrlock): Add elision.
8165         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
8166         (pthread_rwlock_trywrlock): Add elision.
8167         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
8168         (pthread_rwlock_tryrdlock): Add elision.
8169         * nptl/pthread_rwlock_unlock.c: Include elide.h.
8170         (pthread_rwlock_tryrdlock): Add elision unlock.
8171         * nptl/sysdeps/pthread/pthread.h:
8172         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
8173         (PTHREAD_RWLOCK_INITIALIZER,
8174         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
8175         Handle new elision field.
8176         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
8177         * sysdeps/arm/nptl/bits/pthreadtypes.h
8178         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8179         * sysdeps/sh/nptl/bits/pthreadtypes.h
8180         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8181         * sysdeps/tile/nptl/bits/pthreadtypes.h
8182         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8183         * sysdeps/a/nptl/bits/pthreadtypes.h
8184         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8185         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
8186         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8187         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
8188         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8189         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
8190         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8191         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
8192         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8193         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
8194         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8195         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
8196         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8197         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
8198         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8199         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
8200         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8201         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
8202         (elision_init): Set try_xbegin to zero when no RTM.
8203         * sysdeps/x86/nptl/bits/pthreadtypes.h
8204         (pthread_rwlock_t): Change __pad1 to __rwelision.
8205         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8206
8207 2014-06-13  Andi Kleen  <ak@linux.intel.com>
8208
8209         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
8210         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
8211         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
8212         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
8213
8214 2014-06-13  Meador Inge  <meadori@codesourcery.com>
8215
8216         [BZ #16996]
8217         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
8218         that the cached result has been set before returning it.
8219
8220 2014-06-12  Roland McGrath  <roland@hack.frob.com>
8221
8222         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
8223         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
8224         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
8225         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
8226         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
8227         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
8228
8229         * nptl/sysdeps/sparc/Makefile: Moved ...
8230         * sysdeps/sparc/nptl/Makefile: ... here.
8231         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
8232         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
8233         * nptl/sysdeps/sparc/tls.h: Moved ...
8234         * sysdeps/sparc/nptl/tls.h: ... here.
8235         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
8236         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
8237         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
8238         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
8239         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
8240         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
8241         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
8242         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
8243         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
8244         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
8245         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
8246         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
8247         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
8248         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
8249         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
8250         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
8251         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
8252         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
8253         Update #include.
8254         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
8255         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
8256         Update #include.
8257         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
8258         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
8259         Update #include.
8260         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
8261         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
8262         Update #include.
8263
8264         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8265
8266         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
8267         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
8268
8269         * sysdeps/pthread/posix-timer.h: Include <list.h>.
8270         (struct list_links): Type removed.
8271         (struct thread_node, struct timer_node): Replace struct list_links
8272         with struct list_head.
8273         (list_unlink_ip): Likewise.
8274         * sysdeps/pthread/timer_routines.c
8275         (timer_free_list, thread_free_list, thread_active_list): Likewise.
8276         (list_append, list_insbefore): Likewise.
8277         (list_init): Function removed.
8278         (thread_init, init_module): Use INIT_LIST_HEAD instead.
8279         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
8280         * sysdeps/pthread/Makefile: ... here, new file.
8281
8282         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
8283         * sysdeps/nptl/Implies: ... here.
8284         * sysdeps/unix/sysv/linux/Implies: Add nptl.
8285         * nptl/sysdeps/pthread/list.h: Moved ...
8286         * include/list.h: ... here.
8287         * nptl/sysdeps/pthread/createthread.c: Moved ...
8288         * nptl/createthread.c: ... here.
8289         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
8290         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
8291         * nptl/pt-longjmp.c: ... here.
8292         * nptl/sysdeps/pthread/Makefile: Moved ...
8293         * sysdeps/nptl/Makefile: ... here.
8294         * nptl/sysdeps/pthread/Subdirs: Moved ...
8295         * sysdeps/nptl/Subdirs: ... here.
8296         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
8297         * sysdeps/nptl/aio_misc.h: ... here.
8298         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
8299         * sysdeps/nptl/bits/libc-lock.h: ... here.
8300         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
8301         * sysdeps/nptl/bits/libc-lockP.h: ... here.
8302         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
8303         * sysdeps/nptl/bits/stdio-lock.h: ... here.
8304         * nptl/sysdeps/pthread/configure: Moved ...
8305         * sysdeps/nptl/configure: ... here.
8306         * nptl/sysdeps/pthread/configure.ac: Moved ...
8307         * sysdeps/nptl/configure.ac: ... here.
8308         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
8309         * sysdeps/nptl/gai_misc.h: ... here.
8310         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
8311         * sysdeps/nptl/librt-cancellation.c: ... here.
8312         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
8313         * sysdeps/nptl/malloc-machine.h: ... here.
8314         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
8315         * sysdeps/nptl/pthread-functions.h: ... here.
8316         * nptl/sysdeps/pthread/pthread.h: Moved ...
8317         * sysdeps/nptl/pthread.h: ... here.
8318         * nptl/sysdeps/pthread/setxid.h: Moved ...
8319         * sysdeps/nptl/setxid.h: ... here.
8320         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
8321         * sysdeps/nptl/sigfillset.c: ... here.
8322         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
8323         * sysdeps/nptl/tcb-offsets.h: ... here.
8324         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
8325         * sysdeps/nptl/tst-mqueue8x.c: ... here.
8326         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
8327         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
8328         * nptl/sysdeps/pthread/allocalim.h: Moved ...
8329         * sysdeps/pthread/allocalim.h: ... here.
8330         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
8331         * sysdeps/pthread/bits/sigthread.h: ... here.
8332         * nptl/sysdeps/pthread/flockfile.c: Moved ...
8333         * sysdeps/pthread/flockfile.c: ... here.
8334         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
8335         * sysdeps/pthread/ftrylockfile.c: ... here.
8336         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
8337         * sysdeps/pthread/funlockfile.c: ... here.
8338         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
8339         * sysdeps/pthread/posix-timer.h: ... here.
8340         * nptl/sysdeps/pthread/timer_create.c: Moved ...
8341         * sysdeps/pthread/timer_create.c: ... here.
8342         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
8343         * sysdeps/pthread/timer_delete.c: ... here.
8344         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
8345         * sysdeps/pthread/timer_getoverr.c: ... here.
8346         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
8347         * sysdeps/pthread/timer_gettime.c: ... here.
8348         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
8349         * sysdeps/pthread/timer_routines.c: ... here.
8350         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
8351         * sysdeps/pthread/timer_settime.c: ... here.
8352         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
8353         * sysdeps/pthread/tst-timer.c: ... here.
8354         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
8355         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
8356
8357         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
8358         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
8359
8360         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
8361         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
8362         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
8363         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
8364         Update #include target.
8365         * nptl/sysdeps/i386/i686/Makefile: Moved ...
8366         * sysdeps/i386/i686/nptl/Makefile: ... here.
8367         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
8368         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
8369         Update #include target.
8370         * nptl/sysdeps/i386/i686/tls.h: Moved ...
8371         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
8372         * nptl/sysdeps/i386/Makefile: Moved ...
8373         * sysdeps/i386/nptl/Makefile: ... here.
8374         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
8375         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
8376         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
8377         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
8378         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
8379         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
8380         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
8381         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
8382         * sysdeps/i386/nptl/pthreaddef.h: ... here.
8383         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
8384         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
8385         * nptl/sysdeps/i386/tls.h: Moved ...
8386         * sysdeps/i386/nptl/tls.h: ... here.
8387
8388         * sysdeps/sh/Makefile [$(subdir) = csu]
8389         (gen-as-const-headers): Add tcb-offsets.sym.
8390         * nptl/sysdeps/sh/Makefile: File removed.
8391         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
8392         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
8393         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
8394         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
8395         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
8396         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
8397         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
8398         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
8399         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
8400         * sysdeps/sh/nptl/pthreaddef.h: ... here.
8401         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
8402         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
8403         * nptl/sysdeps/sh/tls.h: Moved ...
8404         * sysdeps/sh/nptl/tls.h: ... here.
8405         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
8406         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
8407         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
8408         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
8409         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
8410         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
8411         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
8412         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
8413         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
8414         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
8415         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
8416         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
8417         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
8418         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
8419         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
8420         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
8421         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
8422         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
8423         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
8424         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
8425         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
8426         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
8427         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
8428         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
8429         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
8430         Moved ...
8431         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
8432         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
8433         Moved ...
8434         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
8435         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
8436         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
8437         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
8438         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
8439         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
8440         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
8441         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
8442         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
8443         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
8444         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
8445         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
8446         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
8447         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
8448         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
8449         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
8450         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
8451         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
8452         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
8453
8454 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
8455
8456         * posix/spawn_faction_addopen.c: Include string.h.
8457
8458 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8459
8460         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
8461         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
8462         * nptl/sysdeps/x86_64/Makefile: Moved ...
8463         * sysdeps/x86_64/nptl/Makefile: ... here.
8464         * nptl/sysdeps/x86_64/configure: Moved ...
8465         * sysdeps/x86_64/nptl/configure: ... here.
8466         * nptl/sysdeps/x86_64/configure.ac: Moved ...
8467         * sysdeps/x86_64/nptl/configure.ac: ... here.
8468         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
8469         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
8470         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
8471         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
8472         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
8473         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
8474         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
8475         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
8476         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
8477         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
8478         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
8479         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
8480         * nptl/sysdeps/x86_64/tls.h: Moved ...
8481         * sysdeps/x86_64/nptl/tls.h: ... here.
8482         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
8483         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
8484         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
8485         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
8486
8487         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
8488
8489 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8490
8491         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8492
8493 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
8494
8495         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
8496         type.
8497         [POSIX] (off_t): Likewise.
8498         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
8499         [POSIX] (S_ISBLK): Require macro.
8500         [POSIX] (S_ISCHR): Likewise.
8501         [POSIX] (S_ISDIR): Likewise.
8502         [POSIX] (S_ISFIFO): Likewise.
8503         [POSIX] (S_ISREG): Likewise.
8504         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
8505         optional-macro.
8506         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
8507         type.
8508         [POSIX] (time_t): Likewise.
8509         [POSIX] (timer_t): Likewise.
8510
8511 2014-06-11  Florian Weimer  <fweimer@redhat.com>
8512
8513         [BZ #17048]
8514         * posix/spawn_int.h (struct __spawn_action): Make the path string
8515         non-const to support deallocation.
8516         * posix/spawn_faction_addopen.c
8517         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
8518         * posix/spawn_faction_destroy.c
8519         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
8520         path in all spawn_do_open actions.
8521         * posix/tst-spawn.c (do_test): Exercise the copy operation in
8522         posix_spawn_file_actions_addopen.
8523
8524 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
8525
8526         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
8527         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
8528         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
8529         conditional code always true.
8530         (__libc_vfork): New alias.
8531
8532 2014-06-11  Roland McGrath  <roland@hack.frob.com>
8533
8534         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8535         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
8536
8537         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
8538
8539         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8540         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
8541
8542         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
8543         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
8544
8545         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8546         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
8547
8548 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
8549
8550         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
8551         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
8552         multiarch strcmp for PPC64.
8553         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
8554         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
8555         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
8556         multiarch optimizations.
8557         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
8558         (__libc_ifunc_impl_list): Likewise.
8559
8560 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
8561
8562         * benchtests/scripts/validate_benchout.py: New script.
8563         * benchtests/Makefile (bench-func): Call it.
8564         * benchtests/scripts/benchout.schema.json: New file.
8565
8566 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
8567
8568         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
8569         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
8570         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
8571         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
8572         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
8573         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
8574         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
8575         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
8576         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
8577         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
8578         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
8579         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
8580         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
8581         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
8582         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
8583         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8584         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
8585         Moved ...
8586         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
8587         ... here.
8588         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
8589         Moved ...
8590         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8591         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
8592         Moved ...
8593         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
8594         ... here.
8595         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
8596         Moved ...
8597         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
8598         ... here.
8599         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
8600         Moved ...
8601         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8602         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
8603         Moved ...
8604         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
8605         ... here.
8606         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
8607         Moved ...
8608         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
8609         ... here.
8610         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
8611         Moved ...
8612         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8613         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
8614         Moved ...
8615         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
8616         ... here.
8617         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
8618         Moved ...
8619         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
8620         ... here.
8621         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
8622         Moved ...
8623         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
8624         ... here.
8625         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
8626         Moved ...
8627         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8628         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
8629         Moved ...
8630         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
8631         ... here.
8632         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
8633         Moved ...
8634         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
8635         ... here.
8636         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
8637         Moved ...
8638         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
8639         ... here.
8640         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
8641         Moved ...
8642         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8643         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
8644         Moved ...
8645         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
8646         ... here.
8647         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
8648         Moved ...
8649         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
8650         ... here.
8651         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
8652         Moved ...
8653         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8654         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
8655         Moved ...
8656         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
8657         ... here.
8658         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
8659         Moved ...
8660         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8661         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
8662         Moved ...
8663         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8664         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
8665         Moved ...
8666         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
8667         ... here.
8668         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
8669         Moved ...
8670         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
8671         ... here.
8672         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
8673         Moved ...
8674         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
8675         ... here.
8676         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
8677         Moved ...
8678         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8679         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
8680         Moved ...
8681         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
8682         ... here.
8683         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
8684         Moved ...
8685         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
8686         ... here.
8687         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8688         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8689         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8690         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8691         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
8692         Moved ...
8693         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
8694         ... here.
8695         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8696         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8697         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8698         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8699         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8700         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8701         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8702         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8703         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8704         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8705         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8706         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8707         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
8708         Moved ...
8709         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8710         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
8711         Moved ...
8712         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8713         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8714         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8715         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
8716         Moved ...
8717         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8718         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8719         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8720         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8721         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8722         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8723         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
8724
8725 2014-06-10  Wilco  <wdijkstr@arm.com>
8726
8727         * math/test-fenv-return.c: New file.
8728         * math/Makefile: Add new test test-fenv-return.
8729
8730 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
8731
8732         [BZ #17042]
8733         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8734         when x - 1 is zero.
8735         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8736         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8737         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8738         0.0L for an argument of 1.0L.
8739         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8740         Likewise.
8741         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8742         value when x - 1 is zero.
8743         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8744         * sysdeps/i386/fpu/libm-test-ulps: Update.
8745         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8746
8747 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
8748
8749         [BZ #15119]
8750         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
8751
8752 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8753
8754         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
8755         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
8756
8757 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8758
8759         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8760         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
8761
8762         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8763         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
8764
8765         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8766         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
8767
8768         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8769         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
8770
8771         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
8772         if not already defined.
8773         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
8774         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
8775         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
8776         (TLS_INIT_TP): Use it.
8777         (TLS_DEFINE_INIT_TP): New macro.
8778         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
8779
8780 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
8781
8782         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
8783         constant.
8784         [POSIX] (IXANY): Likewise.
8785         [POSIX] (OLCUC): Likewise.
8786         [POSIX || POSIX2008] (CBAUD): Do not allow.
8787         [POSIX || POSIX2008] (DEFECHO): Likewise.
8788         [POSIX || POSIX2008] (ECHOCTL): Likewise.
8789         [POSIX || POSIX2008] (ECHOKE): Likewise.
8790         [POSIX || POSIX2008] (ECHOPRT): Likewise.
8791         [POSIX || POSIX2008] (EXTA): Likewise.
8792         [POSIX || POSIX2008] (EXTB): Likewise.
8793         [POSIX || POSIX2008] (FLUSHO): Likewise.
8794         [POSIX || POSIX2008] (LOBLK): Likewise.
8795         [POSIX || POSIX2008] (PENDIN): Likewise.
8796         [POSIX || POSIX2008] (SWTCH): Likewise.
8797         [POSIX || POSIX2008] (VDISCARD): Likewise.
8798         [POSIX || POSIX2008] (VDSUSP): Likewise.
8799         [POSIX || POSIX2008] (VLNEXT): Likewise.
8800         [POSIX || POSIX2008] (VREPRINT): Likewise.
8801         [POSIX || POSIX2008] (VSTATUS): Likewise.
8802         [POSIX || POSIX2008] (VWERASE): Likewise.
8803         (B*): Change to B[0123456789]*.
8804         * conform/data/time.h-data [POSIX || UNIX98]
8805         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
8806         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
8807         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
8808         [POSIX] (tm_*): Do not allow.
8809
8810 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
8811
8812         * Makefile (install): Don't set LANGUAGE.
8813         * Makefile.in (install): Likewise.
8814         * assert/Makefile (test-assert-ENV): Remove variable.
8815         (test-assert-perr-ENV): Likewise.
8816         * elf/Makefile (neededtest4-ENV): Likewise.
8817         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8818         [$(cross-compiling) = no]: Don't set LANGUAGE.
8819         * io/ftwtest-sh (LANG): Remove variable.
8820         * libio/Makefile (tst-widetext-ENV): Likewise.
8821         * manual/install.texi (Running make install): Don't refer to
8822         environment settings for make install.
8823         * INSTALL: Regenerated.
8824         * nptl/tst-tls6.sh: Don't set LANG.
8825         * posix/globtest.sh (LANG): Remove variable.
8826         * string/Makefile (tester-ENV): Likewise.
8827         (inl-tester-ENV): Likewise.
8828         (noinl-tester-ENV): Likewise.
8829         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8830         [$(cross-compiling) = no]: Don't set LANGUAGE.
8831         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
8832         without explicit environment settings.
8833
8834 2014-06-06  Roland McGrath  <roland@hack.frob.com>
8835
8836         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
8837         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
8838         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
8839         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
8840
8841 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
8842
8843         * crypt/crypt-private.h [DOS]: Add some includes taken from the
8844         other files in the crypt directory.
8845         * crypt/crypt.c: Remove duplicate includes.
8846         * crypt/crypt-entry.c: Likewise.
8847         * crypt/crypt_util.c: Likewise.
8848
8849 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
8850
8851         * Makeconfig (run-program-env): New variable.
8852         (run-program-prefix-before-env): Likewise.
8853         (run-program-prefix-after-env): Likewise.
8854         (run-program-prefix): Define in terms of new variables.
8855         (built-program-cmd-before-env): New variable.
8856         (built-program-cmd-after-env): Likewise.
8857         (built-program-cmd): Define in terms of new variables.
8858         (test-program-prefix-before-env): New variable.
8859         (test-program-prefix-after-env): Likewise.
8860         (test-program-prefix): Define in terms of new variables.
8861         (test-program-cmd-before-env): New variable.
8862         (test-program-cmd-after-env): Likewise.
8863         (test-program-cmd): Define in terms of new variables.
8864         * Rules (make-test-out): Use $(run-program-env).
8865         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
8866         (help): Do not mention environment variables.  Mention
8867         --timeoutfactor option.
8868         (timeoutfactor): New variable.
8869         (blacklist_exports): Remove function.
8870         (exports): Remove variable.
8871         (command): Do not include ${exports}.
8872         * manual/install.texi (Configuring and compiling): Do not mention
8873         test wrappers preserving environment variables.  Mention that last
8874         assignment to a variable must take precedence.
8875         * INSTALL: Regenerated.
8876         * benchtests/Makefile (run-bench): Use $(run-program-env).
8877         * catgets/Makefile ($(objpfx)test1.cat): Use
8878         $(built-program-cmd-before-env), $(run-program-env) and
8879         $(built-program-cmd-after-env).
8880         ($(objpfx)test2.cat): Do not specify environment variables
8881         explicitly.
8882         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
8883         $(run-program-env) and $(built-program-cmd-after-env).
8884         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
8885         $(run-program-env) and $(test-program-cmd-after-env).
8886         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
8887         explicitly.
8888         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
8889         run_program_env and test_program_cmd_after_env arguments.
8890         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
8891         * elf/tst-pathopt.sh: Use run_program_env argument.
8892         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
8893         $(test-wrapper-env) and $(run-program-env).
8894         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
8895         run_program_env arguments.
8896         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
8897         * intl/Makefile ($(objpfx)tst-gettext.out): Use
8898         $(test-program-prefix-before-env), $(run-program-env) and
8899         $(test-program-prefix-after-env).
8900         ($(objpfx)tst-gettext2.out): Likewise.
8901         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
8902         run_program_env and test_program_prefix_after_env arguments.
8903         * intl/tst-gettext2.sh: Likewise.
8904         * intl/tst-gettext4.sh: Do not set environment variables
8905         explicitly.
8906         * intl/tst-gettext6.sh: Likewise.
8907         * intl/tst-translit.sh: Likewise.
8908         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
8909         $(test-program-prefix-before-env), $(run-program-env) and
8910         $(test-program-prefix-after-env).
8911         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
8912         run_program_env and test_program_prefix_after_env arguments.
8913         * math/Makefile (run-regen-ulps): Use $(run-program-env).
8914         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
8915         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
8916         explicitly with each use of ${test_wrapper_env}.
8917         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
8918         $(test-program-prefix-before-env), $(run-program-env) and
8919         $(test-program-prefix-after-env).
8920         * posix/tst-getconf.sh: Do not set environment variables
8921         explicitly.
8922         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
8923         run_program_env and test_program_prefix_after_env arguments.
8924         * stdio-common/tst-printf.sh: Do not set environment variables
8925         explicitly.
8926         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
8927         $(test-program-prefix-before-env), $(run-program-env) and
8928         $(test-program-prefix-after-env).
8929         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
8930         run_program_env and test_program_prefix_after_env arguments.
8931         Split $test calls into $test_pre and $test.
8932         * timezone/Makefile (build-testdata): Use
8933         $(built-program-cmd-before-env), $(run-program-env) and
8934         $(built-program-cmd-after-env).
8935
8936 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8937
8938         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
8939         strlen for non SHARED builds.
8940
8941 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
8942
8943         * nptl/allocatestack.c (check_list): Inlined function...
8944         (__reclaim_stacks): ... here.
8945
8946 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8947
8948         [BZ #15698]
8949         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8950         memory overrun.
8951
8952 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
8953
8954         * Rules (make-test-out): Include
8955         LOCPATH=$(common-objpfx)localedata in default environment.
8956         * debug/Makefile (tst-chk1-ENV): Remove variable.
8957         (tst-chk2-ENV): Likewise.
8958         (tst-chk3-ENV): Likewise.
8959         (tst-chk4-ENV): Likewise.
8960         (tst-chk5-ENV): Likewise.
8961         (tst-chk6-ENV): Likewise.
8962         (tst-lfschk1-ENV): Likewise.
8963         (tst-lfschk2-ENV): Likewise.
8964         (tst-lfschk3-ENV): Likewise.
8965         (tst-lfschk4-ENV): Likewise.
8966         (tst-lfschk5-ENV): Likewise.
8967         (tst-lfschk6-ENV): Likewise.
8968         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
8969         (tst-iconv7-ENV): Likewise.
8970         * intl/Makefile (LOCPATH-ENV): Likewise.
8971         (tst-codeset-ENV): Likewise.
8972         (tst-gettext3-ENV): Likewise.
8973         (tst-gettext5-ENV): Likewise.
8974         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
8975         (tst-fopenloc-ENV): Likewise.
8976         (tst-fgetws-ENV): Remove variable.
8977         (tst-ungetwc1-ENV): Likewise.
8978         (tst-ungetwc2-ENV): Likewise.
8979         (bug-ungetwc2-ENV): Likewise.
8980         (tst-swscanf-ENV): Likewise.
8981         (bug-ftell-ENV): Likewise.
8982         (tst-fgetwc-ENV): Likewise.
8983         (tst-fseek-ENV): Likewise.
8984         (tst-ftell-partial-wide-ENV): Likewise.
8985         (tst-ftell-active-handler-ENV): Likewise.
8986         (tst-ftell-append-ENV): Likewise.
8987         * posix/Makefile (tst-fnmatch-ENV): Likewise.
8988         (tst-regexloc-ENV): Likewise.
8989         (bug-regex1-ENV): Likewise.
8990         (tst-regex-ENV): Likewise.
8991         (tst-regex2-ENV): Likewise.
8992         (bug-regex5-ENV): Likewise.
8993         (bug-regex6-ENV): Likewise.
8994         (bug-regex17-ENV): Likewise.
8995         (bug-regex18-ENV): Likewise.
8996         (bug-regex19-ENV): Likewise.
8997         (bug-regex20-ENV): Likewise.
8998         (bug-regex22-ENV): Likewise.
8999         (bug-regex23-ENV): Likewise.
9000         (bug-regex25-ENV): Likewise.
9001         (bug-regex26-ENV): Likewise.
9002         (bug-regex30-ENV): Likewise.
9003         (bug-regex32-ENV): Likewise.
9004         (bug-regex33-ENV): Likewise.
9005         (bug-regex34-ENV): Likewise.
9006         (bug-regex35-ENV): Likewise.
9007         (tst-rxspencer-ENV): Likewise.
9008         (tst-rxspencer-no-utf8-ENV): Likewise.
9009         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
9010         (tst-sscanf-ENV): Likewise.
9011         (tst-swprintf-ENV): Likewise.
9012         (tst-swscanf-ENV): Likewise.
9013         (test-vfprintf-ENV): Likewise.
9014         (scanf13-ENV): Likewise.
9015         (bug14-ENV): Likewise.
9016         (tst-grouping-ENV): Likewise.
9017         * stdlib/Makefile (tst-strtod-ENV): Likewise.
9018         (tst-strtod3-ENV): Likewise.
9019         (tst-strtod4-ENV): Likewise.
9020         (tst-strtod5-ENV): Likewise.
9021         (testmb2-ENV): Likewise./
9022         * string/Makefile (tst-strxfrm-ENV): Likewise.
9023         (tst-strxfrm2-ENV): Likewise.
9024         (bug-strcoll1-ENV): Likewise.
9025         (test-strcasecmp-ENV): Likewise.
9026         (test-strncasecmp-ENV): Likewise.
9027         * time/Makefile (tst-strptime-ENV): Likewise.
9028         (tst-ftime_l-ENV): Likewise.
9029         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
9030         (tst-mbrtowc-ENV): Likewise.
9031         (tst-wcrtomb-ENV): Likewise.
9032         (tst-mbrtowc2-ENV): Likewise.
9033         (tst-c16c32-1-ENV): Likewise.
9034         (tst-mbsnrtowcs-ENV): Likewise.
9035
9036 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
9037
9038         * manual/resource.texi (How to get information about the memory
9039         subsystem?): Fix typo.
9040         Reported by Peon de la Parra Ivan <peon@keba.com>
9041
9042 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
9043
9044         [BZ #16882]
9045         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
9046         (pthread_spin_lock): Branch out of spin loop to proper location.
9047         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
9048         (pthread_spin_lock): Likewise.
9049
9050         * nptl/tst-spin4.c: New test.
9051         * nptl/Makefile (tests): Add tst-spin4.
9052
9053 2014-06-03  Andreas Schwab  <schwab@suse.de>
9054
9055         [BZ #15946]
9056         * resolv/res_send.c (send_dg): Reload file descriptor after
9057         calling reopen.
9058
9059 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
9060
9061         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9062
9063 2014-06-03  Richard Henderson  <rth@redhat.com>
9064
9065         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
9066         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
9067         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
9068         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
9069         in the SAVE_PID block.
9070         (__libc_vfork): New alias.
9071         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
9072
9073         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
9074         child in registers, not on the stack.  Remove RESET_PID conditionals.
9075         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
9076
9077 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
9078
9079         * sysdeps/aarch64/libm-test-ulps: Regenerate.
9080
9081 2014-06-03  Wilco  <wdijkstr@arm.com>
9082
9083         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
9084         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
9085         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9086         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
9087         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
9088         Likewise.
9089
9090 2014-06-03  Wilco  <wdijkstr@arm.com>
9091
9092         * sysdeps/aarch64/fpu/math_private.h
9093         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
9094         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
9095         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
9096         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
9097         Fix declarations.
9098
9099 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9100
9101         * crypt/crypt-private.h: Include ufc-crypt.h.
9102         (__b64_from_24bit): Declare extern.
9103         * crypt/crypt_util.c(__b64_from_24bit): New function.
9104         (b64t): New static const variable.
9105         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
9106         (b64t): Remove variable.
9107         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
9108         * crypt/sha256-crypt.c: Include crypt-private.h.
9109         (b64t): Remove variable.
9110         (__sha256_crypt_r): Remove b64_from_24bit and replace
9111         with __b64_from_24bit.
9112         * crypt/sha512-crypt.c: Likewise.
9113
9114 2014-06-02  Roland McGrath  <roland@hack.frob.com>
9115
9116         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
9117         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
9118         Label the code __libc_vfork rather than __vfork.
9119         [!NOT_IN_libc] (vfork): Define as weak alias.
9120         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
9121         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
9122         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
9123
9124 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9125
9126         * malloc/malloc.c (malloc_info): Fix format specifier for
9127         n_mmaps.
9128
9129 2014-06-02  Wilco  <wdijkstr@arm.com>
9130
9131         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
9132         FPCR write.
9133
9134 2014-06-02  Wilco  <wdijkstr@arm.com>
9135
9136         [BZ #17009]
9137         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
9138         Rewrite to reduce FPCR/FPSR accesses.
9139
9140 2014-06-01  David S. Miller  <davem@davemloft.net>
9141
9142         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9143
9144 2014-05-31  David S. Miller  <davem@davemloft.net>
9145
9146         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
9147         to occur in round to nearest mode when |x| >= 2.0
9148
9149 2014-05-30  Richard Henderson  <rth@twiddle.net>
9150
9151         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
9152         (PSEUDO_RET_NOERRNO): Remove.
9153         (ret): Don't redefine.
9154         (ret_NOERRNO): Define in terms of ret.
9155         (ret_ERRVAL): Likewise.
9156
9157         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
9158         use of PSEUDO_RET; perform the error check directly.
9159
9160 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
9161
9162         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
9163         with __int128_t.
9164
9165 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9166
9167         * malloc/malloc (malloc_info): Fix formatting.
9168
9169 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
9170             Roland McGrath  <roland@hack.frob.com>
9171
9172         * malloc/malloc (malloc_info): Also print mmapped statistics.
9173
9174 2014-05-30  Roland McGrath  <roland@hack.frob.com>
9175
9176         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
9177         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
9178
9179 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
9180
9181         * malloc/malloc.c (malloc_info): Inline mi_arena.
9182
9183 2014-05-29  Richard Henderson  <rth@twiddle.net>
9184
9185         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
9186         Remove comma before expanding ASM_ARGS_##nr.
9187         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
9188         Make _x0 a strict output; make _x8 a strict input; adjust expansion
9189         of ASM_ARGS_##nr.
9190         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
9191         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
9192         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
9193         (ASM_ARGS_1): Add leading comma.
9194
9195         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
9196         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
9197         to __errno_location.
9198         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
9199         Remove the expected plt for __errno_location.
9200
9201         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9202         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
9203         call to __read_tp.
9204
9205         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9206         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
9207         it and break it down.
9208         (DOCARGS_0, DOCARGS_1): Do nothing.
9209         (DOCARGS_2): Update to store into the new stack frame.
9210         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
9211         (UNDOCARGS_1): Update to restore from the new stack frame.
9212         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
9213         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
9214
9215         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9216         (SINGLE_THREAD_P): New parameter for result regno.
9217         (PSEUDO): Update to match; use cbz instead of beq.
9218
9219         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9220         Use ENTRY to define the _nocancel entry point.  Share the syscall
9221         and syscall error check paths with the cancel path.
9222         (PSEUDO_END): New.
9223
9224         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
9225         whitespace; tabs before and after asm mnemonics.
9226
9227 2014-05-29  Eric Wong  <normalperson@yhbt.net>
9228
9229         [BZ #15132]
9230         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
9231         Call fstat64 or stat64 internally, depending on arguments passed.
9232         Replace stat buffer argument with file descriptor argument.
9233         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
9234         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
9235         Pass fd to __internal_statvfs instead of calling fstat64.
9236         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
9237         Pass fd to __internal_statvfs64 instead of calling fstat64.
9238         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
9239         Pass -1 to __internal_statvfs instead of calling stat64.
9240         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
9241         Pass -1 to __internal_statvfs64 instead of calling stat64.
9242
9243 2014-05-28  Roland McGrath  <roland@hack.frob.com>
9244
9245         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
9246         that was previously under [RESET_PID].
9247         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
9248
9249         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
9250         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
9251
9252 2014-05-27  Roland McGrath  <roland@hack.frob.com>
9253
9254         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
9255
9256         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
9257         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
9258
9259 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
9260
9261         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
9262
9263 2014-05-27  Andreas Schwab  <schwab@suse.de>
9264
9265         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
9266         TLS_INIT_TP macro.
9267         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
9268         * elf/rtld.c (init_tls, dl_main): Likewise.
9269         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
9270         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
9271         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
9272         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
9273         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
9274         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
9275         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
9276         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
9277         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
9278         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
9279         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
9280         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
9281         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
9282         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
9283         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
9284         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
9285         * sysdeps/generic/tls.h: Update description.
9286
9287 2014-05-27  Will Newton  <will.newton@linaro.org>
9288
9289         [BZ #16990]
9290         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
9291         and restore r2 rather than just restoring.
9292
9293 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9294
9295         [BZ #16724]
9296         * libio/tst-ftell-append.c: New test case.
9297         * libio/Makefile (tests): Add test case.
9298         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
9299         append mode.
9300         * libio/wfileops.c (do_ftell_wide): Likewise.
9301
9302 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9303
9304         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9305
9306         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
9307         ...
9308         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
9309         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
9310         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
9311         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
9312         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
9313         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
9314         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
9315         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
9316         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
9317         Moved ...
9318         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
9319         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
9320         Moved ...
9321         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
9322         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
9323         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
9324         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
9325         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
9326         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
9327         ...
9328         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
9329         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
9330         Moved ...
9331         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
9332         here.
9333         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
9334         ...
9335         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
9336         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
9337         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
9338
9339         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
9340         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
9341         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
9342         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
9343
9344         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
9345         merge into ...
9346         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
9347         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
9348         ...
9349         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
9350         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
9351         ...
9352         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
9353         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9354         Moved ...
9355         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
9356         here.
9357         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9358         Moved ...
9359         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
9360         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9361         Moved ...
9362         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
9363
9364         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
9365         conditional [RESET_PID].
9366         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
9367         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
9368         removed.
9369         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
9370         removed.
9371
9372         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
9373         <tcb-offsets.h>.
9374         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9375         (__libc_vfork): New strong alias.
9376         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
9377         removed.
9378         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
9379         Removed.
9380
9381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
9382         <tcb-offsets.h>.
9383         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
9384         (__libc_vfork): New strong alias.
9385         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
9386         removed.
9387         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
9388         removed.
9389
9390 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
9391
9392         * malloc/malloc.c (mi_arena): New function.
9393         (malloc_info): Remove nested function mi_arena. Call non-nosted
9394         function mi_arena.
9395
9396 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9397
9398         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
9399         by insrwi.
9400         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
9401         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
9402         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
9403         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
9404         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
9405         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
9406         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
9407
9408 2014-05-26  Andreas Schwab  <schwab@suse.de>
9409
9410         [BZ #16984]
9411         * locale/programs/repertoire.c (repertoire_read): Add slash
9412         between I18NPATH element and file name.
9413         * locale/programs/locfile.c (locfile_read): Likewise.
9414
9415 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9416
9417         * nptl/pthread_mutexattr_settype.c
9418         (__pthread_mutexattr_settype):
9419         Disable lock elision for PTHREAD_MUTEX_NORMAL.
9420
9421 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
9422
9423         * nptl/tst-mutex5 (do_test):
9424         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
9425
9426 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9427
9428         * benchtests/README: Document 'init' directive.
9429         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
9430         BENCH_INIT.
9431         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
9432         (parse_file): Recognize 'init' directive.
9433
9434 2014-05-26  Kyle McMartin  <kyle@redhat.com>
9435
9436         [BZ #16796]
9437         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
9438         alignment of struct pthread.
9439
9440 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
9441
9442         [BZ #16878]
9443         * nscd/netgroupcache.c (addgetnetgrentX): Look for
9444         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9445         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
9446         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
9447
9448 2014-05-25  Richard Henderson  <rth@twiddle.net>
9449
9450         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9451         (SINGLE_THREAD_P_PIC): Remove.
9452         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
9453         (SINGLE_THREAD_P_PIC): Remove.
9454
9455         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
9456         branch to syscall error ...
9457         (PSEUDO): ... here.
9458         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
9459         from __local_syscall_error to .Lsyscall_error.
9460         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
9461         (SYSCALL_ERROR): Update label name.
9462
9463         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9464         Do not use DOARGS/UNDOARGS.
9465         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
9466         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
9467         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
9468         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
9469         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
9470
9471         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
9472         block comment.
9473
9474         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
9475         define if !NOT_IN_libc.
9476         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
9477         define with non-default symbol versions.
9478
9479 2014-05-23  Richard Henderson  <rth@twiddle.net>
9480
9481         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
9482         (vfork, __vfork): Define via compat_symbol.
9483
9484         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
9485         [!HAVE_IFUNC] (vfork_compat): Remove.
9486         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
9487
9488 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9489
9490         [BZ #16978]
9491         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
9492         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
9493         variable.
9494
9495 2014-05-23  Richard Henderson  <rth@twiddle.net>
9496
9497         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
9498         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
9499         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
9500         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
9501
9502         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
9503         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
9504         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
9505         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
9506         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
9507         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
9508         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
9509         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
9510         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
9511         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
9512         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
9513         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
9514         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
9515         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
9516         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
9517         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
9518         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
9519         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
9520         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
9521         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
9522         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
9523         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
9524         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
9525         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
9526         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
9527         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
9528         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
9529         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
9530         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
9531         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
9532         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
9533         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
9534         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
9535         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
9536         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
9537         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
9538         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
9539         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
9540         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
9541         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
9542         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
9543         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
9544         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
9545         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
9546         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
9547         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
9548         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
9549         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
9550         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
9551         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
9552         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
9553         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
9554         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
9555         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
9556         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
9557         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
9558
9559         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
9560         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
9561         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
9562         before exiting on error.
9563         (__libc_vfork): New strong alias.
9564         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
9565         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
9566
9567         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
9568         that was previously under [RESET_PID].
9569         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
9570
9571         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
9572
9573 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
9574
9575         [BZ #16977]
9576         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
9577         value when x - 1 is zero.
9578         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
9579         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
9580         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
9581         0.0L for an argument of 1.0L.
9582         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
9583         Likewise.
9584         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9585         value when x - 1 is zero.
9586         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9587         * sysdeps/i386/fpu/libm-test-ulps: Update.
9588         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9589
9590 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
9591
9592         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9593         alphasort and versionsort.
9594
9595 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9596
9597         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9598         macro.
9599         [copysignf]: Likewise.
9600
9601 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
9602
9603         * crypt/md5-crypt.c: Fix formatting.
9604
9605 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9606
9607         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9608         (b64_from_24bit): New function.
9609
9610 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9611
9612         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9613         libc_hidden_builtin_def to ifunc.
9614         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9615         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9616
9617 2014-05-21  Roland McGrath  <roland@hack.frob.com>
9618
9619         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9620         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9621
9622 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
9623
9624         * nscd/Depend (linuxthreads): Remove.
9625         (nptl): Add.
9626         * resolv/Depend (linuxthreads): Remove.
9627         * rt/Depend (linuxthreads): Remove.
9628
9629         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9630         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9631         $(common-objpfx)elf/.
9632         (link-libc-before-gnulib): Likewise.
9633         (elfobjdir): Remove variable.
9634         * Makefile (install): Use $(elf-objpfx) instead of
9635         $(common-objpfx)elf/.
9636         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9637         $(elfobjdir)/.
9638         (link-libc-deps): Likewise.
9639         ($(common-objpfx)libc.so): Likewise.
9640         ($(common-objpfx)linkobj/libc.so): Likewise.
9641         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9642         instead of $(common-objpfx)elf/.
9643         (symbolic-link-list): Likewise.
9644         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9645         [$(cross-compiling) = no]: Likewise.
9646         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9647         $(elfobjdir)/.
9648         (static-gnulib-arch): Likewise.
9649         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9650         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9651         $(common-objpfx)elf/.
9652
9653 2014-05-21  Richard Henderson  <rth@redhat.com>
9654
9655         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9656         (SINGLE_THREAD_P): Use the correct width load.  Fold
9657         into the ldr offset.
9658
9659         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9660         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9661
9662 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
9663
9664         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9665         (libgcc_s_resume): Use __attribute_used__.
9666         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9667         Likewise.
9668
9669 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9670
9671         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9672         optimization when used with float constants.
9673
9674         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9675
9676 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
9677
9678         [BZ #16915]
9679         * locale/nl_langinfo_l.c: Make direct reference to every
9680         _nl_current_CATEGORY symbol.
9681         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9682         (tests-static): Add tst-langinfo-static.
9683         (tests-special): Add tst-langinfo-static.out.
9684         ($(objpfx)tst-langinfo.out): Redirect output.
9685         ($(objpfx)tst-langinfo-static.out): New.
9686         * localedata/tst-langinfo.sh: Send output to stdout.
9687         * localedata/tst-langinfo-static.c: New file.
9688
9689         [BZ #16965]
9690         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9691         when the shift amount is modulo the limb size.
9692
9693 2014-05-20  Richard Henderson  <rth@redhat.com>
9694
9695         [BZ #16967]
9696         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9697         Change type of sa_flags from unsigned int to int.
9698
9699         [BZ #16966]
9700         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
9701
9702         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9703
9704 2014-05-20  Will Newton  <will.newton@linaro.org>
9705
9706         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9707         Test the return value of the system call in the nocancel case.
9708
9709 2014-05-20  Will Newton  <will.newton@linaro.org>
9710             Yvan Roux  <yvan.roux@linaro.org>
9711
9712         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9713         #include of asm/ptrace.h.
9714         (PTRACE_GET_THREAD_AREA): Remove #undef.
9715         (PTRACE_GETHBPREGS): Likewise.
9716         (PTRACE_SETHBPREGS): Likewise.
9717         (struct user_regs_struct): New structure.
9718         (struct user_fpsimd_struct): New structure.
9719         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9720         #include of asm/ptrace.h and second #include of sys/user.h.
9721         (PTRACE_GET_THREAD_AREA): Remove #undef.
9722         (PTRACE_GETHBPREGS): Likewise.
9723         (PTRACE_SETHBPREGS): Likewise.
9724         (ELF_NGREG): Use new struct user_regs_struct.
9725         (elf_fpregset_t): Use new struct user_fpsimd_struct.
9726
9727 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9728
9729         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9730         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9731
9732 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
9733
9734         [BZ #16958]
9735         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9736         membar to avoid block loads/stores to overlap previous stores.
9737
9738 2014-05-17  Richard Henderson  <rth@redhat.com>
9739
9740         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9741         Create the __##syscall_name##_nocancel entry point.
9742         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9743         Remove; let the sysdep-cancel.h code create it.
9744
9745 2014-05-17  David S. Miller  <davem@davemloft.net>
9746
9747         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
9748         Protect with __USE_GNU.
9749         (TIOCSET_TEMPT): Likewise.
9750         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9751         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
9752         these are already provided in bits/ioctl-types.h
9753
9754 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9755
9756         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
9757         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
9758
9759         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
9760         Use wait4 regardless of [__NR_waitpid].
9761
9762 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
9763
9764         PR libgcc/60166
9765         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9766         (_FP_NANSIGN_Q): Set the quiet bit.
9767
9768 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
9769
9770         * benchtests/Makefile
9771         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
9772         not $(common-objpfx)math/libm.so.
9773         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
9774         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
9775         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
9776         $(common-objpfx)dlfcn/libdl.so.
9777         ($(objpfx)tst-audit8): Depend on $(libm), not
9778         $(common-objpfx)math/libm.so.
9779         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
9780         not $(common-objpfx)dlfcn/libdl.so.
9781         * math/Makefile
9782         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
9783         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
9784         [$(build-shared) = yes].
9785         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
9786         $(common-objpfx)nptl/libpthread.so.
9787         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
9788         $(common-objpfx)math/libm.so$(libm.so-version) or
9789         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
9790         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
9791         $(common-objpfx)dlfcn/libdl.so.
9792         * setjmp/Makefile (link-libm): Remove variable.
9793         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
9794         * stdio-common/Makefile (link-libm): Remove variable.
9795         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
9796         * stdlib/Makefile (link-libm): Remove variable.
9797         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
9798         ($(objpfx)tst-strtod-round): Likewise.
9799         ($(objpfx)tst-tininess): Likewise.
9800         ($(objpfx)tst-strtod-underflow): Likewise.
9801         ($(objpfx)tst-strtod6): Likewise.
9802         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
9803         $(libdl), not $(common-objpfx)nptl/libpthread.so and
9804         $(common-objpfx)dlfcn/libdl.so.
9805
9806 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9807
9808         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
9809         BSD terminal modes definitions.
9810
9811 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9812
9813         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
9814         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
9815
9816         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
9817         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
9818         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
9819         Don't do #include_next.
9820         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
9821         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
9822         Don't do #include_next.
9823         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
9824         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
9825         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
9826         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
9827
9828 2014-05-16  Allan McRae  <allan@archlinux.org>
9829
9830         * po/sv.po: Update Swedish translation from translation project.
9831
9832         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
9833         in sed expression.
9834
9835 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
9836
9837         [BZ #16917]
9838         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
9839         errno if the TIOCGPTN ioctl fails with an error different than
9840         EINVAL.
9841         * login/tst-ptsname.c: New file.
9842         * login/Makefile (tests): Add tst-ptsname.
9843
9844         [BZ #16943]
9845         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
9846         and prlimit64.
9847
9848 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
9849
9850         [BZ #16849]
9851         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
9852         herrno to return EAI_AGAIN.
9853
9854 2014-05-14  Roland McGrath  <roland@hack.frob.com>
9855
9856         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
9857         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
9858         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
9859         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
9860         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
9861         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
9862         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
9863         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
9864         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
9865         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
9866         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
9867         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
9868         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
9869         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
9870         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
9871         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
9872         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
9873         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
9874         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
9875         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
9876         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
9877         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
9878         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
9879         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
9880         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
9881         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
9882         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
9883         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
9884         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
9885         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
9886         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
9887         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
9888         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
9889         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
9890         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
9891         Moved ...
9892         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
9893         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
9894         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
9895         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
9896         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
9897         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
9898         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
9899         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
9900         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
9901         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
9902         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
9903         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
9904         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
9905         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
9906         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
9907         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
9908         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
9909         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
9910         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
9911         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
9912         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
9913         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
9914         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
9915         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
9916         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
9917         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
9918         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
9919         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
9920         Moved ...
9921         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
9922         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
9923         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
9924         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
9925         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
9926         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
9927         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
9928         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
9929         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
9930         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
9931         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
9932         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
9933         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
9934         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
9935         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
9936         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
9937         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
9938         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
9939         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
9940         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
9941         Moved ...
9942         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
9943         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
9944         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
9945
9946         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
9947         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
9948         (libpthread-sysdep_routines): Add elision-related stuff here instead.
9949         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
9950         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
9951         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
9952         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
9953         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
9954         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
9955         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
9956         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
9957         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
9958         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
9959         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
9960         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
9961         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
9962         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
9963         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
9964         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
9965         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
9966         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
9967         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
9968         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
9969         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
9970         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
9971         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
9972         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
9973         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
9974         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
9975         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
9976         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
9977
9978         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
9979         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
9980
9981         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
9982         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
9983         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
9984         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
9985         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
9986         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
9987         Moved ...
9988         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
9989         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
9990         Moved ...
9991         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
9992         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
9993         Moved ...
9994         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
9995         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
9996         Moved ...
9997         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
9998         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
9999         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
10000         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
10001         Moved ...
10002         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
10003         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
10004         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
10005         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
10006         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
10007         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
10008         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
10009         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
10010         Moved ...
10011         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
10012         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10013         Moved ...
10014         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
10015         ... here.
10016         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
10017         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
10018         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
10019         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
10020         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10021         Moved ...
10022         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
10023         ... here.
10024         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
10025         Moved ...
10026         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
10027         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
10028         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
10029         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
10030         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
10031         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
10032         Moved ...
10033         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
10034         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
10035         Moved ...
10036         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
10037         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
10038         Moved ...
10039         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
10040         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
10041         Moved ...
10042         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
10043         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
10044         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
10045         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
10046         Moved ...
10047         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
10048         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
10049         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
10050         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
10051         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
10052         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
10053         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
10054         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
10055         Moved ...
10056         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
10057         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10058         Moved ...
10059         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
10060         ... here.
10061         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
10062         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
10063         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
10064         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
10065         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10066         Moved ...
10067         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
10068         ... here.
10069         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
10070         Moved ...
10071         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
10072         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
10073         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
10074         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
10075         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
10076         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
10077         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
10078         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
10079         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
10080         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
10081         Moved ...
10082         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
10083         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
10084         Moved ...
10085         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
10086         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
10087         Moved ...
10088         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
10089         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
10090         Moved ...
10091         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
10092         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
10093         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
10094         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
10095         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
10096         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
10097         Moved ...
10098         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
10099         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
10100         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
10101         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
10102         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
10103         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
10104         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
10105         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
10106         Moved ...
10107         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
10108         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10109         Moved ...
10110         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
10111         ... here.
10112         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
10113         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
10114         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
10115         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
10116         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10117         Moved ...
10118         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
10119         ... here.
10120         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
10121         Moved ...
10122         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
10123         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
10124         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
10125         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
10126         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
10127         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
10128         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
10129         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
10130         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
10131         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
10132         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
10133
10134         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
10135         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
10136
10137         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
10138         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
10139
10140         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
10141         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
10142         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
10143         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
10144         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
10145         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
10146         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
10147         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
10148         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
10149         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
10150         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
10151         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
10152         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
10153         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
10154         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
10155         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
10156         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
10157         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
10158         Moved ...
10159         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
10160         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
10161         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
10162         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
10163         Moved ...
10164         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
10165         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
10166         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
10167         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
10168         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
10169         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
10170         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
10171         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
10172         Moved ...
10173         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
10174         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
10175         Moved ...
10176         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
10177         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
10178         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
10179         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
10180         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
10181         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
10182         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
10183         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
10184         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
10185         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
10186         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
10187         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
10188         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
10189         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
10190         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
10191         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
10192         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
10193
10194         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
10195         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
10196         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
10197         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
10198         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
10199
10200         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
10201         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
10202         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
10203         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
10204         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
10205         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
10206         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
10207         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
10208         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
10209         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
10210
10211         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
10212         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
10213
10214         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
10215         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
10216         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
10217         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
10218         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
10219         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
10220         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
10221         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
10222         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
10223         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
10224         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
10225         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
10226         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
10227         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
10228         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
10229         Update #include.
10230         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
10231         Likewise.
10232         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
10233         Likewise.
10234         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
10235         Likewise.
10236         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
10237         Likewise.
10238         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
10239         Likewise.
10240         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
10241         Likewise.
10242         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
10243         Likewise.
10244         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
10245         Likewise.
10246         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
10247         Likewise.
10248         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
10249         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
10250         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
10251         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
10252         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
10253         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
10254         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
10255         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
10256         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
10257         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
10258         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
10259         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
10260         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
10261         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
10262         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
10263
10264         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
10265         that was previously under [RESET_PID].
10266         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
10267         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
10268         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
10269
10270         * sysdeps/i386/nptl/Implies: New file.
10271         * sysdeps/x86_64/nptl/Implies: New file.
10272         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
10273         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
10274         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
10275         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
10276
10277         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
10278         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10279         (__libc_vfork): New strong alias.
10280         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
10281         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
10282
10283         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
10284         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10285         (__libc_vfork): New strong alias.
10286         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
10287         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
10288
10289         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
10290         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
10291         (__libc_vfork): New strong alias.
10292         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
10293         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
10294         * nptl/pt-vfork.c: New file.
10295         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
10296         (libpthread: GLIBC_2.20): New version set (empty).
10297
10298 2014-05-14  Will Newton  <will.newton@linaro.org>
10299
10300         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
10301         rather than #if.
10302
10303 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10304
10305         [BZ #16564]
10306         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
10307         arguments with exponent 65 or above.
10308         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
10309         arguments 0x1p113L or above.
10310         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
10311         to arguments 0x1p107L or above.
10312         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
10313         positive arguments with exponent 65 or above.
10314         * math/auto-libm-test-in: Add more tests of log1p.
10315         * math/auto-libm-test-out: Regenerated.
10316
10317         [BZ #16928]
10318         * math/s_cacos.c (__cacos): Ensure zero real part of result from
10319         non-finite arguments is +0.
10320         * math/s_cacosf.c (__cacosf): Likewise.
10321         * math/s_cacosl.c (__cacosl): Likewise.
10322         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
10323         * sysdeps/i386/fpu/libm-test-ulps: Update.
10324         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10325
10326         [BZ #16927]
10327         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
10328         value.
10329         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
10330         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
10331         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
10332         for explicit high bit of mantissa when testing for argument equal
10333         to 1.
10334         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
10335         * sysdeps/i386/fpu/libm-test-ulps: Update.
10336         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10337
10338         [BZ #16516]
10339         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
10340         (__erf): Scale by 16 instead of 8 in potentially underflowing
10341         case.  Ensure exception if result actually underflows.
10342         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
10343         (__erff): Scale by 16 instead of 8 in potentially underflowing
10344         case.  Ensure exception if result actually underflows.
10345         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
10346         (efx8): Remove variable.
10347         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10348         case.  Ensure exception if result actually underflows.
10349         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
10350         (efx8): Remove variable.
10351         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10352         case.  Ensure exception if result actually underflows.
10353         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
10354         (efx8): Remove variable.
10355         (__erfl): Scale by 16 instead of 8 in potentially underflowing
10356         case.  Ensure exception if result actually underflows.
10357         * math/auto-libm-test-in: Add more tests of erf.
10358         * math/auto-libm-test-out: Regenerated.
10359
10360 2014-05-14  Andreas Schwab  <schwab@suse.de>
10361
10362         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
10363         Remove code conditionalized on USE___THREAD.
10364
10365         * config.h.in (HAVE_PT_CHOWN): Define as 0.
10366         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
10367         not definedness.
10368
10369 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
10370
10371         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
10372         Define unconditionally.
10373         (__ASSUME_O_CLOEXEC): Likewise.
10374         (__ASSUME_SOCK_CLOEXEC): Likewise.
10375         (__ASSUME_IN_NONBLOCK): Likewise.
10376         (__ASSUME_PIPE2): Likewise.
10377         (__ASSUME_EVENTFD2): Likewise.
10378         (__ASSUME_SIGNALFD4): Likewise.
10379         (__ASSUME_DUP3): Likewise.
10380         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
10381         (__ASSUME_DUP3): Do not define.
10382         (__ASSUME_EVENTFD2): Likewise.
10383         (__ASSUME_IN_NONBLOCK): Likewise.
10384         (__ASSUME_O_CLOEXEC): Likewise.
10385         (__ASSUME_PIPE2): Likewise.
10386         (__ASSUME_SIGNALFD4): Likewise.
10387         (__ASSUME_SOCK_CLOEXEC): Likewise.
10388         (__ASSUME_UTIMES): Undefine.
10389         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10390         (__ASSUME_UTIMES): Do not define.
10391         (__ASSUME_O_CLOEXEC): Likewise.
10392         (__ASSUME_SOCK_CLOEXEC): Likewise.
10393         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
10394         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
10395         0x020621].
10396         (__ASSUME_PIPE2): Likewise.
10397         (__ASSUME_EVENTFD2): Likewise.
10398         (__ASSUME_SIGNALFD4): Likewise.
10399         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
10400         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
10401         Do not define.
10402         (__ASSUME_EVENTFD2): Likewise.
10403         (__ASSUME_SIGNALFD4): Likewise.
10404         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
10405         (__ASSUME_32BITUIDS): Likewise.
10406         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
10407         (__ASSUME_IPC64): Likewise.
10408         (__ASSUME_ST_INO_64_BIT): Likewise.
10409         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
10410         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
10411         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10412         (__ASSUME_UTIMES): Do not define.
10413         (__ASSUME_PSELECT): Likewise.
10414         (__ASSUME_PPOLL): Likewise.
10415         (__ASSUME_O_CLOEXEC): Likewise.
10416         (__ASSUME_SOCK_CLOEXEC): Likewise.
10417         (__ASSUME_IN_NONBLOCK): Likewise.
10418         (__ASSUME_PIPE2): Likewise.
10419         (__ASSUME_EVENTFD2): Likewise.
10420         (__ASSUME_SIGNALFD4): Likewise.
10421         (__ASSUME_DUP3): Likewise.
10422         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10423         (__ASSUME_UTIMES): Likewise.
10424         (__ASSUME_O_CLOEXEC): Likewise.
10425         (__ASSUME_SOCK_CLOEXEC): Likewise.
10426         (__ASSUME_IN_NONBLOCK): Likewise.
10427         (__ASSUME_PIPE2): Likewise.
10428         (__ASSUME_EVENTFD2): Likewise.
10429         (__ASSUME_SIGNALFD4): Likewise.
10430         (__ASSUME_DUP3): Likewise.
10431         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10432         (__ASSUME_UTIMES): Likewise.
10433         (__ASSUME_O_CLOEXEC): Likewise.
10434         (__ASSUME_SOCK_CLOEXEC): Likewise.
10435         (__ASSUME_IN_NONBLOCK): Likewise.
10436         (__ASSUME_PIPE2): Likewise.
10437         (__ASSUME_EVENTFD2): Likewise.
10438         (__ASSUME_SIGNALFD4): Likewise.
10439         (__ASSUME_DUP3): Likewise.
10440         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
10441         Likewise.
10442         (__ASSUME_UTIMES): Likewise.
10443         (__ASSUME_EVENTFD2): Likewise.
10444         (__ASSUME_SIGNALFD4): Likewise.
10445         * sysdeps/unix/sysv/linux/tile/kernel-features.h
10446         (__ASSUME_O_CLOEXEC): Likewise.
10447         (__ASSUME_SOCK_CLOEXEC): Likewise.
10448         (__ASSUME_IN_NONBLOCK): Likewise.
10449         (__ASSUME_PIPE2): Likewise.
10450         (__ASSUME_EVENTFD2): Likewise.
10451         (__ASSUME_SIGNALFD4): Likewise.
10452         (__ASSUME_DUP3): Likewise.
10453         (__ASSUME_UTIMES): Undefine.
10454
10455         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
10456         feclearexcept.  Remove symbol versioning code.
10457         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
10458         symbol versioning code.
10459         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
10460         symbol versioning code.
10461         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
10462         feupdateenv.  Remove symbol versioning code.
10463         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
10464         fegetexceptflag.  Remove symbol versioning code.
10465         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
10466         fesetexceptflag.  Remove symbol versioning code.
10467         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
10468         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
10469         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
10470         (__posix_fadvise64_l32): Remove prototype.
10471         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
10472         code.
10473
10474 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10475
10476         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
10477         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
10478         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
10479         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
10480
10481 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
10482
10483         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
10484         current working directory
10485
10486 2014-05-13  Roland McGrath  <roland@hack.frob.com>
10487
10488         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
10489         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
10490         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
10491         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
10492         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
10493         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
10494         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
10495         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
10496         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
10497         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
10498         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
10499         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
10500         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
10501         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
10502         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
10503         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
10504         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
10505         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
10506         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
10507         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
10508         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
10509         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
10510         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
10511         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
10512         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
10513         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
10514         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
10515         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
10516         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
10517         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
10518         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
10519         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
10520         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
10521         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
10522         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
10523         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
10524         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
10525         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
10526         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
10527         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
10528         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
10529         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
10530
10531         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
10532         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
10533
10534         * sysdeps/unix/sysv/linux/arm/Makefile
10535         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
10536         Add rt-aeabi_unwind_cpp_pr1.
10537         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
10538         Add nptl-aeabi_unwind_cpp_pr1.
10539         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
10540         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
10541         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
10542         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10543         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
10544         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10545
10546         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
10547         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
10548         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
10549         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
10550
10551         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
10552         Deconditionalize the code that was previously under [RESET_PID].
10553         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
10554
10555         * sysdeps/generic/exit-thread.h: New file.
10556         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
10557         * include/unistd.h (__exit_thread): Remove declaration.
10558         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
10559         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
10560         * csu/libc-start.c: Include <exit-thread.h>.
10561         (LIBC_START_MAIN): Pass no argument to __exit_thread.
10562         * nptl/pthread_create.c: Include <exit-thread.h>.
10563         (start_thread): Call __exit_thread in place of __exit_thread_inline.
10564         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
10565         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
10566         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
10567         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
10568         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
10569         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
10570         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
10571         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
10572         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
10573         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
10574         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
10575         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
10576         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
10577         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
10578         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
10579         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
10580
10581 2014-05-13  Andreas Schwab  <schwab@suse.de>
10582
10583         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10584
10585 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
10586
10587         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10588         (__ASSUME_UTIMES): Do not condition on kernel version.
10589         (__ASSUME_PSELECT): Define unconditionally.
10590         (__ASSUME_PPOLL): Likewise.
10591         (__ASSUME_ATFCTS): Likewise.
10592         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10593         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10594         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10595         (__ASSUME_UTIMENSAT): Define unconditionally.
10596         (__ASSUME_PRIVATE_FUTEX): Likewise.
10597         (__ASSUME_FALLOCATE): Likewise.
10598         (__ASSUME_O_CLOEXEC): Likewise.
10599         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10600         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10601         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10602         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10603         (__ASSUME_IN_NONBLOCK): Likewise.
10604         (__ASSUME_PIPE2): Likewise.
10605         (__ASSUME_EVENTFD2): Likewise.
10606         (__ASSUME_SIGNALFD4): Likewise.
10607         (__ASSUME_DUP3): Likewise.
10608         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10609         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10610         (__ASSUME_AT_RANDOM): Likewise.
10611         (__ASSUME_PREADV): Likewise.
10612         (__ASSUME_PWRITEV): Likewise.
10613         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10614         (__ASSUME_F_GETOWN_EX): Define unconditionally.
10615         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10616         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10617         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10618         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10619         (__ASSUME_O_CLOEXEC): Define unconditionally.
10620         (__ASSUME_PSELECT): Do not undefine conditionally.
10621         (__ASSUME_PPOLL): Likewise.
10622         (__ASSUME_ATFCTS): Likewise.
10623         (__ASSUME_SET_ROBUST_LIST): Likewise.
10624         (__ASSUME_UTIMENSAT): Likewise.
10625         (__ASSUME_FDATASYNC): Define unconditionally.
10626         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10627         (__ASSUME_SIGFRAME_V2): Likewise.
10628         )__ASSUME_EVENTFD2): Likewise.
10629         (__ASSUME_SIGNALFD4): Likewise.
10630         (__ASSUME_PSELECT): Do not undefine conditionally.
10631         (__ASSUME_PPOLL): Likewise.
10632         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10633         (__ASSUME_PSELECT): Define unconditionally.
10634         (__ASSUME_PPOLL): Likewise.
10635         (__ASSUME_O_CLOEXEC): Likewise.
10636         (__ASSUME_SOCK_CLOEXEC): Likewise.
10637         (__ASSUME_IN_NONBLOCK): Likewise.
10638         (__ASSUME_PIPE2): Likewise.
10639         (__ASSUME_EVENTFD2): Likewise.
10640         (__ASSUME_SIGNALFD4): Likewise.
10641         (__ASSUME_DUP3): Likewise.
10642         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10643         (__ASSUME_O_CLOEXEC): Likewise.
10644         (__ASSUME_SOCK_CLOEXEC): Likewise.
10645         (__ASSUME_IN_NONBLOCK): Likewise.
10646         (__ASSUME_PIPE2): Likewise.
10647         (__ASSUME_EVENTFD2): Likewise.
10648         (__ASSUME_SIGNALFD4): Likewise.
10649         (__ASSUME_DUP3): Likewise.
10650         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10651         (__ASSUME_EVENTFD2): Likewise.
10652         (__ASSUME_SIGNALFD4): Likewise.
10653         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10654
10655 2014-05-12  Andreas Schwab  <schwab@suse.de>
10656
10657         [BZ #16932]
10658         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10659         (_nss_nis_gethostbyname4_r): Return error if item length is larger
10660         than maximum RPC packet size.
10661         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10662         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10663         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10664         (_nss_nis_getservbyport_r): Likewise.
10665
10666 2014-05-12  Will Newton  <will.newton@linaro.org>
10667
10668         * malloc/Makefile (tests): Add tst-mallopt.
10669         * malloc/tst-mallopt.c: New file.
10670
10671 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10672
10673         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10674         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10675
10676 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10677
10678         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10679         (tst-tlsmod6.so): Likewise.
10680
10681 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10682
10683         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10684
10685 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
10686
10687         [BZ #16064]
10688         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10689         and <dl-procinfo.h>.
10690         (__fegetenv): Save SSE state in envp->__eip if supported.
10691         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10692         envp->__eip if supported.
10693         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10694         and <dl-procinfo.h>.
10695         (__fesetenv): Always set __eip, __cs_selector, __opcode,
10696         __data_offset and __data_selector in environment to 0.  Set SSE
10697         state if supported.
10698         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10699         test-fenv-sse.
10700         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10701         -mfpmath=sse.
10702         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10703
10704 2014-05-09  Will Newton  <will.newton@linaro.org>
10705
10706         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10707         and libc_relro_required for ARM.
10708         * sysdeps/arm/preconfigure: Regenerate.
10709
10710 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10711             Stefan Liebler  <stli@linux.vnet.ibm.com>
10712
10713         * config.make.in (enable-lock-elision): New Makefile variable.
10714         * configure.ac: Likewise.
10715         * configure: Regenerate.
10716         * sysdeps/s390/configure.ac:
10717         Add check for gcc transactions support.
10718         * sysdeps/s390/configure: Regenerate.
10719         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10720         Build elision files if enabled.
10721         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10722         Add lock elision support for s390.
10723         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10724         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10725         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10726         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10727         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10728         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10729         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10730         Likewise.
10731         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10732         Likewise.
10733         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10734         Likewise.
10735         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10736         Likewise.
10737         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10738         (__lll_timedlock_elision, __lll_lock_elision)
10739         (__lll_unlock_elision, __lll_trylock_elision)
10740         (lll_timedlock_elision, lll_lock_elision)
10741         (lll_unlock_elision, lll_trylock_elision): Add.
10742         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10743         (pthread_mutex_t): Add lock elision support for s390.
10744
10745 2014-05-14  Wilco  <wdijkstr@arm.com>
10746
10747         * sysdeps/arm/fclrexcpt.c: Cleanup.
10748         * sysdeps/arm/fedisblxcpt.c: Cleanup.
10749         * sysdeps/arm/feenablxcpt.c: Cleanup.
10750         * sysdeps/arm/fegetenv.c: Cleanup.
10751         * sysdeps/arm/fegetexcept.c: Cleanup.
10752         * sysdeps/arm/fegetround.c: Cleanup.
10753         * sysdeps/arm/feholdexcpt.c: Cleanup.
10754         * sysdeps/arm/fesetenv.c: Cleanup.
10755         * sysdeps/arm/fesetround.c: Cleanup.
10756         * sysdeps/arm/feupdateenv.c: Cleanup.
10757         * sysdeps/arm/fgetexcptflg.c: Cleanup.
10758         * sysdeps/arm/fraiseexcpt.c: Cleanup.
10759         * sysdeps/arm/fsetexcptflg.c: Cleanup.
10760         * sysdeps/arm/ftestexcept.c: Cleanup.
10761         * sysdeps/arm/get-rounding-mode.h: Cleanup.
10762         * sysdeps/arm/setfpucw.c: Cleanup.
10763
10764 2014-05-09  Will Newton  <will.newton@linaro.org>
10765
10766         * sysdeps/arm/armv7/strcmp.S: New file.
10767         * NEWS: Mention addition of ARMv7 optimized strcmp.
10768
10769 2014-05-08  Roland McGrath  <roland@hack.frob.com>
10770
10771         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
10772         look for %.ac rather than %.in.
10773
10774         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
10775         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
10776         * sysdeps/mach/hurd/configure: Regenerated.
10777         * sysdeps/unix/sysv/linux/configure: Regenerated.
10778
10779         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
10780
10781 2014-05-07  Steve Ellcey  <sellcey@mips.com>
10782
10783         [BZ# 16922]
10784         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
10785         (LONG_SUB): Ditto.
10786         (PTR_SUB): Ditto.
10787
10788 2014-05-07  Andreas Schwab  <schwab@suse.de>
10789
10790         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
10791         when skipping over non-matching result from nscd.
10792
10793 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
10794
10795         [BZ #16876]
10796         * nptl/sockperf.c (client): Check socket return value.
10797
10798         [BZ #16877]
10799         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
10800         nscd security class.
10801
10802 2014-05-06  Roland McGrath  <roland@hack.frob.com>
10803
10804         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
10805         * sysdeps/arm/unwind.h: ... here.
10806
10807 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
10808
10809         [BZ# 16916]
10810         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
10811         Define.
10812
10813 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10814
10815         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
10816         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
10817         multiarch strncpy for PPC64.
10818         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
10819         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
10820         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
10821         multiarch optimizations.
10822         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10823         (__libc_ifunc_impl_list): Likewise.
10824         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
10825         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
10826         multiarch stpncpy for PPC64.
10827         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
10828         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
10829
10830 2014-05-06  Andreas Schwab  <schwab@suse.de>
10831
10832         [BZ #16912]
10833         * gmon/mcount.c (_MCOUNT_DECL): Use
10834         atomic_compare_and_exchange_bool_acq instead of
10835         catomic_compare_and_exchange_bool_acq.
10836
10837 2014-05-05  Roland McGrath  <roland@hack.frob.com>
10838
10839         * elf/Makefile (others, install-bin): Remove pldd.
10840         (pldd-modules): Variable removed.
10841         ($(objpfx)pldd): Target removed.
10842         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
10843         (others, install-bin): Append pldd here.
10844         ($(objpfx)pldd): New target.
10845
10846         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
10847         to 0, so the first #if test emitted later doesn't see it undefined.
10848         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
10849         * sysdeps/gnu/errlist.c: Regenerated.
10850
10851 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10852
10853         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
10854         [libc_hidden_builtin_def]: Define to empty value.
10855         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
10856         [libc_hidden_builtin_def]: Likewise.
10857         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
10858         [libc_hidden_builtin_def]: Likewise.
10859         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
10860         [libc_hidden_builtin_def]: Likewise.
10861         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
10862         __redirect_memcpy and define ifunc as default hidden symbol.
10863         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
10864         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
10865
10866 2014-05-04  Adam Conrad  <adconrad@0c3.net>
10867
10868         * locale/iso-4217.def: Reintroduce XDR currency.
10869
10870 2014-05-04  Allan McRae  <allan@archlinux.org>
10871
10872         * po/eo.po: Update Esperanto translation from translation project.
10873
10874 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
10875
10876         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
10877         and FEATURE_INDEX_MAX to 1.
10878         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
10879
10880 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10881
10882         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
10883         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
10884         * iconvdata/big5.c (ONE_DIRECTION): Define.
10885         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
10886         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
10887         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
10888         * iconvdata/cp932.c (ONE_DIRECTION): Define.
10889         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
10890         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
10891         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
10892         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
10893         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
10894         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
10895         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
10896         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
10897         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
10898         * iconvdata/gbk.c (ONE_DIRECTION): Define.
10899         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
10900         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
10901         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
10902         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
10903         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
10904         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
10905         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
10906         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
10907         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
10908         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
10909         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
10910         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
10911         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
10912         * iconvdata/iso646.c (ONE_DIRECTION): Define.
10913         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
10914         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
10915         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
10916         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
10917         * iconvdata/johab.c (ONE_DIRECTION): Define.
10918         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
10919         * iconvdata/sjis.c (ONE_DIRECTION): Define.
10920         * iconvdata/t.61.c (ONE_DIRECTION): Define.
10921         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
10922         * iconvdata/tscii.c (ONE_DIRECTION): Define.
10923         * iconvdata/uhc.c (ONE_DIRECTION): Define.
10924         * iconvdata/unicode.c (ONE_DIRECTION): Define.
10925         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
10926         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
10927         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
10928
10929 2014-05-01  Roland McGrath  <roland@hack.frob.com>
10930
10931         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
10932         (_IO_JUMPS_OFFSET): Define to 0.
10933
10934         * nptl/sysdeps/pthread/bits/libc-lock.h
10935         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
10936         (__libc_lock_define_initialized_recursive): Always define using
10937         initializer.  Modern compilers treat uninitialized (implicit zero) and
10938         explicit zero initializers the same (i.e. put the datum in bss).
10939
10940 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10941
10942         * nscd/nscd-client.h: Include <string.h>.
10943
10944 2014-05-01  David S. Miller  <davem@davemloft.net>
10945
10946         [BZ #16885]
10947         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
10948         multiple zero bytes exist at the end of a string.
10949         Reported by Aurelien Jarno <aurelien@aurel32.net>
10950
10951         * string/test-strcmp.c (check): Add explicit test for situations where
10952         there are multiple zero bytes after the first.
10953
10954 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10955
10956         [BZ #16890]
10957         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
10958         when compiling wprintf.
10959         * stdio-common/tstdiomisc.c (t3): New function.
10960         (main): Call it.
10961
10962 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10963
10964         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
10965         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
10966         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
10967         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
10968
10969 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10970
10971         * stdlib/longlong.h: Updated from GCC.
10972
10973 2014-05-01  Will Newton  <will.newton@linaro.org>
10974             Bernard Ogden  <bernie.ogden@linaro.org>
10975
10976         * NEWS: Update fixed bug list.
10977
10978         [BZ #15119]
10979         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
10980
10981 2014-04-30  David S. Miller  <davem@davemloft.net>
10982
10983         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
10984         (libc_feholdexcept_setround_sparc_ctx): New function.
10985         (libc_fesetenv_sparc_ctx): Likewise.
10986         (libc_feupdateenv_sparc_ctx): Likewise.
10987         (libc_feholdsetround_sparc_ctx): Likewise.
10988         (libc_feholdexcept_setround_ctx): Define.
10989         (libc_feholdexcept_setroundf_ctx): Likewise.
10990         (libc_feholdexcept_setroundl_ctx): Likewise.
10991         (libc_fesetenv_ctx): Likewise.
10992         (libc_fesetenvf_ctx): Likewise.
10993         (libc_fesetenvl_ctx): Likewise.
10994         (libc_feupdateenv_ctx): Likewise.
10995         (libc_feupdateenvf_ctx): Likewise.
10996         (libc_feupdateenvl_ctx): Likewise.
10997         (libc_feresetround_ctx): Likewise.
10998         (libc_feresetroundf_ctx): Likewise.
10999         (libc_feresetroundl_ctx): Likewise.
11000         (libc_feholdsetround_ctx): Likewise.
11001         (libc_feholdsetroundf_ctx): Likewise.
11002         (libc_feholdsetroundl_ctx): Likewise.
11003
11004         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11005         with __USE_GNU instead of XOPEN cpp guards.
11006
11007         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
11008         0.
11009
11010         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
11011         with XOPEN cpp guards.
11012
11013 2014-04-30  Julian Brown  <julian@codesourcery.com>
11014
11015         [BZ #16888]
11016         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
11017         handling.
11018
11019 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
11020
11021         [BZ #9894]
11022         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
11023         Change to 2.6.32.
11024         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
11025         * sysdeps/unix/sysv/linux/configure: Regenerated.
11026         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
11027         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
11028         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
11029         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
11030         * README: Update reference to required Linux kernel version.
11031         * manual/install.texi (Linux): Update reference to required Linux
11032         kernel headers version.
11033         * INSTALL: Regenerated.
11034
11035         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
11036         header inclusion.
11037         [POSIX] (limits.h): Likewise.
11038         [POSIX] (math.h): Likewise.
11039         [POSIX] (sys/wait.h): Likewise.
11040         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
11041         function.
11042         [POSIX] (stddef.h): Do not allow header inclusion.
11043
11044 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11045
11046         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
11047
11048 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
11049
11050         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
11051         Return immediately after lll_futex_wake.
11052
11053 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11054
11055         [BZ #16791]
11056         * nscd/nscd-client.h (datahead_init_common): Initialize entire
11057         structure.
11058         (datahead_init_pos): Call datahead_init_common early.
11059         (datahead_init_neg): Likewise.
11060
11061         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
11062         datahead_init_neg): New functions.
11063         * nscd/aicache.c (addhstaiX): Use them.
11064         * nscd/grpcache.c (cache_addgr): Likewise.
11065         * nscd/hstcache.c (cache_addhst): Likewise.
11066         * nscd/initgrcache.c (addinitgroupsX): Likewise.
11067         * nscd/netgroupcache.c (do_notfound): Likewise.
11068         (addgetnetgrentX): Likewise.
11069         (addinnetgrX): Likewise.
11070         * nscd/pwdcache.c (cache_addpw): Likewise.
11071         * nscd/servicescache.c (cache_addserv): Likewise.
11072
11073 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
11074             Atsushi Onoe  <atsushi@onoe.org>
11075
11076         [BZ #14308]
11077         [BZ #12994]
11078         [BZ #13651]
11079         * resolv/res_query.c (__libc_res_nsearch): Return if at least
11080         one response is valid.
11081         * resolv/res_send.c (send_dg): Check for validity of other
11082         response if the current response is a referral.
11083
11084 2014-04-29  Steve Ellcey  <sellcey@mips.com>
11085
11086         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
11087
11088 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
11089
11090         [BZ #16823]
11091         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
11092         Always divide by positive zero when computing -Inf result.
11093         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
11094         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
11095
11096 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11097
11098         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
11099         FPSCR if value do not change.
11100         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
11101         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
11102         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
11103         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
11104         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
11105         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
11106         function.
11107
11108 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
11109
11110         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
11111         * sysdeps/unix/sysv/linux/hppa: Move directory from
11112         ports/systeps/unix/sysv/linux/hppa.
11113         * README: Update listing for hppa-*-linux-gnu.
11114
11115 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
11116
11117         [BZ #16754]
11118         * manual/stdio.texi (Hook functions): Fix types of stream hook
11119         functions.
11120         [BZ #16854]
11121         * socket/sys/socket.h: Fix typo in comment.
11122
11123 2014-04-28  Wilco  <wdijkstr@arm.com>
11124
11125         * sysdeps/arm/fenv_private.h: New file.
11126         * sysdeps/arm/math_private.h: New file.
11127         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
11128
11129 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
11130
11131         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
11132         with __int128_t.
11133         (La_x86_64_retval): Likewise.
11134
11135 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
11136
11137         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
11138         fpsr if value didn't change.
11139         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
11140         to fpcr if value didn't change.
11141         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
11142         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
11143         fpsr or fpcr if value didn't change.
11144         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
11145         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
11146         fpcr if value didn't change.
11147         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
11148         to fpsr if value didn't change.
11149
11150 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
11151
11152         * nptl/tst-sem3.c: Use test-skeleton.c
11153         (main): Rename to do_test.  Use return instead of
11154         exit.
11155         * nptl/tst-sem4.c: Use test-skeleton.c
11156         (main): Rename to do_test.
11157
11158 2014-04-22  David S. Miller  <davem@davemloft.net>
11159
11160         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
11161         (struct sigaction): New struct member __glibc_reserved0, change
11162         type of sa_flags to int.
11163
11164 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
11165
11166         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
11167         (COUNT_LEADING_ZEROS_0): Define for AArch64.
11168
11169 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
11170
11171         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
11172         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
11173
11174 2014-04-22  Will Newton  <will.newton@linaro.org>
11175             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
11176
11177         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
11178         (__longjmp): Add longjmp and longjmp_target SystemTap
11179         probes.
11180         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
11181         (__sigsetjmp): Add setjmp SystemTap probe.
11182
11183 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
11184
11185         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
11186         match manual order.
11187
11188 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11189
11190         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
11191
11192         * sysdeps/powerpc/fpu/fenv_private.h
11193         (libc_feholdexcept_setroundl_ctx): Define to
11194         libc_feholdexcept_setround_ppc_ctx.
11195         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
11196         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
11197         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
11198         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
11199
11200 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11201
11202         * sysdeps/aarch64/math-tests.h: New file.
11203
11204 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
11205
11206         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
11207         New.
11208         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
11209         Check and set bit_AVX2_Usable.
11210         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
11211         macro.
11212         (bit_AVX2): Likewise.
11213         (index_AVX2_Usable): Likewise.
11214         (CPUID_AVX2): Likewise.
11215         (HAS_AVX2): Likewise.
11216
11217 2014-04-17  Will Newton  <will.newton@linaro.org>
11218
11219         * manual/setjmp.texi (System V contexts): Add note that
11220         calling setcontext on a context created by a call to a
11221         signal handler is undefined.  Update text to note that
11222         setcontext from a signal handler is possible but not
11223         recommended.
11224
11225         [BZ #16629]
11226         * stdlib/tst-setcontext.c: Include signal.h.
11227         (main): Check that the signal stack before and
11228         after swapcontext is the same.
11229
11230         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
11231         Re-implement to restore registers in user code and avoid
11232         rt_sigreturn system call.
11233
11234 2014-04-17  Wilco  <wdijkstr@arm.com>
11235
11236         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
11237         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
11238         * math/test-fenv.c: Skip exception trap tests on targets which only
11239         support non-stop mode.
11240
11241 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
11242             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11243
11244         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
11245         (libc_feholdsetround_aarch64_ctx)
11246         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
11247         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
11248         (libc_feresetround_ctx, libc_feresetroundf_ctx)
11249         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
11250         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
11251         (libc_feresetround_noexl_ctx): Define.
11252
11253 2014-04-16  Richard Henderson  <rth@redhat.com>
11254
11255         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
11256
11257         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
11258         unwind tables.
11259
11260         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
11261         const from the non-libc, non-ldso copy.
11262
11263         * sysdeps/alpha/libm-test-ulps: Regenerate.
11264
11265 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
11266             Wilco Dijkstra  <wilco.dijkstra@arm.com>
11267
11268         * sysdeps/aarch64/fpu/math_private.h: New file.
11269
11270 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
11271
11272         * sysdeps/aarch64/libm-test-ulps: Regenerate.
11273
11274 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
11275
11276         [BZ #16275]
11277         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
11278         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
11279         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
11280         Intel MPX bound registers before _dl_profile_fixup.
11281         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
11282         registers after _dl_profile_fixup.  Save and restore bound
11283         registers bnd0/bnd1 when calling _dl_call_pltexit.
11284         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
11285         (LR_BND_OFFSET): Likewise.
11286         (LRV_BND0_OFFSET): Likewise.
11287         (LRV_BND1_OFFSET): Likewise.
11288
11289 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11290
11291         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
11292         to...
11293         * sysdeps/mach/hurd/i386/tls.h: ... here.
11294         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
11295         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
11296         fields.
11297
11298 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
11299
11300         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
11301
11302 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11303
11304         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11305
11306 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
11307
11308         [BZ #14770]
11309         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
11310         * sysdeps/s390/configure: Regenerate.
11311
11312         [BZ #16824]
11313         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
11314         Set round-to-nearest internally to reduce error accumulation.
11315
11316 2014-04-16  Alan Modra  <amodra@gmail.com>
11317
11318         [BZ #16740]
11319         [BZ #16619]
11320         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
11321         * math/libm-test.inc (frexp_test_data): Add tests.
11322         * NEWS: Update fixed bug list.
11323
11324 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
11325
11326         * benchtests/Makefile: Depend on libraries in build directory.
11327         (bench-math): Separate out math tests.
11328         (bench-pthread): Separate out pthread tests.
11329         (bench): Include math and pthread tests.
11330
11331 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
11332
11333         [BZ #16831]
11334         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
11335         _dl_debug_initialize.
11336
11337         * configure.ac: Remove SELinux header check.
11338         * configure: Regenerate.
11339         * nscd/selinux.c (perms): Array of const char* to permission names.
11340         (nscd_request_avc_has_perm): Call security_deny_unknown to find
11341         default policy. Call string_to_security_class and string_to_av_perm to
11342         translate strings. Enforce default policy and call avs_has_perm with
11343         results of translated strings.
11344
11345 2014-04-13  David S. Miller  <davem@davemloft.net>
11346
11347         * sysdeps/sparc/fpu/libm-test-ulps: Update.
11348
11349 2014-04-12  Allan McRae  <allan@archlinux.org>
11350
11351         [BZ #16838]
11352         * manual/string.texi (Collation Functions): Fix qsort argument
11353         order in example.
11354         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
11355
11356 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
11357
11358         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
11359         Make the test a no-op if there are no exceptions defined.
11360
11361 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
11362
11363         * elf/Makefile (tests): make tst-dlopen-aout conditional on
11364         enable-hardcoded-path-in-tests
11365
11366 2014-04-11  Will Newton  <will.newton@linaro.org>
11367
11368         * benchtests/Makefile (extra-objs): Add json-lib.o.
11369         (bench-func): Tidy up JSON output.
11370         * benchtests/bench-skeleton.c: Include json-lib.h.
11371         (main): Use JSON library functions to do output of
11372         benchmark results.
11373         * benchtests/bench-timing-type.c (main): Output the
11374         timing type simply, leaving formatting to the user.
11375         * benchtests/json-lib.c: New file.
11376         * benchtests/json-lib.h: Likewise.
11377
11378 2014-04-11  Torvald Riegel  <triegel@redhat.com>
11379
11380         [BZ #15215]
11381         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
11382         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
11383         memory barriers.  Add comments.
11384         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
11385         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
11386         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
11387         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
11388         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
11389         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
11390
11391 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
11392
11393         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
11394         * sysdeps/s390/s390-64/configure.ac: ... this ...
11395         * sysdeps/s390/configure.ac: ... to here.
11396         * sysdeps/s390/s390-32/configure: Delete file.
11397         * sysdeps/s390/s390-64/configure: Delete file.
11398         * sysdeps/s390/configure: Regenerate.
11399
11400 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
11401
11402         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
11403
11404 2014-04-11  Will Newton  <will.newton@linaro.org>
11405
11406         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
11407         to zero if it is not defined elsewhere.  (mtrim): Test
11408         the value of MALLOC_DEBUG with #if rather than #ifdef.
11409
11410 2014-04-10 Torvald Riegel  <triegel@redhat.com>
11411
11412         * benchtests/pthread_once-inputs: New file.
11413         * benchtests/pthread_once-source.c: New file.
11414         * benchtests/README: Update documentation.
11415
11416 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
11417             H.J. Lu  <hongjiu.lu@intel.com>
11418
11419         [BZ #16275]
11420         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
11421         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
11422         * sysdeps/x86_64/configure: Regenerated.
11423         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
11424         macro.
11425         (REGISTER_SAVE_RAX): Likewise.
11426         (REGISTER_SAVE_RCX): Likewise.
11427         (REGISTER_SAVE_RDX): Likewise.
11428         (REGISTER_SAVE_RSI): Likewise.
11429         (REGISTER_SAVE_RDI): Likewise.
11430         (REGISTER_SAVE_R8): Likewise.
11431         (REGISTER_SAVE_R9): Likewise.
11432         (REGISTER_SAVE_BND0): Likewise.
11433         (REGISTER_SAVE_BND1): Likewise.
11434         (REGISTER_SAVE_BND2): Likewise.
11435         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
11436         bound registers when calling _dl_fixup.
11437
11438 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11439
11440         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
11441         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
11442         of its definition.
11443         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
11444         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
11445         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
11446         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
11447         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
11448         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
11449         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
11450
11451 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
11452
11453         [BZ #15514]
11454         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
11455         pathconf(_PC_NAME_MAX).
11456
11457 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11458
11459         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
11460         Remove macro usage.
11461         (__PTHREAD_SPINS): Move definition to ...
11462         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11463         (__PTHREAD_SPINS): ... here.
11464         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11465         (__PTHREAD_SPIN): Likewise.
11466         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
11467         (__PTHREAD_SPIN): Likewise.
11468         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
11469         (__PTHREAD_SPIN): Likewise.
11470         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
11471         (__PTHREAD_SPIN): Likewise.
11472         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
11473         (__PTHREAD_SPIN): Likewise.
11474         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
11475         (__PTHREAD_SPIN): Likewise.
11476         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
11477         (__PTHREAD_SPIN): Likewise.
11478         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
11479         (__PTHREAD_SPIN): Likewise.
11480         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
11481         (__PTHREAD_SPIN): Likewise.
11482         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
11483         (__PTHREAD_SPIN): Likewise.
11484         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
11485         (__PTHREAD_SPIN): Likewise.
11486         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
11487         (__PTHREAD_SPIN): Likewise.
11488
11489         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
11490         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
11491         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
11492         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
11493         imply folder.
11494         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
11495         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
11496         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
11497         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
11498         correct imply path.
11499         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
11500         strlen symbol for non multi-arch builds.
11501         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
11502         missing hidden_def and weak_alias.
11503
11504 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
11505
11506         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
11507
11508 2014-04-07  Will Newton  <will.newton@linaro.org>
11509
11510         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
11511         and contents.  [!_LIBC] Remove #ifndef and contents.
11512         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
11513         * string/memccpy.c (__memccpy): Use ANSI prototype.
11514         * string/memfrob.c (memfrob): Likewise.
11515         * string/strcoll.c (STRCOLL): Likewise.
11516         * string/strlen.c (strlen): Likewise.
11517         * string/strtok.c (STRTOK): Likewise.
11518         * string/strcat.c: Remove unused #include of memcopy.h.
11519         (strcat): Use ANSI prototype.
11520         * string/strchr.c: Remove unused #include of memcopy.h.
11521         (strchr): Use ANSI prototype.
11522         * string/strcmp.c: Remove unused #include of memcopy.h.
11523         (strcmp): Use ANSI prototype.
11524         * string/strcpy.c: Remove unused #include of memcopy.h.
11525         (strcpy): Use ANSI prototype.
11526
11527 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11528
11529         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
11530         * config.make.in (config-extra-cppflags): Set it from
11531         libc_extra_cppflags.
11532         * configure.ac (libc_extra_cflags): Make it accumulate over
11533         configure fragments.
11534         (libc_extra_cppflags): New flag.
11535         * configure. Regenerate.
11536         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
11537         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
11538         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
11539         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
11540
11541         [BZ #16815]
11542         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
11543         result for FE_DOWNWARD rounding mode.
11544         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
11545         Likewise.
11546         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11547
11548 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
11549
11550         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
11551         in function argument name.
11552
11553 2014-04-03  David Svoboda  <svoboda@cert.org>
11554
11555         [BZ #5666]
11556         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
11557         explicitly.
11558
11559 2014-04-03  Roland McGrath  <roland@hack.frob.com>
11560
11561         * elf/dl-unmap-segments.h: New file.
11562         * sysdeps/generic/ldsodefs.h
11563         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
11564         * elf/dl-close.c: Include <dl-unmap-segments.h>.
11565         * elf/dl-fptr.c: Likewise.
11566         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
11567         * sysdeps/aarch64/tlsdesc.c: Likewise.
11568         * sysdeps/arm/tlsdesc.c: Likewise.
11569         * sysdeps/i386/tlsdesc.c: Likewise.
11570         * sysdeps/tile/dl-runtime.c: Likewise.
11571         * sysdeps/x86_64/tlsdesc.c: Likewise.
11572         * elf/dl-load.h: New file.
11573         * elf/dl-load.c: Include it.
11574         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
11575         Macros moved to dl-load.h.
11576         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
11577         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
11578         Use _dl_unmap_segments in place of __munmap.
11579         Break out segment-mapping loop into ...
11580         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
11581
11582 2014-04-03  Will Newton  <will.newton@linaro.org>
11583
11584         * elf/dl-lookup.c (do_lookup_x): Remove comment
11585         referring to nested function and move variable
11586         declarations down to before first use.
11587
11588 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
11589
11590         [BZ #16799]
11591         [BZ #16800]
11592         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11593         with 0 numerator.
11594         * math/s_catanf.c (__catanf): Likewise.
11595         * math/s_catanh.c (__catanh): Likewise.
11596         * math/s_catanhf.c (__catanhf): Likewise.
11597         * math/s_catanhl.c (__catanhl): Likewise.
11598         * math/s_catanl.c (__catanl): Likewise.
11599         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11600         by positive zero when computing -Inf result.
11601         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11602         (catanh_test): Likewise.
11603         * sysdeps/i386/fpu/libm-test-ulps: Update.
11604         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11605
11606         [BZ #16789]
11607         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11608         instead of using underflowing value in computing result.
11609         * math/s_clog10.c (__clog10): Likewise.
11610         * math/s_clog10f.c (__clog10f): Likewise.
11611         * math/s_clog10l.c (__clog10l): Likewise.
11612         * math/s_clogf.c (__clogf): Likewise.
11613         * math/s_clogl.c (__clogl): Likewise.
11614         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11615         (clog10_test): Likewise.
11616         * sysdeps/i386/fpu/libm-test-ulps: Update.
11617         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11618
11619 2014-04-02  Alan Modra  <amodra@gmail.com>
11620
11621         [BZ #16739]
11622         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11623         output when value is near a power of two.  Use int64_t for lx and
11624         remove casts.  Use decimal rather than hex exponent constants.
11625         Don't use long double multiplication when double will suffice.
11626         * math/libm-test.inc (nextafter_test_data): Add tests.
11627         * NEWS: Add 16739 and 16786 to bug list.
11628
11629         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11630
11631         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11632
11633 2014-04-01  Will Newton  <will.newton@linaro.org>
11634
11635         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11636         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
11637
11638 2014-04-01  Florian Weimer  <fweimer@redhat.com>
11639
11640         [BZ #13347]
11641         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11642         * nptl/tst-setuid2.c: New file.
11643         * nptl/Makefile (xtests): Add tst-setuid2.
11644
11645 2014-04-01  Alan Modra  <amodra@gmail.com>
11646
11647         [BZ #16786]
11648         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11649
11650 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11651
11652         [BZ #6803]
11653         [BZ #6804]
11654         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11655         set errno as appropriate.
11656         * math/w_scalbf.c (__scalbf): Likewise.
11657         * math/w_scalbl.c (__scalbl): Likewise.
11658         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11659         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11660         * math/libm-test.inc (scalb_test_data): Add errno expectations.
11661         Add more NaN tests.
11662
11663         [BZ #16349]
11664         * math/w_atan2.c: Include <errno.h>.
11665         (__atan2): Set errno for result underflowing to zero.
11666         * math/w_atan2f.c: Include <errno.h>.
11667         (__atan2f): Set errno for result underflowing to zero.
11668         * math/w_atan2l.c: Include <errno.h>.
11669         (__atan2l): Set errno for result underflowing to zero.
11670         * math/auto-libm-test-in: Don't allow missing errno for some atan2
11671         tests.
11672         * math/auto-libm-test-out: Regenerated.
11673
11674 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11675
11676         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11677         Encode instruction correctly in little endian.
11678         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11679         Likewise.
11680         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11681         Likewise.
11682         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11683         Likewise.
11684         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11685         Likewise.
11686
11687 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11688
11689         [BZ #9894]
11690         * sysdeps/unix/sysv/linux/kernel-features.h
11691         [__sparc__ && !__arch64__ && !__sparc_v9__]
11692         (__ASSUME_SET_ROBUST_LIST): Do not define.
11693         [__sparc__ && !__arch64__ && !__sparc_v9__]
11694         (__ASSUME_FUTEX_LOCK_PI): Likewise.
11695         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11696         Likewise.
11697         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11698         (__ASSUME_FUTEX_LOCK_PI): Undefine.
11699         (__ASSUME_REQUEUE_PI): Likewise.
11700         (__ASSUME_SET_ROBUST_LIST): Likewise.
11701         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11702         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11703         Undefine.
11704         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11705         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11706         Likewise.
11707         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11708         Likewise.
11709         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11710         Likewise.
11711         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11712         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11713         Undefine.
11714         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11715         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11716         Likewise.
11717
11718         [BZ #16648]
11719         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11720         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11721         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11722
11723 2014-03-31  Will Newton  <will.newton@linaro.org>
11724
11725         * benchtests/Makefile (bench): Add ffs and ffsll to list
11726         of tests.
11727         * benchtests/ffs-inputs: New file.
11728         * benchtests/ffsll-inputs: Likewise.
11729
11730 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
11731
11732         [BZ #16770]
11733         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11734         too large before casting to int.
11735         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11736         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11737         * math/libm-test.inc (scalb_test_data): Add more tests.
11738
11739 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11740
11741         * benchtests/Makefile (DETAILED_OPT): New make option.
11742         (bench-func): Run benchmark program with -d if DETAILED_OPT is
11743         set.
11744         * benchtests/bench-skeleton.c: Include stdbool.h.
11745         (main): Store and print timings per input.
11746         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
11747         member to each argument value.
11748         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
11749         (_print_arg_data): Initialize per-input timing to 0.
11750
11751         * benchtests/Makefile (timing-type): New binary.
11752         (bench-clean): Also remove bench-timing-type.
11753         (bench): New target for timing-type.
11754         (bench-func): Print output in JSON format.
11755         * benchtests/bench-skeleton.c (main): Print output in JSON
11756         format.
11757         * benchtests/bench-timing-type.c: New file.
11758         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
11759         (TIMING_PRINT_STATS): Remove.
11760         * benchtests/scripts/bench.py (_print_arg_data): Store variant
11761         name separately.
11762
11763         * benchtests/bench-modf.c: Remove.
11764         * benchtests/modf-inputs: New inputs file.
11765
11766 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
11767
11768         [BZ #16362]
11769         * math/s_clog10.c (M_PI_LOG10E): New macro.
11770         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
11771         imaginary parts are 0.
11772         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
11773         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
11774         imaginary parts are 0.
11775         * math/s_clog10l.c (M_PI_LOG10El): New macro.
11776         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
11777         imaginary parts are 0.
11778         * math/libm-test.inc (clog10_test_data): Update expected results
11779         for when real and imaginary parts are 0.
11780
11781 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
11782
11783         * elf/dl-load.c: Finish conversion of __builtin_expect into
11784         __glibc_{un}likely.
11785
11786 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
11787
11788         [BZ #16348]
11789         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
11790         1+x for argument with exponent below -67.
11791         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
11792         Likewise.
11793         * math/auto-libm-test-in: Add more tests of exp.
11794         * math/auto-libm-test-out: Regenerated.
11795
11796 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11797
11798         [BZ #16759]
11799         * inet/getnetgrent_r.c (get_nonempty_val): New function.
11800         (nscd_getnetgrent): Use it.
11801
11802         [BZ #16760]
11803         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
11804         of stpcpy.
11805
11806 2014-03-27  Andi Kleen  <ak@linux.intel.com>
11807
11808         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
11809         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11810         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11811         (lll_robust_unlock): Remove out of line section. Use cfi
11812         intrinsics.
11813         (LLL_STUB_UNWIND_INFO*): Remove.
11814         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
11815         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11816         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11817         (lll_robust_unlock): Remove out of line section. Use cfi
11818         intrinsics.
11819         (LLL_STUB_UNWIND_INFO*): Remove.
11820
11821 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11822
11823         [BZ #16758]
11824         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
11825         blank values.
11826
11827 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
11828
11829         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
11830
11831 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
11832
11833         [BZ #16198]
11834         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
11835         fnstenv.
11836         * math/test-fenv-preserve.c: New file.
11837         * math/Makefile (tests): Add test-fenv-preserve.
11838
11839 2014-03-26  Will Newton <will.newton@linaro.org>
11840
11841         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
11842
11843 2014-03-25  Roland McGrath  <roland@hack.frob.com>
11844
11845         * scripts/versionlist.awk: Partition the version sets and emit all
11846         GLIBC_* (sorted) before all others (sorted).
11847
11848 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11849
11850         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
11851         GLIBC_2.2.5 version.
11852
11853 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11854
11855         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
11856         calls.
11857
11858         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
11859         previous change.
11860
11861         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11862
11863 2014-03-25  Andreas Schwab  <schwab@suse.de>
11864
11865         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
11866         label to be used after in6ailist is initialized.
11867
11868 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11869
11870         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11871         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11872
11873 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11874
11875         [BZ #16357]
11876         [BZ #16599]
11877         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
11878         min_plus_half.
11879         (fp_formats): Update initializers.
11880         (init_fp_formats): Initialize new field.
11881         (output_for_one_input_case): Allow underflow for results up to
11882         min_plus_half.
11883         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
11884         * math/auto-libm-test-in: Don't mark some underflows from asin and
11885         atanh as spurious.
11886         * math/auto-libm-test-out: Regenerated.
11887         * sysdeps/i386/fpu/libm-test-ulps: Update.
11888         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11889
11890 2014-03-25  Andreas Schwab  <schwab@suse.de>
11891
11892         * libio/Makefile (tst-ftell-partial-wide-ENV)
11893         (tst-ftell-active-handler-ENV): Define.
11894
11895 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
11896
11897         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
11898
11899 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11900
11901         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
11902
11903 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11904
11905         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
11906         * sysdeps/x86_64/fpu/multiarch/e_exp.c
11907         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
11908
11909 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11910
11911         [BZ #16634]
11912         * elf/dl-load.c (open_verify): Add mode parameter.
11913         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
11914         (open_path): Change from boolean 'secure' to complete flag 'mode'
11915         (_dl_map_object): Adjust.
11916         * elf/Makefile (tests): Add tst-dlopen-aout.
11917         * elf/tst-dlopen-aout.c: New test.
11918
11919 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
11920
11921         [BZ #16714]
11922         * sysdeps/unix/sysv/linux/s390/bits/stat.h
11923         (struct stat): Rename member pad0 to __glibc_reserved0.
11924
11925         [BZ #16712]
11926         * sysdeps/s390/s390-32/bits/wordsize.h
11927         (__WORDSIZE32_SIZE_ULONG): New define.
11928         * sysdeps/s390/s390-64/bits/wordsize.h
11929         (__WORDSIZE32_SIZE_ULONG): Likewise.
11930         * sysdeps/generic/stdint.h (SIZE_MAX):
11931         Define as UL if __WORDSIZE32_SIZE_ULONG.
11932
11933         [BZ #16713]
11934         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
11935         (__glibc_reserved0): New variable.
11936         (sa_flags): Change type to int.
11937
11938         * posix/Makefile (before-compile): Use += before-compile instead
11939         of a :=.
11940
11941         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11942         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11943
11944 2014-03-20  Andreas Schwab  <schwab@suse.de>
11945
11946         [BZ #16743]
11947         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
11948         non-matching result from nscd.
11949
11950 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11951
11952         * scripts/bench.py: Moved to ...
11953         * benchtests/scripts/bench.py: ... here.
11954         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
11955
11956 2014-03-24  Andreas Schwab  <schwab@suse.de>
11957
11958         [BZ #16002]
11959         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
11960         alloca_account and account alloca use for struct in6ailist.
11961
11962 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11963
11964         [BZ #16284]
11965         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
11966         rounding mode to recompute results that overflow to infinity or
11967         underflow to zero.
11968         * math/auto-libm-test-in: Don't mark tests as expected to fail for
11969         bug 16284.
11970         * math/auto-libm-test-out: Regenerated.
11971         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
11972         (ccosh_test): Likewise.
11973         (csin_test_data): Use plus_oflow.
11974         (csin_test): Use ALL_RM_TEST.
11975         (csinh_test_data): Use plus_oflow.
11976         (csinh_test): Use ALL_RM_TEST.
11977         * sysdeps/i386/fpu/libm-test-ulps: Update.
11978         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11979
11980 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
11981
11982         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
11983         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
11984         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
11985
11986         [BZ #16731]
11987         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
11988         when x - 1 is zero.
11989         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
11990         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
11991         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11992         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
11993         argument is 1.
11994         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
11995         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
11996         zero.
11997         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
11998         * sysdeps/i386/fpu/libm-test-ulps: Update.
11999         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12000
12001 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
12002
12003         * scripts/bench.pl: Remove file.
12004         * scripts/bench.py: New benchmark script.
12005         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
12006         * benchtests/README: Mention python dependency.
12007         * scripts/pylintrc: New file.
12008         * scripts/pylint: New file.
12009
12010         * bits/mathdef.h: Use #ifdef instead of #if.
12011         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
12012         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12013         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
12014         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12015         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
12016         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
12017
12018 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12019             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12020
12021         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
12022         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
12023         and strpbrk-ppc64 objects.
12024         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12025         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
12026         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
12027         multiarch strpbrk for POWER7.
12028         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
12029         multiarch strpbrk for PPC64.
12030         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
12031         ifunc selector.
12032         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
12033         strpbrk for POWER7.
12034
12035 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12036
12037         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
12038         (atan_test): Likewise.
12039         (atanh_test_data): Use NO_TEST_INLINE for two tests.
12040         (atanh_test): Use ALL_RM_TEST.
12041         (atan2_test_data): Likewise.
12042         (cabs_test): Likewise.
12043         (cacosh_test): Likewise.
12044         (carg_test): Likewise.
12045         (casin_test): Likewise.
12046         (casinh_test): Likewise.
12047         (cbrt_test): Likewise.
12048         (csqrt_test): Likewise.
12049         (erf_test): Likewise.
12050         (erfc_test): Likewise.
12051         (pow10_test): Likewise.
12052         (exp2_test): Likewise.
12053         (hypot_test): Likewise.
12054         (j0_test): Likewise.
12055         (j1_test): Likewise.
12056         (lgamma_test): Likewise.
12057         (gamma_test): Likewise.
12058         (sincos_test): Likewise.
12059         (tanh_test): Likewise.
12060         (y0_test): Likewise.
12061         (y1_test): Likewise.
12062         * sysdeps/i386/fpu/libm-test-ulps: Update.
12063         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12064
12065 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12066
12067         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
12068         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
12069         and strcspn-ppc64 objects.
12070         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12071         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
12072         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
12073         multiarch strcspn for POWER7.
12074         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
12075         multiarch strcspn for PPC64.
12076         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
12077         ifunc selector.
12078         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
12079         strcspn for POWER7.
12080
12081 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
12082
12083         * math/gen-libm-test.pl (generate_testfile): Expect only function
12084         name as argument to AUTO_TESTS_* and pass results for all rounding
12085         modes to parse_args.
12086         (parse_auto_input): Separate inputs of automatic tests from
12087         outputs before storing in %auto_tests.
12088         * math/libm-test.inc (acos_test_data): Update call to
12089         AUTO_TESTS_f_f.
12090         (acos_test): Use ALL_RM_TEST.
12091         (acos_tonearest_test_data): Remove.
12092         (acos_test_tonearest): Likewise.
12093         (acos_towardzero_test_data): Likewise.
12094         (acos_test_towardzero): Likewise.
12095         (acos_downward_test_data): Likewise.
12096         (acos_test_downward): Likewise.
12097         (acos_upward_test_data): Likewise.
12098         (acos_test_upward): Likewise.
12099         (acosh_test_data): Update call to AUTO_TESTS_f_f.
12100         (asin_test_data): Likewise.
12101         (asin_test): Use ALL_RM_TEST.
12102         (asin_tonearest_test_data): Remove.
12103         (asin_test_tonearest): Likewise.
12104         (asin_towardzero_test_data): Likewise.
12105         (asin_test_towardzero): Likewise.
12106         (asin_downward_test_data): Likewise.
12107         (asin_test_downward): Likewise.
12108         (asin_upward_test_data): Likewise.
12109         (asin_test_upward): Likewise.
12110         (asinh_test_data): Update call to AUTO_TESTS_f_f.
12111         (atan_test_data): Likewise.
12112         (atanh_test_data): Likewise.
12113         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
12114         (cabs_test_data): Update call to AUTO_TESTS_c_f.
12115         (carg_test_data): Likewise.
12116         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
12117         (ccos_test_data): Update call to AUTO_TESTS_c_c.
12118         (ccosh_test_data): Likewise.
12119         (cexp_test_data): Likewise.
12120         (clog_test_data): Likewise.
12121         (clog10_test_data): Likewise.
12122         (cos_test_data): Update call to AUTO_TESTS_f_f.
12123         (cos_test): Use ALL_RM_TEST.
12124         (cos_tonearest_test_data): Remove.
12125         (cos_test_tonearest): Likewise.
12126         (cos_towardzero_test_data): Likewise.
12127         (cos_test_towardzero): Likewise.
12128         (cos_downward_test_data): Likewise.
12129         (cos_test_downward): Likewise.
12130         (cos_upward_test_data): Likewise.
12131         (cos_test_upward): Likewise.
12132         (cosh_test_data): Update call to AUTO_TESTS_f_f.
12133         (cosh_test): Use ALL_RM_TEST.
12134         (cosh_tonearest_test_data): Remove.
12135         (cosh_test_tonearest): Likewise.
12136         (cosh_towardzero_test_data): Likewise.
12137         (cosh_test_towardzero): Likewise.
12138         (cosh_downward_test_data): Likewise.
12139         (cosh_test_downward): Likewise.
12140         (cosh_upward_test_data): Likewise.
12141         (cosh_test_upward): Likewise.
12142         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
12143         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
12144         (ctan_test_data): Likewise.
12145         (ctan_test): Use ALL_RM_TEST.
12146         (ctan_tonearest_test_data): Remove.
12147         (ctan_test_tonearest): Likewise.
12148         (ctan_towardzero_test_data): Likewise.
12149         (ctan_test_towardzero): Likewise.
12150         (ctan_downward_test_data): Likewise.
12151         (ctan_test_downward): Likewise.
12152         (ctan_upward_test_data): Likewise.
12153         (ctan_test_upward): Likewise.
12154         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
12155         (ctanh_test): Use ALL_RM_TEST.
12156         (ctanh_tonearest_test_data): Remove.
12157         (ctanh_test_tonearest): Likewise.
12158         (ctanh_towardzero_test_data): Likewise.
12159         (ctanh_test_towardzero): Likewise.
12160         (ctanh_downward_test_data): Likewise.
12161         (ctanh_test_downward): Likewise.
12162         (ctanh_upward_test_data): Likewise.
12163         (ctanh_test_upward): Likewise.
12164         (erf_test_data): Update call to AUTO_TESTS_f_f.
12165         (erfc_test_data): Likewise.
12166         (exp_test_data): Likewise.
12167         (exp_test): Use ALL_RM_TEST.
12168         (exp_tonearest_test_data): Remove.
12169         (exp_test_tonearest): Likewise.
12170         (exp_towardzero_test_data): Likewise.
12171         (exp_test_towardzero): Likewise.
12172         (exp_downward_test_data): Likewise.
12173         (exp_test_downward): Likewise.
12174         (exp_upward_test_data): Likewise.
12175         (exp_test_upward): Likewise.
12176         (exp10_test_data): Update call to AUTO_TESTS_f_f.
12177         (exp10_test): Use ALL_RM_TEST.
12178         (exp10_tonearest_test_data): Remove.
12179         (exp10_test_tonearest): Likewise.
12180         (exp10_towardzero_test_data): Likewise.
12181         (exp10_test_towardzero): Likewise.
12182         (exp10_downward_test_data): Likewise.
12183         (exp10_test_downward): Likewise.
12184         (exp10_upward_test_data): Likewise.
12185         (exp10_test_upward): Likewise.
12186         (exp2_test_data): Update call to AUTO_TESTS_f_f.
12187         (expm1_test_data): Likewise.
12188         (expm1_test): Use ALL_RM_TEST.
12189         (expm1_tonearest_test_data): Remove.
12190         (expm1_test_tonearest): Likewise.
12191         (expm1_towardzero_test_data): Likewise.
12192         (expm1_test_towardzero): Likewise.
12193         (expm1_downward_test_data): Likewise.
12194         (expm1_test_downward): Likewise.
12195         (expm1_upward_test_data): Likewise.
12196         (expm1_test_upward): Likewise.
12197         (fma_test_data): Update call to AUTO_TESTS_fff_f.
12198         (fma_test): Use ALL_RM_TEST.
12199         (fma_towardzero_test_data): Remove.
12200         (fma_test_towardzero): Likewise.
12201         (fma_downward_test_data): Likewise.
12202         (fma_test_downward): Likewise.
12203         (fma_upward_test_data): Likewise.
12204         (fma_test_upward): Likewise.
12205         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
12206         (j0_test_data): Update call to AUTO_TESTS_f_f.
12207         (j1_test_data): Likewise.
12208         (jn_test_data): Update call to AUTO_TESTS_if_f.
12209         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
12210         (log_test_data): Update call to AUTO_TESTS_f_f.
12211         (log10_test_data): Likewise.
12212         (log1p_test_data): Likewise.
12213         (log2_test_data): Likewise.
12214         (pow_test_data): Update call to AUTO_TESTS_ff_f.
12215         (pow_tonearest_test_data): Likewise.
12216         (sin_test_data): Update call to AUTO_TESTS_f_f.
12217         (sin_test): Use ALL_RM_TEST.
12218         (sin_tonearest_test_data): Remove.
12219         (sin_test_tonearest): Likewise.
12220         (sin_towardzero_test_data): Likewise.
12221         (sin_test_towardzero): Likewise.
12222         (sin_downward_test_data): Likewise.
12223         (sin_test_downward): Likewise.
12224         (sin_upward_test_data): Likewise.
12225         (sin_test_upward): Likewise.
12226         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
12227         (sinh_test_data): Update call to AUTO_TESTS_f_f.
12228         (sinh_test): Use ALL_RM_TEST.
12229         (sinh_tonearest_test_data): Remove.
12230         (sinh_test_tonearest): Likewise.
12231         (sinh_towardzero_test_data): Likewise.
12232         (sinh_test_towardzero): Likewise.
12233         (sinh_downward_test_data): Likewise.
12234         (sinh_test_downward): Likewise.
12235         (sinh_upward_test_data): Likewise.
12236         (sinh_test_upward): Likewise.
12237         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
12238         (sqrt_test): Use ALL_RM_TEST.
12239         (sqrt_tonearest_test_data): Remove.
12240         (sqrt_test_tonearest): Likewise.
12241         (sqrt_towardzero_test_data): Likewise.
12242         (sqrt_test_towardzero): Likewise.
12243         (sqrt_downward_test_data): Likewise.
12244         (sqrt_test_downward): Likewise.
12245         (sqrt_upward_test_data): Likewise.
12246         (sqrt_test_upward): Likewise.
12247         (tan_test_data): Update call to AUTO_TESTS_f_f.
12248         (tan_test): Use ALL_RM_TEST.
12249         (tan_tonearest_test_data): Remove.
12250         (tan_test_tonearest): Likewise.
12251         (tan_towardzero_test_data): Likewise.
12252         (tan_test_towardzero): Likewise.
12253         (tan_downward_test_data): Likewise.
12254         (tan_test_downward): Likewise.
12255         (tan_upward_test_data): Likewise.
12256         (tan_test_upward): Likewise.
12257         (tanh_test_data): Update call to AUTO_TESTS_f_f.
12258         (tgamma_test_data): Likewise.
12259         (y0_test_data): Likewise.
12260         (y1_test_data): Likewise.
12261         (yn_test_data): Update call to AUTO_TESTS_if_f.
12262         (main): Do not call removed functions.
12263
12264 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12265
12266         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
12267         (ldexp_test_data): Remove.
12268         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
12269         scalbn_test_data.
12270         (scalb_test): Use ALL_RM_TEST.
12271
12272 2014-03-19  Andreas Schwab  <schwab@suse.de>
12273
12274         * nscd/nscd.service: Also invalidate netgroup cache on reload.
12275
12276 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
12277
12278         [BZ #16649]
12279         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
12280         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
12281         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
12282         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12283         (__ASSUME_PREADV): Undefine.
12284         (__ASSUME_PWRITEV): Likewise.
12285
12286 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12287
12288         * bits/mman-linux.h: Add comment about non-Linux use.
12289         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
12290         bits/mman-linux.h resting place.
12291
12292         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
12293         * bits/mman-linux.h: ... here.
12294
12295 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12296
12297         * conform/conformtest.pl: Add standard definition when calling C
12298         preprocessor on data files.
12299         (checknamespace): Remove unused variable.
12300
12301 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12302
12303         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
12304         minus_oflow, plus_uflow and minus_uflow in expected results.
12305         * math/libm-test.inc (scalbn_test_data): Add more tests of
12306         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
12307         minus_uflow.
12308         (scalbn_test): Use ALL_RM_TEST.
12309         (scalbln_test_data): Add more tests of negative arguments.  Use
12310         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
12311         (scalbln_test): Use ALL_RM_TEST.
12312
12313 2014-03-18  Roland McGrath  <roland@hack.frob.com>
12314
12315         * scripts/abilist.awk: Ignore symbols marked with .hidden.
12316
12317 2014-03-18  Will Newton  <will.newton@linaro.org>
12318
12319         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
12320         inaccurate comment.
12321
12322 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
12323
12324         * Makerules [!subdir] (check-abi): Exit with error status if a
12325         test failed.
12326
12327 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12328
12329         * math/libm-test.inc (nearbyint_test_data): Include all tests used
12330         for rint.  Include results for all rounding modes.
12331         (nearbyint_test): Use ALL_RM_TEST.
12332         (rint_test_data): Include all tests used for nearbyint.
12333
12334 2014-03-17  Will Newton  <will.newton@linaro.org>
12335
12336         * nptl/sysdeps/pthread/pthread.h: Revert previous
12337         change.
12338
12339         * sysdeps/generic/ldsodefs.h: Revert previous
12340         change.
12341
12342         * libio/genops.c: Revert previous change.
12343         * libio/libioP.h: Likewise.
12344         * stdio-common/vfprintf.c: Likewise.
12345
12346         * sysdeps/generic/math_private.h: Revert previous
12347         change.
12348
12349         * sysdeps/generic/math_private.h: Check whether
12350         HAVE_RM_CTX is defined with #ifdef rather
12351         than #if.
12352
12353         * argp/argp-fmtstream.h: Check whether
12354         __STRICT_ANSI__ is defined with #ifdef rather
12355         than #if.
12356         * argp/argp.h: Likewise.
12357
12358         * libio/genops.c: Check whether
12359         _IO_JUMPS_OFFSET is defined with #ifdef rather
12360         than #if.
12361         * libio/libioP.h: Likewise.
12362         * stdio-common/vfprintf.c: Likewise.
12363
12364         * sysdeps/generic/ldsodefs.h: Check whether
12365         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
12366         than #if.
12367
12368         * nptl/sysdeps/pthread/pthread.h: Check
12369         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
12370         its value.
12371
12372 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
12373
12374         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
12375         setting O_APPEND.
12376         * libio/tst-ftell-active-handler.c (do_append_test): Add a
12377         test case.
12378
12379         [BZ #16680]
12380         * libio/fileops.c (_IO_file_open): Seek to end of file but
12381         don't cache the offset.
12382         (get_file_offset): Remove function.
12383         (do_ftell): Use cached offset when available.
12384         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
12385         don't cache the offset.
12386         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
12387         case.
12388         (do_one_test): Call it.
12389         (do_ftell_test): Fix up expected old offset for a+ mode.
12390         * libio/wfileops.c (do_ftell_wide): Used cached offset when
12391         available.
12392
12393         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
12394         up test status with function return status.
12395         (do_write_test): Likewise.
12396         (do_append_test): Likewise.
12397
12398         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
12399         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
12400         Remove.
12401
12402 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
12403
12404         * math/gen-libm-test.pl (parse_args): Handle results specified for
12405         each rounding mode separately.
12406         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
12407         tests and results from lrint_tonearest_test_data,
12408         lrint_towardzero_test_data, lrint_downward_test_data and
12409         lrint_upward_test_data.
12410         (lrint_test): Use ALL_RM_TEST.
12411         (lrint_tonearest_test_data): Remove.
12412         (lrint_test_tonearest): Likewise.
12413         (lrint_towardzero_test_data): Likewise.
12414         (lrint_test_towardzero): Likewise.
12415         (lrint_downward_test_data): Likewise.
12416         (lrint_test_downward): Likewise.
12417         (lrint_upward_test_data): Likewise.
12418         (lrint_test_upward): Likewise.
12419         (llrint_test_data): Merge in per-rounding-mode tests and results
12420         from llrint_tonearest_test_data, llrint_towardzero_test_data,
12421         llrint_downward_test_data and llrint_upward_test_data.
12422         (llrint_test): Use ALL_RM_TEST.
12423         (llrint_tonearest_test_data): Remove.
12424         (llrint_test_tonearest): Likewise.
12425         (llrint_towardzero_test_data): Likewise.
12426         (llrint_test_towardzero): Likewise.
12427         (llrint_downward_test_data): Likewise.
12428         (llrint_test_downward): Likewise.
12429         (llrint_upward_test_data): Likewise.
12430         (llrint_test_upward): Likewise.
12431         (rint_test_data): Merge in per-rounding-mode tests and results
12432         from rint_tonearest_test_data, rint_towardzero_test_data,
12433         rint_downward_test_data and rint_upward_test_data.  Add
12434         per-rounding-mode results for tests not in those arrays.
12435         (rint_test): Use ALL_RM_TEST.
12436         (rint_tonearest_test_data): Remove.
12437         (rint_test_tonearest): Likewise.
12438         (rint_towardzero_test_data): Likewise.
12439         (rint_test_towardzero): Likewise.
12440         (rint_downward_test_data): Likewise.
12441         (rint_test_downward): Likewise.
12442         (rint_upward_test_data): Likewise.
12443         (rint_test_upward): Likewise.
12444         (main): Don't call removed functions.
12445
12446 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12447
12448         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
12449         "Compiled on ..." crapola.  It is anti-useful.
12450
12451 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
12452
12453         * scripts/evaluate-test.sh: Handle fourth argument to determine
12454         whether test run should stop on failure.
12455         * Makeconfig (stop-on-test-failure): New variable.
12456         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
12457         $(stop-on-test-failure).
12458         * Makefile (tests): Give a summary of results from testing and
12459         exit with failure status if they include an ERROR or FAIL.
12460         (xtests): Likewise.
12461         * manual/install.texi (Configuring and compiling): Mention
12462         stop-on-test-failure=y.
12463         * INSTALL: Regenerated.
12464
12465 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12466
12467         * scripts/versionlist.awk: New file.
12468         * Makerules [$(build-shared) = yes]
12469         (postclean-generated): Add Versions.def, not Versions.def.v and
12470         Versions.def.v.i.
12471         ($(common-objpfx)Versions.def.v.i): Target removed.
12472         ($(common-objpfx)Versions.def): New target.
12473         ($(common-objpfx)Versions.all): Depend on that rather that
12474         $(common-objpfx)Versions.def.v.
12475         * Versions.def: File removed.
12476
12477         * Makeconfig (+gccwarn): Add -Wundef.
12478         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
12479         a dl-sysdep.h breaking its contract.
12480         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
12481         * include/stackinfo.h: New file.
12482         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
12483         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
12484         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
12485         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
12486         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
12487         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
12488         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12489         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12490         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12491         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12492         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12493         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
12494         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12495         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12496         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
12497
12498 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12499
12500         [BZ #16707]
12501         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
12502         implementation.
12503         * math/libm-test.inc (round_test_data): Add more tests.
12504
12505         [BZ #16706]
12506         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
12507         implementation.
12508         * math/libm-test.inc (nearbyint_test_data): Add more tests.
12509
12510         [BZ #16701]
12511         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
12512         implementation.
12513         * math/libm-test.inc (ceil_test_data): Add more tests.
12514
12515         * math/libm-test.inc (trunc_test_data): Add more tests related to
12516         BZ#16414.
12517
12518 2014-03-14  Roland McGrath  <roland@hack.frob.com>
12519
12520         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
12521         with #if rather than #ifdef.
12522         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
12523
12524 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
12525
12526         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
12527         first.  Disable AVX-512 GCC support if assembler doesn't support
12528         it.
12529         * sysdeps/x86_64/configure: Regenerated.
12530
12531 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
12532
12533         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
12534         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
12535         (__old_pthread_attr_setstack): Likewise.
12536         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
12537         [!_STACK_GROWS_DOWN]: Likewise.
12538
12539 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
12540
12541         * config.make.in (have-bash2): Delete.
12542         * configure.ac (libc_cv_have_bash2): Delete.
12543         * configure: Regenerate.
12544         * elf/Makefile (common-ldd-rewrite): Rename to ...
12545         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
12546         (sh-ldd-rewrite): Delete.
12547         (bash-ldd-rewrite): Delete.
12548         (have-bash2): Delete checks.
12549         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
12550         ldd-rewrite.
12551
12552         * config.make.in (have-ksh): Delete.
12553         (KSH): Delete.
12554         * configure.ac (libc_cv_have_ksh): Delete.
12555         * configure: Regenerate.
12556
12557         * elf/Makefile: Delete $(have-ksh) check.
12558         ($(objpfx)sotruss): Change KSH to BASH.
12559         * elf/sotruss.ksh: Rename to ...
12560         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
12561         function style to match POSIX.  Drop ksh vim mode setting.
12562
12563         * manual/time.texi (Specifying the Time Zone with TZ): Change
12564         Tuesday to Thursday.
12565
12566         * debug/tst-longjmp_chk2.c: Update header comment.
12567         (stackoverflow_handler): Add comment.  Call assert on pass value.
12568
12569 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
12570
12571         [BZ #16194]
12572         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
12573         (HAVE_AVX512_ASM_SUPPORT): Likewise.
12574         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
12575         (La_x86_64_vector): Add zmm.
12576         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
12577         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
12578         ($(objpfx)tst-audit10): New target.
12579         ($(objpfx)tst-audit10.out): Likewise.
12580         (tst-audit10-ENV): New.
12581         (AVX512-CFLAGS): Likewise.
12582         (CFLAGS-tst-audit10.c): Likewise.
12583         (CFLAGS-tst-auditmod10a.c): Likewise.
12584         (CFLAGS-tst-auditmod10b.c): Likewise.
12585         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12586         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12587         * sysdeps/x86_64/configure: Regenerated.
12588         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12589         AVX-512 zmm register support.
12590         (_dl_x86_64_save_sse): Likewise.
12591         (_dl_x86_64_restore_sse): Likewise.
12592         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12593         size vector registers.
12594         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12595         (ZMM_SIZE): Likewise.
12596         * sysdeps/x86_64/tst-audit10.c: New file.
12597         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12598         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12599
12600 2014-03-13  Roland McGrath  <roland@hack.frob.com>
12601
12602         * configure.ac (HAVE_EHDR_START): New check.
12603         * configure: Regenerated.
12604         * config.h.in (HAVE_EHDR_START): New #undef.
12605         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12606         assuming the lowest-addressed segment maps the start of the file.
12607
12608 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
12609
12610         * INSTALL: Regenerated.
12611
12612 2014-03-13  Will Newton  <will.newton@linaro.org>
12613
12614         * manual/setjmp.texi (System V contexts): Improve
12615         clarity and grammar of documentation.
12616
12617 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
12618
12619         [BZ #16381]
12620         * elf/Makefile (tests): Add tst-pie2.
12621         (tests-pie): Add tst-pie2.
12622         * elf/tst-pie2.c: New file.
12623         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12624         for ET_EXEC.
12625         * elf/rtld.c (map_doit): Load executable as lt_executable.
12626         (dl_main): Likewise.
12627
12628 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
12629
12630         [BZ #16642]
12631         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12632         (__ASSUME_PSELECT): Undefine.
12633
12634 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12635
12636         [BZ #16689]
12637         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12638         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12639         static build.
12640         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12641         selector for static builds.
12642
12643 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12644
12645         [BZ #16695]
12646         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12647         key in the buffer.
12648
12649 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12650
12651         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12652         IFUNC selector for static builds.
12653
12654 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
12655
12656         * sysdeps/mips/math_private.h [__mips_hard_float]
12657         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12658         libc_feresetround_mips_ctx.
12659         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12660         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12661         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12662
12663         [BZ #16677]
12664         * math/s_nextafter.c (__nextafter): Do not return value from
12665         overflowing computation.
12666         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12667         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12668         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12669         Likewise.
12670         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12671         Likewise.
12672         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12673         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12674
12675 2014-03-11  Roland McGrath  <roland@hack.frob.com>
12676
12677         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12678         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12679         Move sfi_sp use from the load-multiple (that no longer sets sp) to
12680         the new mov targetting sp.
12681
12682 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12683
12684         [BZ #16683]
12685         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12686         Define it for static builds as well.
12687         (NO_BZERO_IMPL): Likewise.
12688
12689 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12690
12691         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12692         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12693         multiarch strspn for PPC64.
12694         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12695         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12696         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12697         (__libc_ifunc_impl_list): Likewise.
12698         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12699         multiarch optimizations
12700         * string/strspn.c (strspn): Using macro to redefine symbol name.
12701
12702 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12703             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12704
12705         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12706         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12707         multiarch strncat for PPC64.
12708         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12709         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12710         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12711         (__libc_ifunc_impl_list): Likewise.
12712         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12713         multiarch optimizations
12714
12715 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12716
12717         [BZ #16639]
12718         * nscd/nscd.service: Make service type forking.
12719
12720 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12721
12722         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12723         sign in non default rounding modes.
12724         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12725
12726 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
12727
12728         * math/libm-test.inc (ALL_RM_TEST): New macro.
12729         (ceil_test): Use ALL_RM_TEST.
12730         (cimag_test): Likewise.
12731         (conj_test): Likewise.
12732         (copysign_test): Likewise.
12733         (cproj_test): Likewise.
12734         (creal_test): Likewise.
12735         (fabs_test): Likewise.
12736         (floor_test): Likewise.
12737         (fmax_test): Likewise.
12738         (fmin_test): Likewise.
12739         (fmod_test): Likewise.
12740         (fpclassify_test): Likewise.
12741         (frexp_test): Likewise.
12742         (ilogb_test): Likewise.
12743         (isfinite_test): Likewise.
12744         (finite_test): Likewise.
12745         (isgreater_test): Likewise.
12746         (isgreaterequal_test): Likewise.
12747         (isinf_test): Likewise.
12748         (isless_test): Likewise.
12749         (islessequal_test): Likewise.
12750         (islessgreater_test): Likewise.
12751         (isnan_test): Likewise.
12752         (isnormal_test): Likewise.
12753         (issignaling_test): Likewise.
12754         (isunordered_test): Likewise.
12755         (logb_test): Likewise.
12756         (logb_downward_test_data): Remove.
12757         (logb_test_downward): Likewise.
12758         (lround_test): Use ALL_RM_TEST.
12759         (llround_test): Likewise.
12760         (modf_test): Likewise.
12761         (nexttoward_test): Likewise.
12762         (remainder_test): Likewise.
12763         (drem_test): Likewise.
12764         (remainder_tonearest_test_data): Likewise.
12765         (remainder_test_tonearest): Likewise.
12766         (drem_test_tonearest): Likewise.
12767         (remainder_towardzero_test_data): Likewise.
12768         (remainder_test_towardzero): Likewise.
12769         (drem_test_towardzero): Likewise.
12770         (remainder_downward_test_data): Likewise.
12771         (remainder_test_downward): Likewise.
12772         (drem_test_downward): Likewise.
12773         (remainder_upward_test_data): Likewise.
12774         (remainder_test_upward): Likewise.
12775         (drem_test_upward): Likewise.
12776         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
12777         (round_test): Use ALL_RM_TEST.
12778         (signbit_test): Likewise.
12779         (trunc_test): Likewise.
12780         (significand_test): Likewise.
12781         (main): Don't call removed functions.
12782
12783 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12784
12785         [BZ #16674]
12786         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
12787         || __USE_XOPEN2K8].
12788         (ILL_ILLOPN): Likewise.
12789         (ILL_ILLADR): Likewise.
12790         (ILL_ILLTRP): Likewise.
12791         (ILL_PRVOPC): Likewise.
12792         (ILL_PRVREG): Likewise.
12793         (ILL_COPROC): Likewise.
12794         (ILL_BADSTK): Likewise.
12795         (FPE_INTDIV): Likewise.
12796         (FPE_INTOVF): Likewise.
12797         (FPE_FLTDIV): Likewise.
12798         (FPE_FLTOVF): Likewise.
12799         (FPE_FLTUND): Likewise.
12800         (FPE_FLTRES): Likewise.
12801         (FPE_FLTINV): Likewise.
12802         (FPE_FLTSUB): Likewise.
12803         (SEGV_MAPERR): Likewise.
12804         (SEGV_ACCERR): Likewise.
12805         (BUS_ADRALN): Likewise.
12806         (BUS_ADRERR): Likewise.
12807         (BUS_OBJERR): Likewise.
12808         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12809         (TRAP_TRACE): Likewise.
12810         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12811         __USE_XOPEN2K8].
12812         (CLD_KILLED): Likewise.
12813         (CLD_DUMPED): Likewise.
12814         (CLD_TRAPPED): Likewise.
12815         (CLD_STOPPED): Likewise.
12816         (CLD_CONTINUED): Likewise.
12817         (POLL_IN): Likewise.
12818         (POLL_OUT): Likewise.
12819         (POLL_MSG): Likewise.
12820         (POLL_ERR): Likewise.
12821         (POLL_PRI): Likewise.
12822         (POLL_HUP): Likewise.
12823         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
12824         Likewise.
12825         (ILL_ILLOPN): Likewise.
12826         (ILL_ILLADR): Likewise.
12827         (ILL_ILLTRP): Likewise.
12828         (ILL_PRVOPC): Likewise.
12829         (ILL_PRVREG): Likewise.
12830         (ILL_COPROC): Likewise.
12831         (ILL_BADSTK): Likewise.
12832         (FPE_INTDIV): Likewise.
12833         (FPE_INTOVF): Likewise.
12834         (FPE_FLTDIV): Likewise.
12835         (FPE_FLTOVF): Likewise.
12836         (FPE_FLTUND): Likewise.
12837         (FPE_FLTRES): Likewise.
12838         (FPE_FLTINV): Likewise.
12839         (FPE_FLTSUB): Likewise.
12840         (SEGV_MAPERR): Likewise.
12841         (SEGV_ACCERR): Likewise.
12842         (BUS_ADRALN): Likewise.
12843         (BUS_ADRERR): Likewise.
12844         (BUS_OBJERR): Likewise.
12845         (BUS_MCEERR_AR): Likewise.
12846         (BUS_MCEERR_AO): Likewise.
12847         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12848         (TRAP_TRACE): Likewise.
12849         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12850         __USE_XOPEN2K8].
12851         (CLD_KILLED): Likewise.
12852         (CLD_DUMPED): Likewise.
12853         (CLD_TRAPPED): Likewise.
12854         (CLD_STOPPED): Likewise.
12855         (CLD_CONTINUED): Likewise.
12856         (POLL_IN): Likewise.
12857         (POLL_OUT): Likewise.
12858         (POLL_MSG): Likewise.
12859         (POLL_ERR): Likewise.
12860         (POLL_PRI): Likewise.
12861         (POLL_HUP): Likewise.
12862         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
12863         (ILL_ILLOPN): Likewise.
12864         (ILL_ILLADR): Likewise.
12865         (ILL_ILLTRP): Likewise.
12866         (ILL_PRVOPC): Likewise.
12867         (ILL_PRVREG): Likewise.
12868         (ILL_COPROC): Likewise.
12869         (ILL_BADSTK): Likewise.
12870         (FPE_INTDIV): Likewise.
12871         (FPE_INTOVF): Likewise.
12872         (FPE_FLTDIV): Likewise.
12873         (FPE_FLTOVF): Likewise.
12874         (FPE_FLTUND): Likewise.
12875         (FPE_FLTRES): Likewise.
12876         (FPE_FLTINV): Likewise.
12877         (FPE_FLTSUB): Likewise.
12878         (SEGV_MAPERR): Likewise.
12879         (SEGV_ACCERR): Likewise.
12880         (BUS_ADRALN): Likewise.
12881         (BUS_ADRERR): Likewise.
12882         (BUS_OBJERR): Likewise.
12883         (BUS_MCEERR_AR): Likewise.
12884         (BUS_MCEERR_AO): Likewise.
12885         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12886         (TRAP_TRACE): Likewise.
12887         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12888         __USE_XOPEN2K8].
12889         (CLD_KILLED): Likewise.
12890         (CLD_DUMPED): Likewise.
12891         (CLD_TRAPPED): Likewise.
12892         (CLD_STOPPED): Likewise.
12893         (CLD_CONTINUED): Likewise.
12894         (POLL_IN): Likewise.
12895         (POLL_OUT): Likewise.
12896         (POLL_MSG): Likewise.
12897         (POLL_ERR): Likewise.
12898         (POLL_PRI): Likewise.
12899         (POLL_HUP): Likewise.
12900         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
12901         Likewise.
12902         (ILL_ILLOPN): Likewise.
12903         (ILL_ILLADR): Likewise.
12904         (ILL_ILLTRP): Likewise.
12905         (ILL_PRVOPC): Likewise.
12906         (ILL_PRVREG): Likewise.
12907         (ILL_COPROC): Likewise.
12908         (ILL_BADSTK): Likewise.
12909         (ILL_BADIADDR): Likewise.
12910         (ILL_BREAK): Likewise.
12911         (FPE_INTDIV): Likewise.
12912         (FPE_INTOVF): Likewise.
12913         (FPE_FLTDIV): Likewise.
12914         (FPE_FLTOVF): Likewise.
12915         (FPE_FLTUND): Likewise.
12916         (FPE_FLTRES): Likewise.
12917         (FPE_FLTINV): Likewise.
12918         (FPE_FLTSUB): Likewise.
12919         (FPE_DECOVF): Likewise.
12920         (FPE_DECDIV): Likewise.
12921         (FPE_DECERR): Likewise.
12922         (FPE_INVASC): Likewise.
12923         (FPE_INVDEC): Likewise.
12924         (SEGV_MAPERR): Likewise.
12925         (SEGV_ACCERR): Likewise.
12926         (SEGV_PSTKOVF): Likewise.
12927         (BUS_ADRALN): Likewise.
12928         (BUS_ADRERR): Likewise.
12929         (BUS_OBJERR): Likewise.
12930         (BUS_MCEERR_AR): Likewise.
12931         (BUS_MCEERR_AO): Likewise.
12932         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12933         (TRAP_TRACE): Likewise.
12934         (TRAP_BRANCH): Likewise.
12935         (TRAP_HWBKPT): Likewise.
12936         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12937         __USE_XOPEN2K8].
12938         (CLD_KILLED): Likewise.
12939         (CLD_DUMPED): Likewise.
12940         (CLD_TRAPPED): Likewise.
12941         (CLD_STOPPED): Likewise.
12942         (CLD_CONTINUED): Likewise.
12943         (POLL_IN): Likewise.
12944         (POLL_OUT): Likewise.
12945         (POLL_MSG): Likewise.
12946         (POLL_ERR): Likewise.
12947         (POLL_PRI): Likewise.
12948         (POLL_HUP): Likewise.
12949         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
12950         (ILL_ILLOPN): Likewise.
12951         (ILL_ILLADR): Likewise.
12952         (ILL_ILLTRP): Likewise.
12953         (ILL_PRVOPC): Likewise.
12954         (ILL_PRVREG): Likewise.
12955         (ILL_COPROC): Likewise.
12956         (ILL_BADSTK): Likewise.
12957         (FPE_INTDIV): Likewise.
12958         (FPE_INTOVF): Likewise.
12959         (FPE_FLTDIV): Likewise.
12960         (FPE_FLTOVF): Likewise.
12961         (FPE_FLTUND): Likewise.
12962         (FPE_FLTRES): Likewise.
12963         (FPE_FLTINV): Likewise.
12964         (FPE_FLTSUB): Likewise.
12965         (SEGV_MAPERR): Likewise.
12966         (SEGV_ACCERR): Likewise.
12967         (BUS_ADRALN): Likewise.
12968         (BUS_ADRERR): Likewise.
12969         (BUS_OBJERR): Likewise.
12970         (BUS_MCEERR_AR): Likewise.
12971         (BUS_MCEERR_AO): Likewise.
12972         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12973         (TRAP_TRACE): Likewise.
12974         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12975         __USE_XOPEN2K8].
12976         (CLD_KILLED): Likewise.
12977         (CLD_DUMPED): Likewise.
12978         (CLD_TRAPPED): Likewise.
12979         (CLD_STOPPED): Likewise.
12980         (CLD_CONTINUED): Likewise.
12981         (POLL_IN): Likewise.
12982         (POLL_OUT): Likewise.
12983         (POLL_MSG): Likewise.
12984         (POLL_ERR): Likewise.
12985         (POLL_PRI): Likewise.
12986         (POLL_HUP): Likewise.
12987         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
12988         (ILL_ILLOPN): Likewise.
12989         (ILL_ILLADR): Likewise.
12990         (ILL_ILLTRP): Likewise.
12991         (ILL_PRVOPC): Likewise.
12992         (ILL_PRVREG): Likewise.
12993         (ILL_COPROC): Likewise.
12994         (ILL_BADSTK): Likewise.
12995         (FPE_INTDIV): Likewise.
12996         (FPE_INTOVF): Likewise.
12997         (FPE_FLTDIV): Likewise.
12998         (FPE_FLTOVF): Likewise.
12999         (FPE_FLTUND): Likewise.
13000         (FPE_FLTRES): Likewise.
13001         (FPE_FLTINV): Likewise.
13002         (FPE_FLTSUB): Likewise.
13003         (SEGV_MAPERR): Likewise.
13004         (SEGV_ACCERR): 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         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13013         __USE_XOPEN2K8].
13014         (CLD_KILLED): Likewise.
13015         (CLD_DUMPED): Likewise.
13016         (CLD_TRAPPED): Likewise.
13017         (CLD_STOPPED): Likewise.
13018         (CLD_CONTINUED): Likewise.
13019         (POLL_IN): Likewise.
13020         (POLL_OUT): Likewise.
13021         (POLL_MSG): Likewise.
13022         (POLL_ERR): Likewise.
13023         (POLL_PRI): Likewise.
13024         (POLL_HUP): Likewise.
13025         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
13026         (ILL_ILLOPN): Likewise.
13027         (ILL_ILLADR): Likewise.
13028         (ILL_ILLTRP): Likewise.
13029         (ILL_PRVOPC): Likewise.
13030         (ILL_PRVREG): Likewise.
13031         (ILL_COPROC): Likewise.
13032         (ILL_BADSTK): Likewise.
13033         (FPE_INTDIV): Likewise.
13034         (FPE_INTOVF): Likewise.
13035         (FPE_FLTDIV): Likewise.
13036         (FPE_FLTOVF): Likewise.
13037         (FPE_FLTUND): Likewise.
13038         (FPE_FLTRES): Likewise.
13039         (FPE_FLTINV): Likewise.
13040         (FPE_FLTSUB): Likewise.
13041         (SEGV_MAPERR): Likewise.
13042         (SEGV_ACCERR): Likewise.
13043         (BUS_ADRALN): Likewise.
13044         (BUS_ADRERR): Likewise.
13045         (BUS_OBJERR): Likewise.
13046         (BUS_MCEERR_AR): Likewise.
13047         (BUS_MCEERR_AO): Likewise.
13048         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
13049         (TRAP_TRACE): Likewise.
13050         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
13051         __USE_XOPEN2K8].
13052         (CLD_KILLED): Likewise.
13053         (CLD_DUMPED): Likewise.
13054         (CLD_TRAPPED): Likewise.
13055         (CLD_STOPPED): Likewise.
13056         (CLD_CONTINUED): Likewise.
13057         (POLL_IN): Likewise.
13058         (POLL_OUT): Likewise.
13059         (POLL_MSG): Likewise.
13060         (POLL_ERR): Likewise.
13061         (POLL_PRI): Likewise.
13062         (POLL_HUP): Likewise.
13063         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
13064         (ILL_ILLOPN): Likewise.
13065         (ILL_ILLADR): Likewise.
13066         (ILL_ILLTRP): Likewise.
13067         (ILL_PRVOPC): Likewise.
13068         (ILL_PRVREG): Likewise.
13069         (ILL_COPROC): Likewise.
13070         (ILL_BADSTK): Likewise.
13071         (ILL_DBLFLT): Likewise.
13072         (ILL_HARDWALL): 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/x86/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         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
13142         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13143
13144         [BZ #16670]
13145         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
13146         before #include of <time.h>.
13147         [!__USE_XOPEN2K] (__need_timespec): Likewise.
13148         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
13149         (test-xfail-UNIX98/sched.h/conform): Likewise.
13150
13151 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13152
13153         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
13154         error absence of trapping exception support.
13155         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
13156
13157 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
13158
13159         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
13160         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
13161         * timezone/Makefile (testdata): Move definition above include of
13162         Rules.
13163         (test-zones): New variable.
13164         (tests-special): Add zone files.
13165         (build-testdata): Use $(evaluate-test).
13166
13167         * elf/Makefile (tests-special): Rename tests to end with .out.
13168         ($(objpfx)noload-mem): Likewise.
13169         ($(objpfx)tst-leaks1-mem): Likewise.
13170         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
13171         * iconv/Makefile (xtests-special): Change test-iconvconfig to
13172         $(objpfx)test-iconvconfig.out.
13173         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
13174         set -e inside subshell and redirect output to file.
13175         * iconvdata/Makefile (generated): Rename tests to end with .out.
13176         Correct type.
13177         (tests-special): Rename tests to end with .out.
13178         ($(objpfx)mtrace-tst-loading): Likewise.
13179         * intl/Makefile (generated): Likewise.
13180         (tests-special): Likewise.
13181         ($(objpfx)mtrace-tst-gettext): Likewise.
13182         * misc/Makefile (generated): Likewise.
13183         (tests-special): Likewise.
13184         ($(objpfx)tst-error1-mem): Likewise.
13185         * nptl/Makefile (tests-special): Likewise.
13186         ($(objpfx)tst-stack3-mem): Likewise.
13187         (generated): Likewise.
13188         * posix/Makefile (generated): Likewise.
13189         (tests-special): Likewise.
13190         (xtests-special): Likewise.
13191         ($(objpfx)tst-fnmatch-mem): Likewise.
13192         ($(objpfx)bug-regex2-mem): Likewise.
13193         ($(objpfx)bug-regex14-mem): Likewise.
13194         ($(objpfx)bug-regex21-mem): Likewise.
13195         ($(objpfx)bug-regex31-mem): Likewise.
13196         ($(objpfx)tst-vfork3-mem): Likewise.
13197         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13198         ($(objpfx)tst-pcre-mem): Likewise.
13199         ($(objpfx)tst-boost-mem): Likewise.
13200         ($(objpfx)bug-ga2-mem): Likewise.
13201         ($(objpfx)bug-glob2-mem): Likewise.
13202         * resolv/Makefile (generate): Likewise.
13203         (tests-special): Likewise.
13204         (xtests-special): Likewise.
13205         (generated): Likewise.
13206         ($(objpfx)mtrace-tst-leaks): Likewise.
13207         ($(objpfx)mtrace-tst-leaks2): Likewise.
13208
13209         * scripts/merge-test-results.sh: New file.
13210         * Makefile (tests-special-notdir): New variable.
13211         (tests): Run merge-test-results.sh.
13212         (xtests): Likewise.
13213         * Rules (tests-special-notdir): New variable.
13214         (xtests-special-notdir): Likewise.
13215         (tests): Run merge-test-results.sh
13216         (xtests): Likewise.
13217
13218         * Makeconfig (test-xfail-name): New variable.
13219         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
13220         compute variable name for expected failures.
13221         * conform/Makefile (conformtest-headers-data): New variable.
13222         (conformtest-standards): Likewise.
13223         (conformtest-headers-ISO): Likewise.
13224         (conformtest-headers-ISO99): Likewise.
13225         (conformtest-headers-ISO11): Likewise.
13226         (conformtest-headers-POSIX): Likewise.
13227         (conformtest-headers-XPG3): Likewise.
13228         (conformtest-headers-XPG4): Likewise.
13229         (conformtest-headers-UNIX98): Likewise.
13230         (conformtest-headers-XOPEN2K): Likewise.
13231         (conformtest-headers-POSIX2008): Likewise.
13232         (conformtest-headers-XOPEN2K8): Likewise.
13233         (conformtest-header-list-base): Likewise.
13234         (conformtest-header-list-tests): Likewise.
13235         (conformtest-header-base): Likewise.
13236         (conformtest-header-tests): Likewise.
13237         (tests-special): Add $(conformtest-header-list-tests).  If
13238         [$(fast-check) && !$(cross-compiling)], add
13239         $(conformtest-header-tests) instead of
13240         $(objpfx)run-conformtest.out.
13241         (generated): Add $(conformtest-header-list-base).  If
13242         [$(fast-check) && !$(cross-compiling)], add
13243         $(conformtest-header-base).  Remove previous setting.
13244         ($(conformtest-header-list-tests)): New target.
13245         (test-xfail-run-conformtest): Remove variable.
13246         ($(objpfx)run-conformtest.out): Remove target.
13247         (test-xfail-ISO11/complex.h/conform): New variable.
13248         (test-xfail-ISO11/stdalign.h/conform): Likewise.
13249         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
13250         (test-xfail-XPG3/varargs.h/conform): Likewise.
13251         (test-xfail-XPG4/varargs.h/conform): Likewise.
13252         (test-xfail-UNIX98/varargs.h/conform): Likewise.
13253         (test-xfail-XPG4/ndbm.h/conform): Likewise.
13254         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
13255         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
13256         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
13257         (test-xfail-XPG3/fcntl.h/conform): Likewise.
13258         (test-xfail-XPG3/ftw.h/conform): Likewise.
13259         (test-xfail-XPG3/grp.h/conform): Likewise.
13260         (test-xfail-XPG3/langinfo.h/conform): Likewise.
13261         (test-xfail-XPG3/limits.h/conform): Likewise.
13262         (test-xfail-XPG3/pwd.h/conform): Likewise.
13263         (test-xfail-XPG3/search.h/conform): Likewise.
13264         (test-xfail-XPG3/signal.h/conform): Likewise.
13265         (test-xfail-XPG3/stdio.h/conform): Likewise.
13266         (test-xfail-XPG3/stdlib.h/conform): Likewise.
13267         (test-xfail-XPG3/string.h/conform): Likewise.
13268         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
13269         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
13270         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
13271         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
13272         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
13273         (test-xfail-XPG3/sys/types.h/conform): Likewise.
13274         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
13275         (test-xfail-XPG3/termios.h/conform): Likewise.
13276         (test-xfail-XPG3/time.h/conform): Likewise.
13277         (test-xfail-XPG3/unistd.h/conform): Likewise.
13278         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
13279         (test-xfail-XPG4/fcntl.h/conform): Likewise.
13280         (test-xfail-XPG4/langinfo.h/conform): Likewise.
13281         (test-xfail-XPG4/netdb.h/conform): Likewise.
13282         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
13283         (test-xfail-XPG4/signal.h/conform): Likewise.
13284         (test-xfail-XPG4/stdio.h/conform): Likewise.
13285         (test-xfail-XPG4/stdlib.h/conform): Likewise.
13286         (test-xfail-XPG4/stropts.h/conform): Likewise.
13287         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
13288         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
13289         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
13290         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
13291         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
13292         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
13293         (test-xfail-XPG4/sys/time.h/conform): Likewise.
13294         (test-xfail-XPG4/sys/types.h/conform): Likewise.
13295         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
13296         (test-xfail-XPG4/termios.h/conform): Likewise.
13297         (test-xfail-XPG4/ucontext.h/conform): Likewise.
13298         (test-xfail-XPG4/unistd.h/conform): Likewise.
13299         (test-xfail-XPG4/utmpx.h/conform): Likewise.
13300         (test-xfail-POSIX/sched.h/conform): Likewise.
13301         (test-xfail-POSIX/signal.h/conform): Likewise.
13302         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
13303         (test-xfail-POSIX/tar.h/conform): Likewise.
13304         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
13305         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
13306         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
13307         (test-xfail-UNIX98/netdb.h/conform): Likewise.
13308         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
13309         (test-xfail-UNIX98/sched.h/conform): Likewise.
13310         (test-xfail-UNIX98/signal.h/conform): Likewise.
13311         (test-xfail-UNIX98/stdio.h/conform): Likewise.
13312         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
13313         (test-xfail-UNIX98/stropts.h/conform): Likewise.
13314         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
13315         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
13316         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
13317         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
13318         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
13319         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
13320         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
13321         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
13322         (test-xfail-UNIX98/unistd.h/conform): Likewise.
13323         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
13324         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
13325         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
13326         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
13327         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
13328         (test-xfail-XOPEN2K/math.h/conform): Likewise.
13329         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
13330         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
13331         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
13332         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
13333         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
13334         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
13335         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
13336         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
13337         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
13338         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
13339         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
13340         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
13341         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
13342         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
13343         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
13344         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
13345         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
13346         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
13347         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
13348         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
13349         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
13350         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
13351         (test-xfail-POSIX2008/signal.h/conform): Likewise.
13352         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
13353         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
13354         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
13355         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
13356         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
13357         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
13358         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
13359         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
13360         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
13361         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
13362         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
13363         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
13364         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
13365         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
13366         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
13367         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
13368         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
13369         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
13370         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
13371         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
13372         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
13373         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
13374         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
13375         (conformtest-cc-flags): Likewise.
13376         ($(conformtest-header-tests): New target.
13377         * conform/check-header-lists.sh: New file.
13378         * conform/run-conformtest.sh: Remove.
13379
13380         * conform/conformtest.pl: Allow ' and \ in values given for
13381         constants.
13382         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
13383         inclusion.
13384         [POSIX] (sys/types.h): Likewise.
13385         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
13386         inclusion.
13387         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
13388         inclusion.
13389         * conform/data/signal.h-data (SIGIO): Remove expectation.
13390         [XPG3] (SIGBUS): Do not expect.
13391         [POSIX || XPG3] (SIGPOLL): Likewise.
13392         [POSIX || XPG3] (SIGPROF): Likewise.
13393         [POSIX || XPG3] (SIGSYS): Likewise.
13394         [XPG3] (SIGTRAP): Likewise.
13395         [POSIX || XPG3] (SIGURG): Likewise.
13396         [POSIX || XPG3] (SIGVTALRM): Likewise.
13397         [POSIX || XPG3] (SIGXCPU): Likewise.
13398         [POSIX || XPG3] (SIGXFSZ): Likewise.
13399         [POSIX] (SA_SIGINFO): Expect.
13400         [XPG3] (siginfo_t): Do not expect type or contents.
13401         [POSIX] (si_pid): Do not expect element.
13402         [POSIX] (si_uid): Likewise.
13403         [POSIX] (si_addr): Likewise.
13404         [POSIX] (si_status): Likewise.
13405         [POSIX] (si_band): Likewise.
13406         [XPG4] (si_value): Likewise.
13407         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
13408         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
13409         [POSIX || XPG3] (ILL_ILLADR): Likewise.
13410         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
13411         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
13412         [POSIX || XPG3] (ILL_PRVREG): Likewise.
13413         [POSIX || XPG3] (ILL_COPROC): Likewise.
13414         [POSIX || XPG3] (ILL_BADSTK): Likewise.
13415         [POSIX || XPG3] (FPE_INTDIV): Likewise.
13416         [POSIX || XPG3] (FPE_INTOVF): Likewise.
13417         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
13418         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
13419         [POSIX || XPG3] (FPE_FLTUND): Likewise.
13420         [POSIX || XPG3] (FPE_FLTRES): Likewise.
13421         [POSIX || XPG3] (FPE_FLTINV): Likewise.
13422         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
13423         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
13424         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
13425         [POSIX || XPG3] (BUS_ADRALN): Likewise.
13426         [POSIX || XPG3] (BUS_ADRERR): Likewise.
13427         [POSIX || XPG3] (BUS_OBJERR): Likewise.
13428         [POSIX || XPG3] (CLD_EXITED): Likewise.
13429         [POSIX || XPG3] (CLD_KILLED): Likewise.
13430         [POSIX || XPG3] (CLD_DUMPED): Likewise.
13431         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
13432         [POSIX || XPG3] (CLD_STOPPED): Likewise.
13433         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
13434         [POSIX || XPG3] (POLL_IN): Likewise.
13435         [POSIX || XPG3] (POLL_OUT): Likewise.
13436         [POSIX || XPG3] (POLL_MSG): Likewise.
13437         [POSIX || XPG3] (POLL_ERR): Likewise.
13438         [POSIX || XPG3] (POLL_PRI): Likewise.
13439         [POSIX || XPG3] (POLL_HUP): Likewise.
13440         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
13441         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
13442         (SIG*): Do not allow.
13443         [XPG3] (si_*): Likewise.
13444         [XPG3] (SI_*): Likewise.
13445         [XPG3 || XPG4] (sigev_*): Likewise.
13446         [XPG3 || XPG4] (SIGEV_*): Likewise.
13447         [XPG3 || XPG4] (sival_*): Likewise.
13448         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
13449         [POSIX || XPG3] (BUS_*): Likewise.
13450         [POSIX || XPG3] (CLD_*): Likewise.
13451         [POSIX || XPG3] (FPE_*): Likewise.
13452         [POSIX || XPG3] (ILL_*): Likewise.
13453         [POSIX || XPG3] (POLL_*): Likewise.
13454         [POSIX || XPG3] (SEGV_*): Likewise.
13455         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
13456         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
13457         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
13458         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
13459         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
13460         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
13461         Specify type and value.
13462         (TVERSLEN): Likewise.
13463         (REGTYPE): Likewise.
13464         (AREGTYPE): Likewise.
13465         (LNKTYPE): Likewise.
13466         (SYMTYPE): Likewise.
13467         (CHRTYPE): Likewise.
13468         (BLKTYPE): Likewise.
13469         (DIRTYPE): Likewise.
13470         (FIFOTYPE): Likewise.
13471         (CONTTYPE): Likewise.
13472         (TSUID): Likewise.
13473         (TSGID): Likewise.
13474         (TSVTX): Likewise.
13475         (TUREAD): Likewise.
13476         (TUWRITE): Likewise.
13477         (TUEXEC): Likewise.
13478         (TGREAD): Likewise.
13479         (TGWRITE): Likewise.
13480         (TGEXEC): Likewise.
13481         (TOREAD): Likewise.
13482         (TOWRITE): Likewise.
13483         (TOEXEC): Likewise.
13484         [POSIX] (TSVTX): Expect constant.
13485
13486 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
13487
13488         * Makefile (tests): Change dependencies to ....
13489         (tests-special): ... additions to this variable.
13490         (tests): Depend on $(tests-special).
13491         * Makerules (check-abi-list): New variable.
13492         (check-abi): Depend on $(check-abi-list).
13493         [$(subdir) = elf] (tests-special): Add
13494         $(objpfx)check-abi-libc.out.
13495         [$(build-shared) = yes && subdir] (tests-special): Add
13496         $(check-abi-list).
13497         [$(build-shared) = yes && subdir] (tests): Do not depend on
13498         check-abi.
13499         * Rules (tests): Depend on $(tests-special).
13500         (xtests): Depend on $(xtests-special).
13501         * catgets/Makefile (tests): Change dependencies to ....
13502         (tests-special): ... additions to this variable.
13503         * conform/Makefile (tests): Change dependencies to ....
13504         (tests-special): ... additions to this variable.
13505         * elf/Makefile (tests): Change dependencies to ....
13506         (tests-special): ... additions to this variable.
13507         * grp/Makefile (tests): Change dependencies to ....
13508         (tests-special): ... additions to this variable.
13509         * iconv/Makefile (xtests): Change dependencies to ....
13510         (xtests-special): ... additions to this variable.
13511         * iconvdata/Makefile (tests): Change dependencies to ....
13512         (tests-special): ... additions to this variable.
13513         * intl/Makefile (tests): Change dependencies to ....
13514         (tests-special): ... additions to this variable.  Also add
13515         $(objpfx)tst-gettext.out.
13516         * io/Makefile (tests): Change dependencies to ....
13517         (tests-special): ... additions to this variable.
13518         * libio/Makefile (tests): Change dependencies to ....
13519         (tests-special): ... additions to this variable.
13520         * malloc/Makefile (tests): Change dependencies to ....
13521         (tests-special): ... additions to this variable.
13522         * misc/Makefile (tests): Change dependencies to ....
13523         (tests-special): ... additions to this variable.
13524         * nptl/Makefile (tests): Change dependencies to ....
13525         (tests-special): ... additions to this variable.
13526         * nptl_db/Makefile (tests): Change dependencies to ....
13527         (tests-special): ... additions to this variable.
13528         * posix/Makefile (tests): Change dependencies to ....
13529         (tests-special): ... additions to this variable.
13530         (xtests): Change dependencies to ....
13531         (xtests-special): ... additions to this variable.
13532         * resolv/Makefile (tests): Change dependencies to ....
13533         (tests-special): ... additions to this variable.
13534         (xtests): Change dependencies to ....
13535         (xtests-special): ... additions to this variable.
13536         * stdio-common/Makefile (tests): Change dependencies to ....
13537         (tests-special): ... additions to this variable.
13538         (do-tst-unbputc): Remove target.
13539         (do-tst-printf): Likewise.
13540         * stdlib/Makefile (tests): Change dependencies to ....
13541         (tests-special): ... additions to this variable.
13542         * string/Makefile (tests): Change dependencies to ....
13543         (tests-special): ... additions to this variable.
13544         * sysdeps/x86/Makefile (tests): Change dependencies to ....
13545         (tests-special): ... additions to this variable.
13546
13547         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
13548         whole file.
13549         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
13550         whole file.
13551         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
13552         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
13553
13554         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
13555         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
13556         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
13557         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
13558         * conform/data/libgen.h-data [XPG3]: Likewise.
13559         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
13560         * conform/data/ndbm.h-data [XPG3]: Likewise.
13561         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13562         * conform/data/netdb.h-data [XPG3]: Likewise.
13563         * conform/data/netinet/in.h-data [XPG3]: Likewise.
13564         * conform/data/poll.h-data [XPG3]: Likewise.
13565         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
13566         * conform/data/strings.h-data [XPG3]: Likewise.
13567         * conform/data/stropts.h-data [XPG3]: Likewise.
13568         * conform/data/sys/mman.h-data [XPG3]: Likewise.
13569         * conform/data/sys/resource.h-data [XPG3]: Likewise.
13570         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
13571         Likewise.
13572         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
13573         * conform/data/sys/time.h-data [XPG3]: Likewise.
13574         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
13575         * conform/data/sys/uio.h-data [XPG3]: Likewise.
13576         * conform/data/sys/un.h-data [XPG3]: Likewise.
13577         * conform/data/syslog.h-data [XPG3]: Likewise.
13578         * conform/data/ucontext.h-data [XPG3]: Likewise.
13579         * conform/data/utmpx.h-data [XPG3]: Likewise.
13580         * conform/data/varargs.h-data [UNIX98]: Enable file.
13581
13582         * manual/Makefile (INSTALL_INFO): Remove variable setting.
13583
13584         * math/libm-test.inc (struct test_f_f_data): Move expected results
13585         into structure for each rounding mode.
13586         (struct test_ff_f_data): Likewise.
13587         (struct test_ff_f_data_nexttoward): Likewise.
13588         (struct test_fi_f_data): Likewise.
13589         (struct test_fl_f_data): Likewise.
13590         (struct test_if_f_data): Likewise.
13591         (struct test_fff_f_data): Likewise.
13592         (struct test_c_f_data): Likewise.
13593         (struct test_f_f1_data): Likewise.
13594         (struct test_fF_f1_data): Likewise.
13595         (struct test_ffI_f1_data): Likewise.
13596         (struct test_c_c_data): Likewise.
13597         (struct test_cc_c_data): Likewise.
13598         (struct test_f_i_data): Likewise.
13599         (struct test_ff_i_data): Likewise.
13600         (struct test_f_l_data): Likewise.
13601         (struct test_f_L_data): Likewise.
13602         (struct test_fFF_11_data): Likewise.
13603         (RM_): New macro.
13604         (RM_FE_DOWNWARD): Likewise.
13605         (RM_FE_TONEAREST): Likewise.
13606         (RM_FE_TOWARDZERO): Likewise.
13607         (RM_FE_UPWARD): Likewise.
13608         (RUN_TEST_LOOP_f_f): Update references to expected results.
13609         (RUN_TEST_LOOP_2_f): Likewise.
13610         (RUN_TEST_LOOP_fff_f): Likewise.
13611         (RUN_TEST_LOOP_c_f): Likewise.
13612         (RUN_TEST_LOOP_f_f1): Likewise.
13613         (RUN_TEST_LOOP_fF_f1): Likewise.
13614         (RUN_TEST_LOOP_fI_f1): Likewise.
13615         (RUN_TEST_LOOP_ffI_f1): Likewise.
13616         (RUN_TEST_LOOP_c_c): Likewise.
13617         (RUN_TEST_LOOP_cc_c): Likewise.
13618         (RUN_TEST_LOOP_f_i): Likewise.
13619         (RUN_TEST_LOOP_f_i_tg): Likewise.
13620         (RUN_TEST_LOOP_ff_i_tg): Likewise.
13621         (RUN_TEST_LOOP_f_b): Likewise.
13622         (RUN_TEST_LOOP_f_b_tg): Likewise.
13623         (RUN_TEST_LOOP_f_l): Likewise.
13624         (RUN_TEST_LOOP_f_L): Likewise.
13625         (RUN_TEST_LOOP_fFF_11): Likewise.
13626         * math/gen-libm-test.pl (parse_args): Output four copies of
13627         expected results for each test.
13628
13629         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13630         (__ASSUME_UTIMES): Remove.
13631         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13632         (__ASSUME_UTIMES): Likewise.
13633
13634         * math/gen-auto-libm-tests.c: Update comment on output format.
13635         (output_for_one_input_case): Generate before-rounding and
13636         after-rounding information as conditions on output flags not
13637         floating-point format.
13638         * math/auto-libm-test-out: Regenerated.
13639         * math/gen-libm-test.pl (cond_value): New function.
13640         (or_cond_value): Use cond_value.
13641         (generate_testfile): Handle conditional exceptions.
13642
13643 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
13644
13645         * math/libm-test.inc (max_valid_error): New variable.
13646         (init_max_error): Take new argument specifying whether function
13647         results are exactly determined.  Set max_valid_error and bound
13648         other variables for errors based on this argument.
13649         (set_max_error): Do not record results above max_valid_error.
13650         (check_float_internal): Only accept errors of up to 0.5ulps if
13651         also at most max_valid_error.
13652         (START): Take new argument EXACT and pass it to init_max_error.
13653         (acos_test): Update call to START.
13654         (acos_test_tonearest): Likewise.
13655         (acos_test_towardzero): Likewise.
13656         (acos_test_downward): Likewise.
13657         (acos_test_upward): Likewise.
13658         (acosh_test): Likewise.
13659         (asin_test): Likewise.
13660         (asin_test_tonearest): Likewise.
13661         (asin_test_towardzero): Likewise.
13662         (asin_test_downward): Likewise.
13663         (asin_test_upward): Likewise.
13664         (asinh_test): Likewise.
13665         (atan_test): Likewise.
13666         (atanh_test): Likewise.
13667         (atan2_test): Likewise.
13668         (cabs_test): Likewise.
13669         (cacos_test): Likewise.
13670         (cacosh_test): Likewise.
13671         (carg_test): Likewise.
13672         (casin_test): Likewise.
13673         (casinh_test): Likewise.
13674         (catan_test): Likewise.
13675         (catanh_test): Likewise.
13676         (cbrt_test): Likewise.
13677         (ccos_test): Likewise.
13678         (ccosh_test): Likewise.
13679         (ceil_test): Likewise.
13680         (cexp_test): Likewise.
13681         (cimag_test): Likewise.
13682         (clog_test): Likewise.
13683         (clog10_test): Likewise.
13684         (conj_test): Likewise.
13685         (copysign_test): Likewise.
13686         (cos_test): Likewise.
13687         (cos_test_tonearest): Likewise.
13688         (cos_test_towardzero): Likewise.
13689         (cos_test_downward): Likewise.
13690         (cos_test_upward): Likewise.
13691         (cosh_test): Likewise.
13692         (cosh_test_tonearest): Likewise.
13693         (cosh_test_towardzero): Likewise.
13694         (cosh_test_downward): Likewise.
13695         (cosh_test_upward): Likewise.
13696         (cpow_test): Likewise.
13697         (cproj_test): Likewise.
13698         (creal_test): Likewise.
13699         (csin_test): Likewise.
13700         (csinh_test): Likewise.
13701         (csqrt_test): Likewise.
13702         (ctan_test): Likewise.
13703         (ctan_test_tonearest): Likewise.
13704         (ctan_test_towardzero): Likewise.
13705         (ctan_test_downward): Likewise.
13706         (ctan_test_upward): Likewise.
13707         (ctanh_test): Likewise.
13708         (ctanh_test_tonearest): Likewise.
13709         (ctanh_test_towardzero): Likewise.
13710         (ctanh_test_downward): Likewise.
13711         (ctanh_test_upward): Likewise.
13712         (erf_test): Likewise.
13713         (erfc_test): Likewise.
13714         (exp_test): Likewise.
13715         (exp_test_tonearest): Likewise.
13716         (exp_test_towardzero): Likewise.
13717         (exp_test_downward): Likewise.
13718         (exp_test_upward): Likewise.
13719         (exp10_test): Likewise.
13720         (exp10_test_tonearest): Likewise.
13721         (exp10_test_towardzero): Likewise.
13722         (exp10_test_downward): Likewise.
13723         (exp10_test_upward): Likewise.
13724         (pow10_test): Likewise.
13725         (exp2_test): Likewise.
13726         (expm1_test): Likewise.
13727         (expm1_test_tonearest): Likewise.
13728         (expm1_test_towardzero): Likewise.
13729         (expm1_test_downward): Likewise.
13730         (expm1_test_upward): Likewise.
13731         (fabs_test): Likewise.
13732         (fdim_test): Likewise.
13733         (floor_test): Likewise.
13734         (fma_test): Likewise.
13735         (fma_test_towardzero): Likewise.
13736         (fma_test_downward): Likewise.
13737         (fma_test_upward): Likewise.
13738         (fmax_test): Likewise.
13739         (fmin_test): Likewise.
13740         (fmod_test): Likewise.
13741         (fpclassify_test): Likewise.
13742         (frexp_test): Likewise.
13743         (hypot_test): Likewise.
13744         (ilogb_test): Likewise.
13745         (isfinite_test): Likewise.
13746         (finite_test): Likewise.
13747         (isgreater_test): Likewise.
13748         (isgreaterequal_test): Likewise.
13749         (isinf_test): Likewise.
13750         (isless_test): Likewise.
13751         (islessequal_test): Likewise.
13752         (islessgreater_test): Likewise.
13753         (isnan_test): Likewise.
13754         (isnormal_test): Likewise.
13755         (issignaling_test): Likewise.
13756         (isunordered_test): Likewise.
13757         (j0_test): Likewise.
13758         (j1_test): Likewise.
13759         (jn_test): Likewise.
13760         (ldexp_test): Likewise.
13761         (lgamma_test): Likewise.
13762         (gamma_test): Likewise.
13763         (lrint_test): Likewise.
13764         (lrint_test_tonearest): Likewise.
13765         (lrint_test_towardzero): Likewise.
13766         (lrint_test_downward): Likewise.
13767         (lrint_test_upward): Likewise.
13768         (llrint_test): Likewise.
13769         (llrint_test_tonearest): Likewise.
13770         (llrint_test_towardzero): Likewise.
13771         (llrint_test_downward): Likewise.
13772         (llrint_test_upward): Likewise.
13773         (log_test): Likewise.
13774         (log10_test): Likewise.
13775         (log1p_test): Likewise.
13776         (log2_test): Likewise.
13777         (logb_test): Likewise.
13778         (logb_test_downward): Likewise.
13779         (lround_test): Likewise.
13780         (llround_test): Likewise.
13781         (modf_test): Likewise.
13782         (nearbyint_test): Likewise.
13783         (nextafter_test): Likewise.
13784         (nexttoward_test): Likewise.
13785         (pow_test): Likewise.
13786         (pow_test_tonearest): Likewise.
13787         (pow_test_towardzero): Likewise.
13788         (pow_test_downward): Likewise.
13789         (pow_test_upward): Likewise.
13790         (remainder_test): Likewise.
13791         (drem_test): Likewise.
13792         (remainder_test_tonearest): Likewise.
13793         (drem_test_tonearest): Likewise.
13794         (remainder_test_towardzero): Likewise.
13795         (drem_test_towardzero): Likewise.
13796         (remainder_test_downward): Likewise.
13797         (drem_test_downward): Likewise.
13798         (remainder_test_upward): Likewise.
13799         (drem_test_upward): Likewise.
13800         (remquo_test): Likewise.
13801         (rint_test): Likewise.
13802         (rint_test_tonearest): Likewise.
13803         (rint_test_towardzero): Likewise.
13804         (rint_test_downward): Likewise.
13805         (rint_test_upward): Likewise.
13806         (round_test): Likewise.
13807         (scalb_test): Likewise.
13808         (scalbn_test): Likewise.
13809         (scalbln_test): Likewise.
13810         (signbit_test): Likewise.
13811         (sin_test): Likewise.
13812         (sin_test_tonearest): Likewise.
13813         (sin_test_towardzero): Likewise.
13814         (sin_test_downward): Likewise.
13815         (sin_test_upward): Likewise.
13816         (sincos_test): Likewise.
13817         (sinh_test): Likewise.
13818         (sinh_test_tonearest): Likewise.
13819         (sinh_test_towardzero): Likewise.
13820         (sinh_test_downward): Likewise.
13821         (sinh_test_upward): Likewise.
13822         (sqrt_test): Likewise.
13823         (sqrt_test_tonearest): Likewise.
13824         (sqrt_test_towardzero): Likewise.
13825         (sqrt_test_downward): Likewise.
13826         (sqrt_test_upward): Likewise.
13827         (tan_test): Likewise.
13828         (tan_test_tonearest): Likewise.
13829         (tan_test_towardzero): Likewise.
13830         (tan_test_downward): Likewise.
13831         (tan_test_upward): Likewise.
13832         (tanh_test): Likewise.
13833         (tgamma_test): Likewise.
13834         (trunc_test): Likewise.
13835         (y0_test): Likewise.
13836         (y1_test): Likewise.
13837         (yn_test): Likewise.
13838         (significand_test): Likewise.
13839
13840         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
13841         individual tests in comment.
13842         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
13843         (prev_max_error): New variable.
13844         (prev_real_max_error): Likewise.
13845         (prev_imag_max_error): Likewise.
13846         (compare_ulp_data): Don't refer to test names in comment.
13847         (find_test_ulps): Remove function.
13848         (find_function_ulps): Likewise.
13849         (find_complex_function_ulps): Likewise.
13850         (init_max_error): Take function name as argument.  Look up ulps
13851         for that function.
13852         (print_ulps): Remove function.
13853         (print_max_error): Use prev_max_error instead of calling
13854         find_function_ulps.
13855         (print_complex_max_error): Use prev_real_max_error and
13856         prev_imag_max_error instead of calling find_complex_function_ulps.
13857         (check_float_internal): Take max_ulp parameter instead of calling
13858         find_test_ulps.  Don't call print_ulps.
13859         (check_float): Update call to check_float_internal.
13860         (check_complex): Update calls to check_float_internal.
13861         (START): Pass argument to init_max_error.
13862         * math/gen-libm-test.pl (%results): Don't include "kind"
13863         information.
13864         (parse_ulps): Don't handle ulps of individual tests.
13865         (print_ulps_file): Likewise.
13866         (output_ulps): Likewise.
13867         * math/README.libm-test: Update.
13868         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
13869         individual tests.
13870         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
13871         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
13872         * sysdeps/arm/libm-test-ulps: Likewise.
13873         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
13874         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
13875         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
13876         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
13877         * sysdeps/microblaze/libm-test-ulps: Likewise.
13878         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
13879         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
13880         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
13881         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
13882         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
13883         * sysdeps/sh/libm-test-ulps: Likewise.
13884         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
13885         * sysdeps/tile/libm-test-ulps: Likewise.
13886         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13887
13888 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
13889
13890         * math/libm-test.inc (print_complex_max_error): Check separately
13891         whether real and imaginary errors are within allowed range and
13892         pass 0 to print_complex_function_ulps instead of value within
13893         allowed range.
13894
13895 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
13896
13897         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
13898         formatting.
13899         (get_handles_fopen): Likewise.
13900         (do_write_test): Likewise.
13901
13902         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
13903
13904         * libio/fileops.c (do_ftell): Use cached offset when
13905         available.
13906         * libio/iofwide.c (do_ftell_wide): Likewise.
13907         * libio/iofdopen.c (_IO_new_fdopen): Don't use
13908         _IO_file_attach.
13909         * libio/wfileops.c (_IO_fwide): Don't cache offset.
13910
13911         [BZ #16532]
13912         * libio/libioP.h (get_file_offset): New function.
13913         * libio/fileops.c (get_file_offset): Likewise.
13914         (do_ftell): Likewise.
13915         (_IO_new_file_seekoff): Split out ftell logic.
13916         * libio/wfileops.c (do_ftell_wide): Likewise.
13917         (_IO_wfile_seekoff): Split out ftell logic.
13918         * libio/tst-ftell-active-handler.c: New test case.
13919         * libio/Makefile (tests): Add it.
13920
13921 2014-03-03  Roland McGrath  <roland@hack.frob.com>
13922
13923         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
13924         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
13925
13926 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
13927
13928         [BZ #16639]
13929         * nscd/connections.c (nscd_init): Call do_exit.
13930         (start_threads): Call do_exit and notify_parent.
13931         (begin_drop_privileges): Call do_exit.
13932         (finish_drop_privileges): Likewise.
13933         * nscd/selinux.c (preserve_capabilities): Likewise.
13934         (install_real_capabilities): Likewise.
13935         (nscd_selinux_enabled): Likewise.
13936         (avc_create_thread): Likewise.
13937         (avc_alloc_lock): Likewise.
13938         (nscd_avc_init): Likewise.
13939         * nscd/nscd.c (parent_fd): New static variable.
13940         (main): Create a pipe between parent and child processes.
13941         Skip closing parent_fd.
13942         (monitor_child): New function.
13943         (do_exit): Likewise.
13944         (notify_parent): Likewise.
13945         * nscd/nscd.h (notify_parent): Likewise.
13946         (do_exit): Likewise.
13947
13948 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
13949
13950         * malloc/malloc.c (__libc_calloc): Revert last change.
13951
13952 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13953
13954         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13955
13956 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
13957
13958         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
13959         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
13960         implementation.
13961         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13962         (__libc_ifunc_impl_list): Likewise.
13963         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
13964         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
13965         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
13966         * string/strrchr.c: Define STRRCHR.
13967
13968 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
13969
13970         * benchtest/bench-strtok.c (simple_strtok): Delete.
13971         (strtok_string): Use as benchmark.
13972         * string/strtok (STRTOK): New macro.
13973
13974 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
13975
13976         * manual/threads.texi: Add header and standard comments to all
13977         functions.
13978
13979         * elf/dl-lookup.c (check_match): New function.
13980         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
13981         (do_lookup_x): Remove nested function check_match. Use non-nested
13982         function check_match.
13983
13984 2014-02-28  Roland McGrath  <roland@hack.frob.com>
13985
13986         * csu/Makefile (generated, before-compile): Use += rather than =.
13987         * catgets/Makefile (generated, generated-dirs): Likewise.
13988         * debug/Makefile (generated): Likewise.
13989         * dlfcn/Makefile (generated): Likewise.
13990         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
13991         * iconvdata/Makefile (before-compile, generated): Likewise.
13992         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
13993         * libio/Makefile (generated): Likewise.
13994         * malloc/Makefile (generated): Likewise.
13995         * manual/Makefile (generated, generated-dirs): Likewise.
13996         * misc/Makefile (generated): Likewise.
13997         * posix/Makefile (generated): Likewise.
13998         * resolv/Makefile (generated): Likewise.
13999         * sunrpc/Makefile (generated, generated-dirs): Likewise.
14000         * timezone/Makefile (generated, generated-dirs): Likewise.
14001
14002         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
14003
14004 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14005
14006         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
14007         power8 implementation.
14008         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
14009         file: POWER8 llround ifunc implementation.
14010         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
14011         (__lllround): Add POWER8 implementation.
14012         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
14013         POWER8 llround implementation.
14014
14015         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
14016         power8 implementation.
14017         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
14018         file: POWER8 llrint ifunc implementation.
14019         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
14020         Add POWER8 implementation.
14021         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
14022         POWER8 llrint implementation.
14023
14024         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
14025         power8 implementation.
14026         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
14027         file: POWER8 finite ifunc implementation.
14028         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
14029         Add POWER8 implementation.
14030         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
14031         Likewise.
14032         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
14033         POWER8 finite implementation.
14034         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
14035
14036         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
14037         power8 implementation.
14038         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
14039         file: POWER8 isinf ifunc implementation.
14040         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
14041         POWER8 implementation.
14042         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
14043         Likewise.
14044         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
14045         isinf implementation.
14046         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
14047
14048         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
14049         (INIT_ARCH): Add hwcap2 initialization.
14050         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
14051         power8 implementation.
14052         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
14053         file: POWER8 isnan ifunc implementation.
14054         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
14055         POWER8 implementation.
14056         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
14057         Likewise.
14058         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
14059         isnan implementation.
14060         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
14061
14062 2014-02-27  Joey Ye  <joey.ye@arm.com>
14063
14064         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
14065         (_FP_NANFRAC_Q): Set to zero.
14066
14067 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
14068
14069         [BZ #16623]
14070         * math/auto-libm-test-in: New test inputs.
14071         * math/auto-libm-test-out: Regenerate.
14072         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
14073         and DA.
14074         (__cos): Likewise.
14075         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
14076
14077 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
14078
14079         * scripts/evaluate-test.sh: Take new argument indicating whether
14080         failure is expected.
14081         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
14082         indicating whether failure is expected.
14083         * conform/Makefile (test-xfail-run-conformtest): New variable.
14084         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
14085         level.
14086         * posix/Makefile (test-xfail-annexc): New variable.
14087         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
14088
14089 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
14090
14091         * argp/Makefile: Include Makeconfig immediately after defining
14092         subdir.
14093         * assert/Makefile: Likewise.
14094         * benchtests/Makefile: Likewise.
14095         * catgets/Makefile: Likewise.
14096         * conform/Makefile: Likewise.
14097         * crypt/Makefile: Likewise.
14098         * csu/Makefile: Likewise.
14099         (all): Remove target.
14100         * ctype/Makefile: Include Makeconfig immediately after defining
14101         subdir.
14102         * debug/Makefile: Likewise.
14103         * dirent/Makefile: Likewise.
14104         * dlfcn/Makefile: Likewise.
14105         * gmon/Makefile: Likewise.
14106         * gnulib/Makefile: Likewise.
14107         * grp/Makefile: Likewise.
14108         * gshadow/Makefile: Likewise.
14109         * hesiod/Makefile: Likewise.
14110         * hurd/Makefile: Likewise.
14111         (all): Remove target.
14112         * iconvdata/Makefile: Include Makeconfig immediately after
14113         defining subdir.
14114         * inet/Makefile: Likewise.
14115         * intl/Makefile: Likewise.
14116         * io/Makefile: Likewise.
14117         * libio/Makefile: Likewise.
14118         (all): Remove target.
14119         * locale/Makefile: Include Makeconfig immediately after defining
14120         subdir.
14121         * login/Makefile: Likewise.
14122         * mach/Makefile: Likewise.
14123         (all): Remove target.
14124         * malloc/Makefile: Include Makeconfig immediately after defining
14125         subdir.
14126         (all): Remove target.
14127         * manual/Makefile: Include Makeconfig immediately after defining
14128         subdir.
14129         * math/Makefile: Likewise.
14130         * misc/Makefile: Likewise.
14131         * nis/Makefile: Likewise.
14132         * nss/Makefile: Likewise.
14133         * po/Makefile: Likewise.
14134         (all): Remove target.
14135         * posix/Makefile: Include Makeconfig immediately after defining
14136         subdir.
14137         * pwd/Makefile: Likewise.
14138         * resolv/Makefile: Likewise.
14139         * resource/Makefile: Likewise.
14140         * rt/Makefile: Likewise.
14141         * setjmp/Makefile: Likewise.
14142         * shadow/Makefile: Likewise.
14143         * signal/Makefile: Likewise.
14144         * socket/Makefile: Likewise.
14145         * soft-fp/Makefile: Likewise.
14146         * stdio-common/Makefile: Likewise.
14147         * stdlib/Makefile: Likewise.
14148         * streams/Makefile: Likewise.
14149         * string/Makefile: Likewise.
14150         * sunrpc/Makefile: Likewise.
14151         (all): Remove target.
14152         * sysvipc/Makefile: Include Makeconfig immediately after defining
14153         subdir.
14154         * termios/Makefile: Likewise.
14155         * time/Makefile: Likewise.
14156         * timezone/Makefile: Likewise.
14157         (all): Remove target.
14158         * wcsmbs/Makefile: Include Makeconfig immediately after defining
14159         subdir.
14160         * wctype/Makefile: Likewise.
14161
14162 2014-02-26  Steve Ellcey  <sellcey@mips.com>
14163
14164         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
14165         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
14166         (libc_feholdexcept_setround_mips): Ditto.
14167         (libc_feholdsetround): New.
14168         (libc_feholdsetroundf): New.
14169         (libc_feholdsetroundl): New.
14170         (libc_feupdateenv_test_mips): New.
14171         (libc_feupdateenv_test): New.
14172         (libc_feupdateenv_testf): New.
14173         (libc_feupdateenv_testl): New.
14174         (libc_feresetround): New.
14175         (libc_feresetroundf): New.
14176         (libc_feresetroundl): New.
14177         (libc_fetestexcept_mips): New.
14178         (libc_fetestexcept): New.
14179         (libc_fetestexceptf): New.
14180         (libc_fetestexceptl): New.
14181         (HAVE_RM_CTX): New.
14182         (libc_feholdexcept_setround_mips_ctx): New.
14183         (libc_feholdexcept_setround_ctx): New.
14184         (libc_feholdexcept_setroundf_ctx): New.
14185         (libc_feholdexcept_setroundl_ctx): New.
14186         (libc_fesetenv_mips_ctx): New.
14187         (libc_fesetenv_ctx): New.
14188         (libc_fesetenv_ctxf): New.
14189         (libc_fesetenv_ctxl): New.
14190         (libc_feupdateenv_mips_ctx): New.
14191         (libc_feupdateenv_ctx): New.
14192         (libc_feupdateenvf_ctx): New.
14193         (libc_feupdateenvl_ctx): New.
14194         (libc_feholdsetround_mips_ctx): New.
14195         (libc_feholdsetround_ctx): New.
14196         (libc_feholdsetroundf_ctx): New.
14197         (libc_feholdsetroundl_ctx): New.
14198         (libc_feresetround_mips_ctx): New.
14199         (libc_feresetround_ctx): New.
14200         (libc_feresetroundf_ctx): New.
14201         (libc_feresetroundl_ctx): New.
14202
14203 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
14204
14205         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
14206
14207         * manual/ipc.texi: New file.
14208         * manual/Makefile (chapters): Add ipc.
14209         * manual/job.texi: Add "Inter-Process Communication" to next.
14210         * manual/process.texi: Add "Inter-Process Communication" to prev.
14211
14212 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14213
14214         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
14215
14216 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
14217
14218         * malloc/malloc.c (__libc_calloc): Simplify implementation.
14219
14220         * manual/arith.texi: Fix spaces after sentences.
14221         * manual/charset.texi: Likewise.
14222         * manual/errno.texi: Likewise.
14223         * manual/install.texi: Likewise.
14224         * manual/llio.texi: Likewise.
14225         * manual/locale.texi: Likewise.
14226         * manual/maint.texi: Likewise.
14227         * manual/math.texi: Likewise.
14228         * manual/memory.texi: Likewise.
14229         * manual/message.texi: Likewise.
14230         * manual/probes.texi: Likewise.
14231         * manual/resource.texi: Likewise.
14232         * manual/signal.texi: Likewise.
14233         * manual/socket.texi: Likewise.
14234         * manual/stdio.texi: Likewise.
14235         * manual/string.texi: Likewise.
14236         * manual/time.texi: Likewise.
14237         * manual/users.texi: Likewise.
14238
14239 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
14240
14241         [BZ #16632]
14242         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
14243         _DEFAULT_SOURCE is defined.
14244
14245 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
14246             Carlos O'Donell  <carlos@redhat.com>
14247
14248         [BZ #16613]
14249         * elf/dl-tls.c (_dl_count_modids): New function.
14250         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
14251         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
14252         audit library and increment generation counter.
14253         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
14254         * elf/tst-audit9.c: New file.
14255         * elf/tst-auditmod9a.c: New file.
14256         * elf/tst-auditmod9b.c: New file.
14257         * elf/Makefile: Add rules to build and run tst-audit9.
14258
14259 2014-02-25  Florian Weimer  <fweimer@redhat.com>
14260
14261         [BZ #15347]
14262         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
14263
14264 2014-02-25  Will Newton  <will.newton@linaro.org>
14265
14266         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
14267         (__longjmp): Restore sp and lr before restoring callee
14268         saved registers.  Add longjmp and longjmp_target
14269         SystemTap probe point.
14270         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
14271         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
14272         Define to zero to match jmpbuf layout.
14273         * sysdeps/arm/setjmp.S: Include stap-probe.h.
14274         (__sigsetjmp): Save sp and lr before saving callee
14275         saved registers.  Add setjmp SystemTap probe point.
14276
14277 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
14278
14279         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
14280
14281 2014-02-24  Andreas Schwab  <schwab@suse.de>
14282
14283         [BZ #15804]
14284         * elf/pldd.c (wait_for_ptrace_stop): New function.
14285         (main): Call it after attaching.
14286
14287 2014-02-22  Roland McGrath  <roland@hack.frob.com>
14288
14289         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
14290         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
14291         Versions files is now verboten.
14292         * hurd/Versions (libc: GLIBC_2.0):
14293         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
14294         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
14295         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
14296         * mach/Versions: Likewise.
14297
14298         * csu/Versions: Remove unused %include.
14299         * resolv/Versions: Likewise.
14300
14301 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
14302
14303         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
14304         ($(objpfx)check-local-headers.out): Likewise.
14305         ($(objpfx)begin-end-check.out): Likewise.
14306         * Makerules (check-abi-%.out): Likewise.
14307         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
14308         ($(objpfx)test2.cat): Likewise.
14309         ($(objpfx)de/libc.cat): Likewise.
14310         ($(objpfx)test-gencat.out): Likewise.
14311         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
14312         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
14313         ($(objpfx)noload-mem): Likewise.
14314         ($(objpfx)tst-pathopt.out): Likewise.
14315         ($(objpfx)tst-rtld-load-self.out): Likewise.
14316         ($(objpfx)tst-array1-cmp.out): Likewise.
14317         ($(objpfx)tst-array1-static-cmp.out): Likewise.
14318         ($(objpfx)tst-array2-cmp.out): Likewise.
14319         ($(objpfx)tst-array3-cmp.out): Likewise.
14320         ($(objpfx)tst-array4-cmp.out): Likewise.
14321         ($(objpfx)tst-array5-cmp.out): Likewise.
14322         ($(objpfx)tst-array5-static-cmp.out): Likewise.
14323         ($(objpfx)check-textrel.out): Likewise.
14324         ($(objpfx)check-execstack.out): Likewise.
14325         ($(objpfx)check-localplt.out): Likewise.
14326         ($(objpfx)order2-cmp.out): Likewise.
14327         ($(objpfx)tst-leaks1-mem): Likewise.
14328         ($(objpfx)tst-leaks1-static-mem): Likewise.
14329         ($(objpfx)tst-initorder-cmp.out): Likewise.
14330         ($(objpfx)tst-initorder2-cmp.out): Likewise.
14331         ($(objpfx)tst-unused-dep.out): Likewise.
14332         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
14333         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
14334         * iconv/Makefile (test-iconvconfig): Likewise.
14335         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
14336         ($(objpfx)iconv-test.out): Likewise.
14337         ($(objpfx)tst-tables.out): Likewise.
14338         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
14339         ($(objpfx)tst-gettext.out): Likewise.
14340         ($(objpfx)tst-translit.out): Likewise.
14341         ($(objpfx)tst-gettext2.out): Likewise.
14342         ($(objpfx)tst-gettext4.out): Likewise.
14343         ($(objpfx)tst-gettext6.out): Likewise.
14344         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
14345         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
14346         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
14347         ($(objpfx)tst-fopenloc-mem.out): Likewise.
14348         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
14349         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
14350         * posix/Makefile ($(objpfx)globtest.out): Likewise.
14351         ($(objpfx)wordexp-tst.out): Likewise.
14352         ($(objpfx)annexc.out): Likewise.
14353         ($(objpfx)tst-fnmatch-mem): Likewise.
14354         ($(objpfx)bug-regex2-mem): Likewise.
14355         ($(objpfx)bug-regex14-mem): Likewise.
14356         ($(objpfx)bug-regex21-mem): Likewise.
14357         ($(objpfx)bug-regex31-mem): Likewise.
14358         ($(objpfx)tst-vfork3-mem): Likewise.
14359         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
14360         ($(objpfx)tst-pcre-mem): Likewise.
14361         ($(objpfx)tst-boost-mem): Likewise.
14362         ($(objpfx)tst-getconf.out): Likewise.
14363         ($(objpfx)bug-ga2-mem): Likewise.
14364         ($(objpfx)bug-glob2-mem): Likewise.
14365         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
14366         ($(objpfx)mtrace-tst-leaks2): Likewise.
14367         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
14368         ($(objpfx)tst-printf.out): Likewise.
14369         ($(objpfx)tst-setvbuf1.out): Likewise.
14370         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
14371         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
14372         ($(objpfx)tst-fmtmsg.out): Likewise.
14373         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
14374         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
14375
14376         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
14377         * bits/sigaction.h [__USE_MISC]: Likewise.
14378         * bits/waitstatus.h: Update #endif comments.
14379         * ctype/ctype.h: Likewise.
14380         * dirent/dirent.h: Likewise.
14381         [__USE_MISC]: Remove redundant conditionals.
14382         * grp/grp.h: Update #endif comments.
14383         [__USE_GNU]: Remove redundant conditionals.
14384         [__USE_MISC]: Likewise.
14385         * inet/netinet/in.h [__USE_GNU]: Likewise.
14386         * io/sys/stat.h [__USE_MISC]: Likewise.
14387         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
14388         * libio/bits/stdio.h: Update #endif comments.
14389         [__USE_MISC]: Remove redundant conditionals.
14390         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
14391         * libio/stdio.h: Update #endif comments.
14392         [__USE_MISC]: Remove redundant conditionals.
14393         * math/bits/math-finite.h [__USE_MISC]: Likewise.
14394         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
14395         * math/math.h: Update #else and #endif comments.
14396         [__USE_MISC]: Remove redundant conditionals.
14397         * misc/sys/uio.h: Update #endif comments.
14398         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
14399         * posix/glob.h [__USE_MISC]: Likewise.
14400         * posix/sys/types.h: Update #endif comments.
14401         [__USE_MISC]: Remove redundant conditionals.
14402         * posix/sys/wait.h: Update #endif comments.
14403         [__USE_MISC]: Remove redundant conditionals.
14404         * posix/unistd.h: Update #endif comments.
14405         [__USE_MISC]: Remove redundant conditionals.
14406         * pwd/pwd.h [__USE_GNU]: Likewise.
14407         [__USE_MISC]: Likewise.
14408         * resolv/netdb.h [__USE_GNU]: Likewise.
14409         * signal/signal.h: Update #endif comments.
14410         [__USE_MISC]: Remove redundant conditionals.
14411         * stdlib/stdlib.h: Update #else and #endif comments.
14412         [__USE_MISC]: Remove redundant conditionals.
14413         [__USE_GNU]: Likewise.
14414         * string/bits/string2.h [__USE_MISC]: Likewise.
14415         * string/string.h: Update #endif comments.
14416         [__USE_MISC]: Remove redundant conditionals.
14417         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
14418         Likewise.
14419         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
14420         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
14421         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
14422         Likewise.
14423         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
14424         Likewise.
14425         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
14426         comments.
14427         [__USE_MISC]: Remove redundant conditionals.
14428         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
14429         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
14430         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
14431         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
14432         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
14433         Likewise.
14434         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
14435         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
14436         Likewise.
14437         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
14438         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
14439         Likewise.
14440         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
14441         Likewise.
14442         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
14443         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
14444         Likewise.
14445         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
14446         Likewise.
14447         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
14448         * sysdeps/x86/bits/string.h: Update #endif comments.
14449         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
14450         conditionals.
14451         * time/sys/time.h: Update #endif comments.
14452         * time/time.h: Likewise.
14453         [__USE_MISC]: Remove redundant conditionals.
14454
14455 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
14456
14457         [BZ #16600]
14458         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
14459
14460 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
14461
14462         * Versions.def (librt): Add GLIBC_2.17.
14463
14464 2014-02-21  Adam Conrad  <adconrad@0c3.net>
14465
14466         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
14467         synonym for _SYS_AUXV_H to allow direct inclusion.
14468         * sysdeps/sparc/bits/hwcap.h: Likewise.
14469         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
14470         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
14471         * sysdeps/sparc/sysdep.h: Likewise.
14472
14473 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
14474
14475         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
14476
14477 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14478
14479         * benchtests/bench-strrchr.c: Print length instead of position.
14480
14481 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
14482
14483         [BZ #16611]
14484         * sysdeps/unix/sysv/linux/kernel-features.h
14485         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
14486         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
14487         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
14488         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
14489         Likewise.
14490         [__i386__ || __powerpc__ || __sh__ || __sparc__]
14491         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14492         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
14493         (__ASSUME_SENDMMSG): Define instead of using previous
14494         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
14495         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14496         (__ASSUME_SENDMMSG_SYSCALL): Define.
14497         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14498         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
14499         Likewise.
14500         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14501         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14502         Likewise.
14503         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14504         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14505         Likewise.
14506         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
14507         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14508         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14509         [__ASSUME_SENDMMSG]: Change conditionals to
14510         [__ASSUME_SENDMMSG_SOCKETCALL].
14511         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14512         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
14513         Define.
14514         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14515         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
14516         Likewise.
14517         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
14518         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
14519         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
14520         [!__ASSUME_SENDMMSG]: Change conditional to
14521         [!__ASSUME_SENDMMSG_SOCKETCALL].
14522         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14523         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
14524         Define.
14525
14526         [BZ #16610]
14527         * sysdeps/unix/sysv/linux/kernel-features.h
14528         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
14529         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
14530         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
14531         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
14532         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
14533         [__i386__ || __sparc__]
14534         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14535         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
14536         (__ASSUME_RECVMMSG): Define instead of using previous
14537         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
14538         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14539         (__ASSUME_RECVMMSG_SYSCALL): Define.
14540         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14541         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14542         Likewise.
14543         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14544         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14545         Likewise.
14546         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14547         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14548         Likewise.
14549         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
14550         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14551         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14552         [__ASSUME_RECVMMSG]: Change condition to
14553         [__ASSUME_RECVMMSG_SOCKETCALL].
14554         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14555         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14556         Define.
14557         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
14558         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14559         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
14560         Likewise.
14561         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
14562         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
14563         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
14564         [!__ASSUME_RECVMMSG]: Change condition to
14565         [!__ASSUME_RECVMMSG_SOCKETCALL].
14566         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14567         (__ASSUME_RECVMMSG_SYSCALL): Define.
14568
14569         [BZ #16609]
14570         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
14571         __powerpc__ || __s390__ || __sh__ || __sparc__]
14572         (__ASSUME_SOCKETCALL): Define.
14573         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
14574         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
14575         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
14576         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
14577         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14578         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
14579         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
14580         (__ASSUME_ACCEPT4): Define instead of using previous
14581         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
14582         __powerpc__ || __sparc__ || __s390__)] condition.
14583         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14584         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14585         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14586         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14587         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14588         [!__ASSUME_ACCEPT4]: Change condition to
14589         [!__ASSUME_ACCEPT4_SOCKETCALL].
14590         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14591         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
14592         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14593         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14594         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14595         __ASSUME_ACCEPT4_SYSCALL.
14596         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14597         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14598         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14599         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14600         __ASSUME_ACCEPT4_SYSCALL.
14601         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14602         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14603         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14604         [__ASSUME_ACCEPT4]: Change condition to
14605         [__ASSUME_ACCEPT4_SOCKETCALL].
14606         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14607         (__ASSUME_SOCKETCALL): Define.
14608         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14609         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14610         (__ASSUME_SOCKETCALL): Define.
14611         (__ASSUME_ACCEPT4): Remove.
14612         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14613         Define.
14614         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14615         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14616         Likewise.
14617         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14618         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14619
14620         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14621         macro.
14622         (HWCAP_ARM_LPAE): Likewise.
14623         (HWCAP_ARM_EVTSTRM): Likewise.
14624         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14625         Add vpfd32, lpae and evtstrm.
14626         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14627         Increase to 22.
14628
14629 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
14630
14631         * math/auto-libm-test-in: Add tests of clog10.
14632         * math/auto-libm-test-out: Regenerated.
14633         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14634         * sysdeps/i386/fpu/libm-test-ulps: Update.
14635         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14636
14637 2014-02-18  Andreas Schwab  <schwab@suse.de>
14638
14639         [BZ #16574]
14640         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14641         Store non-zero if the second buffer was newly allocated.
14642         (send_dg): Likewise.
14643         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14644         to send_vc and send_dg.
14645         (res_nsend): Pass NULL for ansp2_malloced.
14646         * resolv/res_query.c (__libc_res_nquery): Add parameter
14647         answerp2_malloced and pass it down to __libc_res_nsend.
14648         (res_nquery): Pass additional NULL to __libc_res_nquery.
14649         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14650         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
14651         second answer buffer if answerp2_malloced was set.
14652         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14653         (__libc_res_nquerydomain): Add parameter
14654         answerp2_malloced and pass it down to __libc_res_nquery.
14655         (res_nquerydomain): Pass additional NULL to
14656         __libc_res_nquerydomain.
14657         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14658         additional NULL to __libc_res_nsend and __libc_res_nquery.
14659         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14660         additional NULL to __libc_res_nsearch.
14661         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
14662         parameter of __libc_res_nsearch to check for separately allocated
14663         second buffer.
14664         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14665         __libc_res_nquery.
14666         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14667         additional NULL to __libc_res_nquery.
14668         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14669         __libc_res_nsearch.
14670         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14671         * include/resolv.h: Update prototypes of __libc_res_nquery,
14672         __libc_res_nsearch, __libc_res_nsend.
14673
14674 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
14675
14676         * math/auto-libm-test-in: Add tests of fma.
14677         * math/auto-libm-test-out: Regenerated.
14678         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14679         (fma_towardzero_test_data): Likewise.
14680         (fma_downward_test_data): Likewise.
14681         (fma_upward_test_data): Likewise.
14682         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14683         mpc_mode.
14684         (rounding_modes): Add values for new field.
14685         (func_calc_method): Add value mpfr_fff_f.
14686         (func_calc_desc): Add mpfr_fff_f union field.
14687         (test_function): Add field exact_args.
14688         (FUNC): Add macro argument EXACT_ARGS.
14689         (FUNC_mpfr_f_f): Update call to FUNC.
14690         (FUNC_mpfr_f_f): Likewise.
14691         (FUNC_mpfr_ff_f): Likewise.
14692         (FUNC_mpfr_if_f): Likewise.
14693         (FUNC_mpc_c_f): Likewise.
14694         (FUNC_mpc_c_c): Likewise.
14695         (test_functions): Add fma.  Update calls to FUNC.
14696         (handle_input_arg): Add argument exact_args.
14697         (add_test): Update call to handle_input_arg.
14698         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
14699         (output_for_one_input_case): Update call to calc_generic_results.
14700         Recalculate exact zero results in each rounding mode.
14701
14702         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14703         non-negative before setting low bit.
14704         * math/auto-libm-test-in: Mark one asin test possibly having
14705         spurious underflow.
14706         * math/auto-libm-test-out: Regenerated.
14707         * sysdeps/i386/fpu/libm-test-ulps: Update.
14708         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14709
14710 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
14711
14712         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14713         * sysdeps/unix/sysv/linux/microblaze: Move directory from
14714         ports/sysdeps/unix/sysv/linux/microblaze.
14715         * README: Add missing listing for microblaze*-*-linux-gnu.
14716
14717 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
14718
14719         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14720         duplicate code
14721
14722 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
14723
14724         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14725         * sysdeps/unix/sysv/linux/ia64: Move directory from
14726         ports/sysdeps/unix/sysv/linux/ia64.
14727         * README: Update listing for ia64-*-linux-gnu.
14728
14729 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
14730             Joseph Myers  <joseph@codesourcery.com>
14731
14732         * Makeconfig (test-name): New variable.
14733         (evaluate-test): Likewise.
14734         * Makerules (do-test-clean): Remove .test-result files.
14735         (common-mostlyclean): Likewise.
14736         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14737         * scripts/evaluate-test.sh: New file.
14738
14739 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
14740
14741         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14742         separate $(objpfx)tst-fopenloc-cmp.out and
14743         $(objpfx)tst-fopenloc-mem.out targets.
14744         (tests): Update dependencies.
14745         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14746         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
14747         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
14748         (tst-rxspencer-no-utf8-ARGS): New variable.
14749         (tst-rxspencer-no-utf8-ENV): Likewise.
14750         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
14751         instead of $(objpfx)tst-rxspencer-mem.
14752         ($(objpfx)tst-rxspencer-mem): Change target to
14753         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
14754         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
14755         * posix/tst-rxspencer-no-utf8.c: New file.
14756
14757         * elf/Makefile ($(objpfx)order.out): Remove rule.
14758         [$(run-built-tests) = yes] (tests): Depend on
14759         $(objpfx)order-cmp.out.
14760         ($(objpfx)order-cmp.out): New rule.
14761         [$(run-built-tests) = yes] (tests): Depend on
14762         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
14763         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
14764         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
14765         $(objpfx)tst-array5-static-cmp.out.
14766         ($(objpfx)tst-array1.out): Remove rule.
14767         ($(objpfx)tst-array1-cmp.out): New rule.
14768         ($(objpfx)tst-array1-static.out): Remove rule.
14769         ($(objpfx)tst-array1-static-cmp.out): New rule.
14770         ($(objpfx)tst-array2.out): Remove rule.
14771         ($(objpfx)tst-array2-cmp.out): New rule.
14772         ($(objpfx)tst-array3.out): Remove rule.
14773         ($(objpfx)tst-array3-cmp.out): New rule.
14774         ($(objpfx)tst-array4.out): Remove rule.
14775         ($(objpfx)tst-array4-cmp.out): New rule.
14776         ($(objpfx)tst-array5.out): Remove rule.
14777         ($(objpfx)tst-array5-cmp.out): New rule.
14778         ($(objpfx)tst-array5-static.out): Remove rule.
14779         ($(objpfx)tst-array5-static-cmp.out): New rule.
14780         [$(run-built-tests) = yes] (tests): Depend on
14781         $(objpfx)order2-cmp.out.
14782         ($(objpfx)order2.out): Remove rule.
14783         ($(objpfx)order2-cmp.out): New rule.
14784         ($(objpfx)tst-initorder.out): Remove rule.
14785         [$(run-built-tests) = yes] (tests): Depend on
14786         $(objpfx)tst-initorder-cmp.out.
14787         ($(objpfx)tst-initorder-cmp.out): New rule.
14788         ($(objpfx)tst-initorder2.out): Remove rule.
14789         [$(run-built-tests) = yes] (tests): Depend on
14790         $(objpfx)tst-initorder2-cmp.out.
14791         ($(objpfx)tst-initorder2-cmp.out): New rule.
14792         [$(run-built-tests) = yes] (tests): Depend on
14793         $(objpfx)tst-unused-dep-cmp.out.
14794         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
14795         ($(objpfx)tst-unused-dep-cmp.out): New rule.
14796         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
14797         on $(objpfx)tst-setvbuf1-cmp.out.
14798         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
14799         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
14800         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
14801         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
14802         ($(objpfx)tst-svc.out): Remove rule.
14803         ($(objpfx)tst-svc-cmp.out): New rule.
14804
14805 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
14806
14807         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
14808         * ctype/ctype.h [__USE_MISC]: Likewise.
14809         * dirent/dirent.h [__USE_MISC]: Likewise.
14810         * grp/grp.h [__USE_MISC]: Likewise.
14811         * io/fcntl.h [__USE_MISC]: Likewise.
14812         * io/sys/stat.h [__USE_MISC]: Likewise.
14813         * libio/stdio.h [__USE_MISC]: Likewise.
14814         * posix/unistd.h [__USE_MISC]: Likewise.
14815         * pwd/pwd.h [__USE_MISC]: Likewise.
14816         * stdlib.h [__USE_MISC]: Likewise.
14817         * string/bits/string2.h [__USE_MISC]: Likewise.
14818         * string/string.h [__USE_MISC]: Likewise.
14819         * time/time.h [__USE_MISC]: Likewise.
14820
14821 2014-02-13  Andreas Schwab  <schwab@suse.de>
14822
14823         [BZ #16574]
14824         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
14825         second answer buffer if it was separately allocated.
14826
14827 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
14828
14829         * sysdeps/mips/math-tests.h: Include <features.h>.
14830         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14831         (ROUNDING_TESTS_long_double): Do not define.
14832         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14833         (EXCEPTION_TESTS_long_double): Likewise.
14834         * sysdeps/mips/mips64/libm-test-ulps: Update.
14835
14836         * include/features.h (__USE_BSD): Remove macro definitions.
14837         (__USE_SVID): Likewise.
14838         (_BSD_SOURCE): Likewise.
14839         (_SVID_SOURCE): Likewise.
14840         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
14841         from definition of _DEFAULT_SOURCE.
14842         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
14843         [_DEFAULT_SOURCE].
14844         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
14845         * bits/mman.h [__USE_BSD]: Likewise.
14846         * bits/termios.h [__USE_BSD]: Likewise.
14847         * bits/waitstatus.h [__USE_BSD]: Likewise.
14848         * ctype/ctype.h [__USE_SVID]: Likewise.
14849         * dirent/dirent.h [__USE_BSD]: Likewise.
14850         * grp/grp.h [__USE_SVID]: Likewise.
14851         [__USE_BSD]: Likewise.
14852         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
14853         * io/fcntl.h [__USE_BSD]: Likewise.
14854         * io/ftw.h [__USE_BSD]: Likewise.
14855         * io/sys/stat.h [__USE_BSD]: Likewise.
14856         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
14857         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
14858         * libio/stdio.h [__USE_SVID]: Likewise.
14859         [__USE_BSD]: Likewise.
14860         * math/math.h [__USE_SVID]: Likewise.
14861         [__USE_BSD]: Likewise.
14862         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
14863         * misc/bits/syslog.h [__USE_BSD]: Likewise.
14864         * misc/search.h [__USE_SVID]: Likewise.
14865         * misc/sys/mman.h [__USE_BSD]: Likewise.
14866         * misc/sys/syslog.h [__USE_BSD]: Likewise.
14867         * misc/sys/uio.h [__USE_BSD]: Likewise.
14868         * posix/bits/unistd.h [__USE_BSD]: Likewise.
14869         * posix/glob.h [__USE_BSD]: Likewise.
14870         * posix/regex.h [__USE_BSD]: Likewise.
14871         * posix/sys/types.h [__USE_BSD]: Likewise.
14872         [__USE_SVID]: Likewise.
14873         * posix/sys/utsname.h [__USE_SVID]: Likewise.
14874         * posix/sys/wait.h [__USE_BSD]: Likewise.
14875         [__USE_SVID]: Likewise.
14876         * posix/unistd.h [__USE_BSD]: Likewise.
14877         [__USE_SVID]: Likewise.
14878         * pwd/pwd.h [__USE_SVID]: Likewise.
14879         * resolv/netdb.h [__USE_BSD]: Likewise.
14880         * setjmp/setjmp.h [__USE_BSD]: Likewise.
14881         * signal/signal.h [__USE_BSD]: Likewise.
14882         [__USE_SVID]: Likewise.
14883         * socket/sys/socket.h [__USE_BSD]: Likewise.
14884         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
14885         * stdlib/stdlib.h [__USE_BSD]: Likewise.
14886         [__USE_SVID]: Likewise.
14887         * string/bits/string2.h [__USE_BSD]: Likewise.
14888         [__USE_SVID]: Likewise.
14889         * string/bits/string3.h [__USE_BSD]: Likewise.
14890         * string/endian.h [__USE_BSD]: Likewise.
14891         * string/string.h [__USE_SVID]: Likewise.
14892         [__USE_BSD]: Likewise.
14893         * string/strings.h [__USE_BSD]: Likewise.
14894         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
14895         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
14896         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
14897         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
14898         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
14899         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
14900         Likewise.
14901         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
14902         Likewise.
14903         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
14904         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
14905         Likewise.
14906         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
14907         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
14908         Likewise.
14909         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
14910         Likewise.
14911         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
14912         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
14913         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
14914         Likewise.
14915         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
14916         Likewise.
14917         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
14918         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
14919         * termios/termios.h [__USE_BSD]: Likewise.
14920         * time/sys/time.h [__USE_BSD]: Likewise.
14921         * time/time.h [__USE_BSD]: Likewise.
14922         [__USE_SVID]: Likewise.
14923
14924         * Makefile (subdir_targets): Remove subdir_lint.out.
14925
14926         * stdio-common/Makefile (do-tst-unbputc): Remove target.
14927         (do-tst-printf): Likewise.
14928         (tests): Depend directly on $(objpfx)tst-unbputc.out and
14929         $(objpfx)tst-printf.out.
14930
14931         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
14932
14933         * Makerules (check-abi-%): Change target to
14934         $(objpfx)check-abi-%.out.
14935         (check-abi target): Update dependencies.
14936         (check-abi-pattern variable): Redirect output of diff to $@.
14937         (check-abi variable): Likewise.
14938         * elf/Makefile (check-abi): Update dependencies.
14939
14940         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
14941         unused.
14942         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
14943         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
14944         subnormal range.
14945         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
14946         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
14947         value has largest subnormal exponent.
14948         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
14949         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
14950         * sysdeps/aarch64/soft-fp/sfp-machine.h
14951         (_FP_TININESS_AFTER_ROUNDING): New macro.
14952         * sysdeps/alpha/soft-fp/sfp-machine.h
14953         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14954         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14955         Likewise.
14956         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
14957         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14958         * sysdeps/mips/soft-fp/sfp-machine.h
14959         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14960         * sysdeps/powerpc/soft-fp/sfp-machine.h
14961         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14962         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14963         Likewise.
14964         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
14965         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14966         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
14967         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14968         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14969         Likewise.
14970
14971 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
14972
14973         [BZ #16545]
14974         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
14975         model 1.
14976
14977 2014-02-12  Richard Henderson  <rth@redhat.com>
14978
14979         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
14980         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
14981         * sysdeps/unix/sysv/linux/alpha: Move directory from
14982         ports/sysdeps/unix/sysv/linux/alpha.
14983         * README: Update listing for alpha-*-linux-gnu.
14984
14985 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
14986
14987         * include/features.h: Update comment documenting feature test
14988         macros.
14989         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
14990         _DEFAULT_SOURCE.
14991         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
14992         (_SVID_SOURCE): Likewise.
14993         (_DEFAULT_SOURCE): Update description of default features.
14994         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
14995         with _GNU_SOURCE.
14996         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
14997         (S_ISVTX): Likewise.
14998         * manual/math.texi (Mathematical Constants): Likewise.
14999         * manual/signal.texi (Interrupted Primitives): Likewise.
15000         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
15001         * math/test-matherr.c (_SVID_SOURCE): Do not define.
15002         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
15003         Don't refer to _SVID_SOURCE in warning text.
15004
15005         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15006
15007         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
15008         already defined.
15009         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
15010         * sysdeps/mips/dl-lookup.c: Remove.
15011         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
15012
15013 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15014
15015         [BZ #16447]
15016         * math/auto-libm-test-in: Add testcase for expl.
15017         * math/auto-libm-test-out: Regenerate.
15018         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
15019         calculation of unsafe.
15020         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
15021
15022 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15023
15024         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
15025         * sysdeps/unix/sysv/linux/aarch64: Move directory from
15026         ports/sysdeps/unix/sysv/linux/aarch64.
15027         * README: Update listing for aarch64*-*-linux-gnu.
15028
15029 2014-02-11  Will Newton  <will.newton@linaro.org>
15030
15031         * manual/probes.texi (Mathematical Function Probes): Use
15032         "triggered" instead of "hit".
15033
15034         * manual/probes.texi (Internal Probes): Add documentation
15035         of setjmp, longjmp and longjmp_target probes.
15036
15037         * include/stap-probe.h: Add comment about probe argument
15038         format.
15039
15040         * malloc/mtrace.c (attribute_hidden): Remove unused macro
15041         definition.  (tr_where, tr_freehook, tr_mallochook,
15042         tr_reallochook, tr_memalignhook): Use ANSI protoype.
15043
15044 2014-02-11  David S. Miller  <davem@davemloft.net>
15045
15046         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
15047         processing int_tests.
15048
15049 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
15050
15051         * sysdeps/mips: Move directory from ports/sysdeps/mips.
15052         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
15053         * sysdeps/unix/sysv/linux/mips: Move directory from
15054         ports/sysdeps/unix/sysv/linux/mips.
15055         * README: Update listing for mips-*-linux-gnu and
15056         mips64-*-linux-gnu.
15057
15058 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
15059
15060         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
15061         * sysdeps/unix/sysv/linux/m68k: Move directory from
15062         ports/sysdeps/unix/sysv/linux/m68k.
15063         * README: Update listing for m68k-*-linux-gnu.
15064
15065 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
15066
15067         * sysdeps/tile: Move directory from ports/sysdeps/tile.
15068         * sysdeps/unix/sysv/linux/generic: Move directory from
15069         ports/sysdeps/unix/sysv/linux/generic.
15070         * sysdeps/unix/sysv/linux/tile: Move directory from
15071         ports/sysdeps/unix/sysv/linux/tile.
15072         * README: Update listing for tile*-*-linux-gnu.
15073
15074 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
15075
15076         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
15077         __builtin_expect.
15078         * benchtests/bench-memmem.c (simple_memmem): Likewise.
15079         * catgets/open_catalog.c (__open_catalog): Likewise.
15080         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
15081         * debug/confstr_chk.c: Likewise.
15082         * debug/fread_chk.c (__fread_chk): Likewise.
15083         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
15084         * debug/getgroups_chk.c: Likewise.
15085         * debug/mbsnrtowcs_chk.c: Likewise.
15086         * debug/mbsrtowcs_chk.c: Likewise.
15087         * debug/mbstowcs_chk.c: Likewise.
15088         * debug/memcpy_chk.c: Likewise.
15089         * debug/memmove_chk.c: Likewise.
15090         * debug/mempcpy_chk.c: Likewise.
15091         * debug/memset_chk.c: Likewise.
15092         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
15093         * debug/strcat_chk.c (__strcat_chk): Likewise.
15094         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
15095         * debug/strncat_chk.c (__strncat_chk): Likewise.
15096         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
15097         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
15098         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
15099         * debug/wcpncpy_chk.c: Likewise.
15100         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
15101         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
15102         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
15103         * debug/wcsncpy_chk.c: Likewise.
15104         * debug/wcsnrtombs_chk.c: Likewise.
15105         * debug/wcsrtombs_chk.c: Likewise.
15106         * debug/wcstombs_chk.c: Likewise.
15107         * debug/wmemcpy_chk.c: Likewise.
15108         * debug/wmemmove_chk.c: Likewise.
15109         * debug/wmempcpy_chk.c: Likewise.
15110         * debug/wmemset_chk.c: Likewise.
15111         * dirent/scandirat.c (SCANDIRAT): Likewise.
15112         * dlfcn/dladdr1.c (dladdr1): Likewise.
15113         * dlfcn/dladdr.c (dladdr): Likewise.
15114         * dlfcn/dlclose.c (dlclose_doit): Likewise.
15115         * dlfcn/dlerror.c (__dlerror): Likewise.
15116         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
15117         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
15118         * dlfcn/dlopen.c (dlopen_doit): Likewise.
15119         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
15120         * dlfcn/dlsym.c (dlsym_doit): Likewise.
15121         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
15122         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
15123         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
15124         Likewise.
15125         * elf/dl-conflict.c: Likewise.
15126         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
15127         * elf/dl-dst.h: Likewise.
15128         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
15129         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
15130         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
15131         * elf/dl-init.c (call_init, _dl_init): Likewise.
15132         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
15133         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
15134         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
15135         Likewise.
15136         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
15137         Likewise.
15138         * elf/dl-minimal.c (__libc_memalign): Likewise.
15139         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
15140         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
15141         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
15142         * elf/dl-sym.c (do_sym): Likewise.
15143         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
15144         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
15145         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
15146         * elf/dl-writev.h (_dl_writev): Likewise.
15147         * elf/ldconfig.c (search_dir): Likewise.
15148         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
15149         (dl_main): Likewise.
15150         * elf/setup-vdso.h (setup_vdso): Likewise.
15151         * grp/compat-initgroups.c (compat_call): Likewise.
15152         * grp/fgetgrent.c (fgetgrent): Likewise.
15153         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
15154         * grp/putgrent.c (putgrent): Likewise.
15155         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
15156         Likewise.
15157         * hurd/hurdinit.c: Likewise.
15158         * iconvdata/8bit-gap.c (struct): Likewise.
15159         * iconvdata/ansi_x3.110.c : Likewise.
15160         * iconvdata/big5.c : Likewise.
15161         * iconvdata/big5hkscs.c : Likewise.
15162         * iconvdata/cp1255.c: Likewise.
15163         * iconvdata/cp1258.c : Likewise.
15164         * iconvdata/cp932.c : Likewise.
15165         * iconvdata/euc-cn.c: Likewise.
15166         * iconvdata/euc-jisx0213.c : Likewise.
15167         * iconvdata/euc-jp.c: Likewise.
15168         * iconvdata/euc-jp-ms.c : Likewise.
15169         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
15170         * iconvdata/gb18030.c : Likewise.
15171         * iconvdata/gbbig5.c (const): Likewise.
15172         * iconvdata/gbgbk.c: Likewise.
15173         * iconvdata/gbk.c : Likewise.
15174         * iconvdata/ibm1364.c : Likewise.
15175         * iconvdata/ibm930.c : Likewise.
15176         * iconvdata/ibm932.c: Likewise.
15177         * iconvdata/ibm933.c : Likewise.
15178         * iconvdata/ibm935.c : Likewise.
15179         * iconvdata/ibm937.c : Likewise.
15180         * iconvdata/ibm939.c : Likewise.
15181         * iconvdata/ibm943.c: Likewise.
15182         * iconvdata/iso_11548-1.c: Likewise.
15183         * iconvdata/iso-2022-cn.c : Likewise.
15184         * iconvdata/iso-2022-cn-ext.c : Likewise.
15185         * iconvdata/iso-2022-jp-3.c: Likewise.
15186         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
15187         * iconvdata/iso-2022-kr.c : Likewise.
15188         * iconvdata/iso646.c (gconv_end): Likewise.
15189         * iconvdata/iso_6937-2.c : Likewise.
15190         * iconvdata/iso_6937.c : Likewise.
15191         * iconvdata/iso8859-1.c: Likewise.
15192         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
15193         * iconvdata/shift_jisx0213.c : Likewise.
15194         * iconvdata/sjis.c : Likewise.
15195         * iconvdata/t.61.c : Likewise.
15196         * iconvdata/tcvn5712-1.c : Likewise.
15197         * iconvdata/tscii.c: Likewise.
15198         * iconvdata/uhc.c : Likewise.
15199         * iconvdata/unicode.c (gconv_end): Likewise.
15200         * iconvdata/utf-16.c (gconv_end): Likewise.
15201         * iconvdata/utf-32.c (gconv_end): Likewise.
15202         * iconvdata/utf-7.c (base64): Likewise.
15203         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
15204         * iconv/gconv_close.c (__gconv_close): Likewise.
15205         * iconv/gconv_open.c (__gconv_open): Likewise.
15206         * iconv/gconv_simple.c (internal_ucs4_loop_single)
15207         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
15208         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
15209         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
15210         (ucs4le_internal_loop_single): Likewise.
15211         * iconv/iconv.c (iconv): Likewise.
15212         * iconv/iconv_close.c: Likewise.
15213         * iconv/loop.c (SINGLE): Likewise.
15214         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
15215         * include/atomic.h: Likewise.
15216         * inet/inet6_option.c (option_alloc): Likewise.
15217         * intl/bindtextdom.c (set_binding_values): Likewise.
15218         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
15219         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
15220         * intl/localealias.c (read_alias_file): Likewise.
15221         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
15222         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
15223         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
15224         * libio/fmemopen.c (fmemopen): Likewise.
15225         * libio/iofgets.c (_IO_fgets): Likewise.
15226         * libio/iofgets_u.c (fgets_unlocked): Likewise.
15227         * libio/iofgetws.c (fgetws): Likewise.
15228         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
15229         * libio/iogetdelim.c (_IO_getdelim): Likewise.
15230         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
15231         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
15232         * locale/findlocale.c (_nl_find_locale): Likewise.
15233         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
15234         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
15235         Likewise.
15236         * locale/setlocale.c (setlocale): Likewise.
15237         * login/programs/pt_chown.c (main): Likewise.
15238         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
15239         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
15240         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
15241         (mmap, mmap64, mremap, munmap): Likewise.
15242         * math/e_exp2l.c: Likewise.
15243         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
15244         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
15245         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
15246         * math/s_catan.c (__catan): Likewise.
15247         * math/s_catanf.c (__catanf): Likewise.
15248         * math/s_catanh.c (__catanh): Likewise.
15249         * math/s_catanhf.c (__catanhf): Likewise.
15250         * math/s_catanhl.c (__catanhl): Likewise.
15251         * math/s_catanl.c (__catanl): Likewise.
15252         * math/s_ccosh.c (__ccosh): Likewise.
15253         * math/s_ccoshf.c (__ccoshf): Likewise.
15254         * math/s_ccoshl.c (__ccoshl): Likewise.
15255         * math/s_cexp.c (__cexp): Likewise.
15256         * math/s_cexpf.c (__cexpf): Likewise.
15257         * math/s_cexpl.c (__cexpl): Likewise.
15258         * math/s_clog10.c (__clog10): Likewise.
15259         * math/s_clog10f.c (__clog10f): Likewise.
15260         * math/s_clog10l.c (__clog10l): Likewise.
15261         * math/s_clog.c (__clog): Likewise.
15262         * math/s_clogf.c (__clogf): Likewise.
15263         * math/s_clogl.c (__clogl): Likewise.
15264         * math/s_csin.c (__csin): Likewise.
15265         * math/s_csinf.c (__csinf): Likewise.
15266         * math/s_csinh.c (__csinh): Likewise.
15267         * math/s_csinhf.c (__csinhf): Likewise.
15268         * math/s_csinhl.c (__csinhl): Likewise.
15269         * math/s_csinl.c (__csinl): Likewise.
15270         * math/s_csqrt.c (__csqrt): Likewise.
15271         * math/s_csqrtf.c (__csqrtf): Likewise.
15272         * math/s_csqrtl.c (__csqrtl): Likewise.
15273         * math/s_ctan.c (__ctan): Likewise.
15274         * math/s_ctanf.c (__ctanf): Likewise.
15275         * math/s_ctanh.c (__ctanh): Likewise.
15276         * math/s_ctanhf.c (__ctanhf): Likewise.
15277         * math/s_ctanhl.c (__ctanhl): Likewise.
15278         * math/s_ctanl.c (__ctanl): Likewise.
15279         * math/w_pow.c: Likewise.
15280         * math/w_powf.c: Likewise.
15281         * math/w_powl.c: Likewise.
15282         * math/w_scalb.c (sysv_scalb): Likewise.
15283         * math/w_scalbf.c (sysv_scalbf): Likewise.
15284         * math/w_scalbl.c (sysv_scalbl): Likewise.
15285         * misc/error.c (error_tail): Likewise.
15286         * misc/pselect.c (__pselect): Likewise.
15287         * nis/nis_callback.c (__nis_create_callback): Likewise.
15288         * nis/nis_call.c (__nisfind_server): Likewise.
15289         * nis/nis_creategroup.c (nis_creategroup): Likewise.
15290         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
15291         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
15292         * nis/nis_getservlist.c (nis_getservlist): Likewise.
15293         * nis/nis_lookup.c (nis_lookup): Likewise.
15294         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
15295         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
15296         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
15297         * nis/nis_xdr.c (xdr_endpoint): Likewise.
15298         * nis/nss_compat/compat-grp.c (getgrent_next_file)
15299         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
15300         * nis/nss_compat/compat-initgroups.c (add_group)
15301         (internal_getgrent_r): Likewise.
15302         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
15303         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
15304         * nis/nss_compat/compat-spwd.c (getspent_next_file)
15305         (internal_getspnam_r): Likewise.
15306         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
15307         (_nss_nis_getaliasbyname_r): Likewise.
15308         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
15309         (_nss_nis_getntohost_r): Likewise.
15310         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
15311         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
15312         (_nss_nis_getgrgid_r): Likewise.
15313         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
15314         (internal_nis_gethostent_r, internal_gethostbyname2_r)
15315         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
15316         (_nss_nis_gethostbyname4_r): Likewise.
15317         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
15318         (initgroups_netid): Likewise.
15319         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
15320         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
15321         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
15322         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
15323         (_nss_nis_getprotobynumber_r): Likewise.
15324         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
15325         (_nss_nis_getsecretkey): Likewise.
15326         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
15327         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
15328         (_nss_nis_getpwuid_r): Likewise.
15329         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
15330         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
15331         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
15332         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
15333         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
15334         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
15335         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
15336         Likewise.
15337         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
15338         (_nss_nisplus_getntohost_r): Likewise.
15339         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
15340         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
15341         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
15342         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
15343         Likewise.
15344         * nis/nss_nisplus/nisplus-initgroups.c
15345         (_nss_nisplus_initgroups_dyn): Likewise.
15346         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
15347         (_nss_nisplus_getnetbyaddr_r): Likewise.
15348         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
15349         (_nss_nisplus_getprotobynumber_r): Likewise.
15350         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
15351         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
15352         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
15353         Likewise.
15354         * nis/nss_nisplus/nisplus-service.c
15355         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
15356         (_nss_nisplus_getservbyport_r): Likewise.
15357         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
15358         (_nss_nisplus_getspnam_r): Likewise.
15359         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
15360         Likewise.
15361         * nscd/aicache.c (addhstaiX): Likewise.
15362         * nscd/cache.c (cache_search, prune_cache): Likewise.
15363         * nscd/connections.c (register_traced_file, send_ro_fd)
15364         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
15365         (main_loop_epoll): Likewise.
15366         * nscd/grpcache.c (addgrbyX): Likewise.
15367         * nscd/hstcache.c (addhstbyX): Likewise.
15368         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15369         * nscd/mem.c (gc, mempool_alloc): Likewise.
15370         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
15371         (addinnetgrX): Likewise.
15372         * nscd/nscd-client.h (__nscd_acquire_maplock)
15373         (__nscd_drop_map_ref): Likewise.
15374         * nscd/nscd_getai.c (__nscd_getai): Likewise.
15375         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
15376         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
15377         Likewise.
15378         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
15379         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
15380         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
15381         (__nscd_get_map_ref): Likewise.
15382         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
15383         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
15384         Likewise.
15385         * nscd/pwdcache.c (addpwbyX): Likewise.
15386         * nscd/selinux.c (preserve_capabilities): Likewise.
15387         * nscd/servicescache.c (addservbyX): Likewise.
15388         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
15389         * posix/fnmatch.c (fnmatch): Likewise.
15390         * posix/getopt.c (_getopt_internal_r): Likewise.
15391         * posix/glob.c (glob, glob_in_dir): Likewise.
15392         * posix/wordexp.c (exec_comm_child): Likewise.
15393         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
15394         (getanswer_r, gaih_getanswer_slice): Likewise.
15395         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
15396         * resolv/res_init.c: Likewise.
15397         * resolv/res_mkquery.c (res_nmkquery): Likewise.
15398         * resolv/res_query.c (__libc_res_nquery): Likewise.
15399         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
15400         Likewise.
15401         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
15402         * stdio-common/perror.c (perror): Likewise.
15403         * stdio-common/printf_fp.c (___printf_fp): Likewise.
15404         * stdio-common/tmpnam.c (tmpnam): Likewise.
15405         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
15406         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
15407         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
15408         Likewise.
15409         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
15410         * stdlib/putenv.c (putenv): Likewise.
15411         * stdlib/setenv.c (__add_to_environ): Likewise.
15412         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
15413         * stdlib/strtol_l.c (INTERNAL): Likewise.
15414         * string/memmem.c (memmem): Likewise.
15415         * string/strerror.c (strerror): Likewise.
15416         * string/strnlen.c (__strnlen): Likewise.
15417         * string/test-memmem.c (simple_memmem): Likewise.
15418         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
15419         * sunrpc/pm_getport.c (__get_socket): Likewise.
15420         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
15421         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
15422         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
15423         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
15424         Likewise.
15425         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
15426         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
15427         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
15428         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
15429         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
15430         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
15431         Likewise.
15432         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
15433         Likewise.
15434         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
15435         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
15436         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
15437         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
15438         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
15439         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
15440         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15441         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
15442         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
15443         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
15444         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
15445         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
15446         Likewise.
15447         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
15448         Likewise.
15449         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
15450         Likewise.
15451         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
15452         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
15453         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
15454         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
15455         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
15456         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
15457         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
15458         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
15459         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
15460         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
15461         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
15462         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
15463         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
15464         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
15465         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
15466         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
15467         Likewise.
15468         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
15469         Likewise.
15470         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
15471         Likewise.
15472         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
15473         Likewise.
15474         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
15475         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
15476         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
15477         Likewise.
15478         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
15479         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
15480         * sysdeps/posix/opendir.c (__opendirat): Likewise.
15481         * sysdeps/posix/sleep.c: Likewise.
15482         * sysdeps/posix/tempname.c: Likewise.
15483         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
15484         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15485         Likewise.
15486         * sysdeps/powerpc/powerpc32/dl-machine.h
15487         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
15488         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
15489         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15490         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
15491         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
15492         Likewise.
15493         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
15494         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
15495         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15496         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
15497         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
15498         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
15499         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
15500         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
15501         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
15502         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
15503         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
15504         (elf_machine_lazy_rel): Likewise.
15505         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
15506         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
15507         (elf_machine_lazy_rel): Likewise.
15508         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
15509         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
15510         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
15511         * sysdeps/unix/grantpt.c (grantpt): Likewise.
15512         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
15513         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
15514         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
15515         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
15516         Likewise.
15517         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
15518         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
15519         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
15520         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
15521         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
15522         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
15523         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
15524         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
15525         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
15526         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
15527         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
15528         Likewise.
15529         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
15530         (__posix_fallocate64_l64): Likewise.
15531         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
15532         (posix_fallocate): Likewise.
15533         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
15534         Likewise.
15535         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
15536         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
15537         (getifaddrs_internal): Likewise.
15538         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
15539         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
15540         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
15541         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
15542         * sysdeps/unix/sysv/linux/posix_fallocate64.c
15543         (__posix_fallocate64_l64): Likewise.
15544         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
15545         Likewise.
15546         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
15547         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
15548         (__get_clockfreq): Likewise.
15549         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
15550         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
15551         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
15552         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
15553         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
15554         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
15555         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
15556         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
15557         Likewise.
15558         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
15559         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
15560         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
15561         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
15562         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
15563         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
15564         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
15565         Likewise.
15566         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
15567         (posix_fallocate): Likewise.
15568         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
15569         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
15570         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
15571         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
15572         (elf_machine_rela, elf_machine_rela_relative)
15573         (elf_machine_lazy_rel): Likewise.
15574         * time/asctime.c (asctime_internal): Likewise.
15575         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
15576         * time/tzset.c (__tzset_parse_tz): Likewise.
15577         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
15578         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
15579         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
15580         * wcsmbs/wcsmbsload.h: Likewise.
15581
15582         [BZ #15894]
15583         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15584
15585         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15586         (arena_get2): Remove THREAD_STATS conditionals.
15587         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15588         (__malloc_stats, int): Likewise.
15589
15590 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
15591
15592         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15593         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
15594
15595         * manual/setjmp.texi: Fix typos/grammar errors.
15596
15597         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15598         Only return early when n is <= 0.  Delete unused return statement.
15599
15600         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15601         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15602         * debug/tst-longjmp_chk3.c: New file.
15603
15604         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15605         (test_main): Replace code with set_fortify_handler call.
15606         * debug/test-strcpy_chk.c: Likewise.
15607         * debug/tst-chk1.c: Likewise.
15608         * debug/tst-longjmp_chk.c: Likewise.
15609         * test-skeleton.c: Include fcntl.h & paths.h
15610         (set_fortify_handler): Define.
15611
15612         * debug/tst-longjmp_chk.c: Add header comment and include
15613         ../test-skeleton.c.
15614         (do_test): Mark static.
15615         (TEST_FUNCTION): Define.
15616
15617         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15618         (IP_PMTUDISC_INTERFACE): Likewise.
15619         (IP_MULTICAST_IF): Likewise.
15620         (IP_MULTICAST_TTL): Likewise.
15621         (IP_MULTICAST_LOOP): Likewise.
15622         (IP_ADD_MEMBERSHIP): Likewise.
15623         (IP_DROP_MEMBERSHIP): Likewise.
15624         (IP_UNBLOCK_SOURCE): Likewise.
15625         (IP_BLOCK_SOURCE): Likewise.
15626         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15627         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15628         (IP_MSFILTER): Likewise.
15629         (MCAST_JOIN_GROUP): Likewise.
15630         (MCAST_BLOCK_SOURCE): Likewise.
15631         (MCAST_UNBLOCK_SOURCE): Likewise.
15632         (MCAST_LEAVE_GROUP): Likewise.
15633         (MCAST_JOIN_SOURCE_GROUP): Likewise.
15634         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15635         (MCAST_MSFILTER): Likewise.
15636         (IP_MULTICAST_ALL): Likewise.
15637         (IP_UNICAST_IF): Likewise.
15638
15639         * timezone/Makefile: Delete $(have-ksh) check.
15640         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15641         * timezone/tzselect.ksh: Add +x mode bits.
15642
15643         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15644         (ANON_INODE_FS_MAGIC): Likewise.
15645         (BDEVFS_MAGIC): Likewise.
15646         (BINFMTFS_MAGIC): Likewise.
15647         (BTRFS_TEST_MAGIC): Likewise.
15648         (CRAMFS_MAGIC_WEND): Likewise.
15649         (DEBUGFS_MAGIC): Likewise.
15650         (ECRYPTFS_SUPER_MAGIC): Likewise.
15651         (EXT3_SUPER_MAGIC): Likewise.
15652         (EXT4_SUPER_MAGIC): Likewise.
15653         (FUTEXFS_SUPER_MAGIC): Likewise.
15654         (HOSTFS_SUPER_MAGIC): Likewise.
15655         (HUGETLBFS_MAGIC): Likewise.
15656         (MINIX3_SUPER_MAGIC): Likewise.
15657         (MTD_INODE_FS_MAGIC): Likewise.
15658         (NILFS_SUPER_MAGIC): Likewise.
15659         (OPENPROM_SUPER_MAGIC): Likewise.
15660         (PIPEFS_MAGIC): Likewise.
15661         (PSTOREFS_MAGIC): Likewise.
15662         (QNX6_SUPER_MAGIC): Likewise.
15663         (RAMFS_MAGIC): Likewise.
15664         (REISERFS_SUPER_MAGIC_STRING): Likewise.
15665         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15666         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15667         (SECURITYFS_MAGIC): Likewise.
15668         (SELINUX_MAGIC): Likewise.
15669         (SMACK_MAGIC): Likewise.
15670         (SOCKFS_MAGIC): Likewise.
15671         (SQUASHFS_MAGIC): Likewise.
15672         (STACK_END_MAGIC): Likewise.
15673         (TMPFS_MAGIC): Likewise.
15674         (USBDEVICE_SUPER_MAGIC): Likewise.
15675         (V9FS_MAGIC): Likewise.
15676         (XENFS_SUPER_MAGIC): Likewise.
15677         (CRAMFS_MAGIC): Fix typo in comment.
15678         (EXT2_SUPER_MAGIC): Update comment.
15679         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15680
15681 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
15682
15683         * sysdeps/arm: Move directory from ports/sysdeps/arm.
15684         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15685         * sysdeps/unix/sysv/linux/arm: Move directory from
15686         ports/sysdeps/unix/sysv/linux/arm.
15687         * README: Update listing for arm-*-linux-gnueabi.
15688
15689         * README: Remove mention of am33.
15690
15691 2014-02-07  Roland McGrath  <roland@hack.frob.com>
15692
15693         * bits/sigset.h (__sigemptyset): Use a statement expression rather
15694         than the comma operator, to avoid "rhs of comma has no effect"
15695         compiler warnings.
15696         (__sigfillset, __sigandset, __sigorset): Likewise.
15697         * include/signal.h (__sigemptyset): Likewise.
15698         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15699
15700 2014-02-07  Allan McRae  <allan@archlinux.org>
15701
15702         * version.h (RELEASE): Set to "development".
15703         (VERSION): Set to "2.19.90"
15704         * NEWS: Add 2.20 section.
15705
15706 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
15707
15708         [BZ #16529]
15709         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15710
15711 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15712
15713         * manual/contrib.texi: Update entry for Carlos O'Donell,
15714         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15715
15716 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
15717
15718         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15719
15720         * sysdeps/unix/sysv/linux/kernel-features.h
15721         [__LINUX_KERNEL_VERSION >= 0x020621]
15722         (__ASSUME_PROC_PID_TASK_COMM): Define.
15723
15724 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15725
15726         [BZ #16398]
15727         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15728         conversion when destination buffer does not have enough space.
15729         * libio/tst-ftell-partial-wide.c: New test case.
15730         * libio/Makefile (tests): Add tst-ftell-partial-wide.
15731
15732         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15733         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
15734         Leonard and Allan McRae.
15735
15736 2014-02-04  David S. Miller  <davem@davemloft.net>
15737
15738         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15739         32-bit.
15740
15741 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15742
15743         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15744         New file
15745         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15746         New file
15747         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
15748         New file.
15749         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
15750         New file.
15751         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
15752         New file.
15753         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
15754         New file.
15755         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
15756         New file.
15757         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
15758         New file.
15759         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
15760         New file.
15761         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
15762         New file.
15763         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
15764         New file.
15765         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
15766         New file.
15767         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
15768         New file.
15769
15770 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15771
15772         * nptl/shlib-versions: Change powerpc*le start to 2.17.
15773         * shlib-versions: Likewise.
15774
15775 2014-02-04  Roland McGrath  <roland@hack.frob.com>
15776             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15777
15778         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
15779         (abilist-pattern): New variable, set to %-le.abilist.
15780
15781         * Makerules (abilist-pattern): New variable.
15782         (vpath): Use $(abilist-pattern) in place of %.abilist.
15783         (check-abi-% pattern rule): Likewise.
15784         (check-abi, update-abi): Likewise.
15785
15786 2014-02-04  Eric Wong  <normalperson@yhbt.net>
15787
15788         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15789
15790 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
15791
15792         * manual/startup.texi: Add next, previous, and top entries for
15793         the `Program Arguments' and `Environment Variables' nodes.
15794
15795 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
15796
15797         * manual/macros.texi: Add comments before MTASC-safety macros.
15798
15799         * manual/users.texi: Document MTASC-safety properties.
15800
15801         * manual/threads.texi (pthread_key_create, pthread_key_delete)
15802         (pthread_getspecific, pthread_setspecific): Format with
15803         @deftypefun, and add @safety note.
15804         * manual/signal.texi: Move comments that analyze the above
15805         functions to their home place.
15806
15807 2014-02-03  Allan McRae  <allan@archlinux.org>
15808
15809         * po/sl.po: Update Slovenian translation from translation project.
15810
15811 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
15812
15813         * manual/time.texi (timegm): Add missing blank after @c.
15814         Reported by Joseph Myers <joseph@codesourcery.com>.
15815
15816 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
15817
15818         * manual/check-safety.sh: New.
15819         * manual/Makefile ($(objpfx)stamp-summary): Run it.
15820
15821         * manual/terminal.texi: Document MTASC-safety properties.
15822
15823         * manual/filesys.texi: Document MTASC-safety properties.
15824
15825         * manual/errno.texi: Document MTASC-safety properties.
15826
15827         * manual/intro.texi: Document safety identifiers and
15828         conditionals.
15829
15830         * manual/string.texi (wcstok): Fix prototype.
15831         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
15832
15833         * manual/time.texi: Document MTASC-safety properties.
15834
15835         * manual/string.texi: Document MTASC-safety properties.
15836
15837         * manual/threads.texi: Document MTASC-safety properties.
15838
15839         * manual/stdio.texi: Document MTASC-safety properties.
15840
15841         * manual/syslog.texi: Document MTASC-safety properties.
15842
15843         * manual/sysinfo.texi: Document MTASC-safety properties.
15844
15845         * manual/startup.texi: Document MTASC-safety properties.
15846
15847         * manual/socket.texi: Document MTASC-safety properties.
15848
15849         * manual/signal.texi: Document MTASC-safety properties.
15850
15851 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
15852
15853         * manual/setjmp.texi: Document MTASC-safety properties.
15854
15855         * manual/search.texi: Document MTASC-safety properties.
15856
15857         * manual/resource.texi: Document MTASC-safety properties.
15858
15859         * manual/process.texi: Document MTASC-safety properties.
15860
15861         * manual/platform.texi: Document MTASC-safety properties.
15862
15863         * manual/pipe.texi: Document MTASC-safety properties.
15864
15865         * manual/pattern.texi: Document MTASC-safety properties.
15866
15867         * manual/message.texi: Document MTASC-safety properties.
15868
15869         [BZ #12751]
15870         * manual/memory.texi: Document MTASC-safety properties.
15871
15872         * manual/math.texi: Document MTASC-safety properties.
15873
15874         * manual/locale.texi: Document MTASC-safety properties.
15875
15876         * manual/llio.texi: Document MTASC-safety properties.
15877
15878         * manual/libdl.texi: New.
15879
15880         * manual/lang.texi: Document MTASC-safety properties.
15881
15882         * manual/job.texi: Document MTASC-safety properties.
15883
15884         * manual/getopt.texi: Document MTASC-safety properties.
15885
15886         * manual/ctype.texi: Document MTASC-safety properties.
15887
15888 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
15889
15890         [BZ #16046]
15891         * csu/libc-tls.c (static_map): Remove variable.
15892         (__libc_setup_tls): Use main executable's link map for TLS data.
15893         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
15894         casing for LM_ID_BASE and GL(dl_nns).
15895         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
15896         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
15897         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
15898         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
15899         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
15900         member.
15901         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
15902         l_phnum members.
15903
15904 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
15905
15906         * manual/debug.texi: Document MTASC-safety properties.
15907
15908 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
15909
15910         [BZ #16510]
15911         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
15912         of __x86_64__ when disabling x87 inline functions.
15913
15914 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
15915
15916         * manual/charset.texi: Document MTASC-safety properties.
15917
15918         * manual/crypt.texi: Document MTASC-safety properties.
15919
15920         * manual/conf.texi: Document MTASC-safety properties.
15921
15922         * manual/arith.texi: Document MTASC-safety properties.
15923
15924         * manual/argp.texi: Document MTASC-safety properties.
15925
15926         * manual/macros.texi: Introduce macros to document multi
15927         thread, asynchronous signal and asynchronous cancellation
15928         safety properties.
15929         * manual/intro.texi: Introduce the properties themselves.
15930
15931 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15932
15933         * sysdeps/sh/sh4/Makefile: New file.
15934
15935 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
15936
15937         * math/gen-libm-test.pl ($srcdir): New variable.
15938         ($auto_input): Use it.
15939
15940 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15941
15942         [BZ #16506]
15943         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
15944         access beyond array bounds when parsing netgroups file.
15945
15946         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
15947         the old buffer before realloc.
15948
15949 2014-01-27  Allan McRae  <allan@archlinux.org>
15950
15951         * po/fr.po: Update French translation from translation project.
15952
15953 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15954
15955         * sysdeps/sh/libm-test-ulps: Regenerate.
15956
15957 2014-01-24  David S. Miller  <davem@davemloft.net>
15958
15959         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
15960
15961 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15962
15963         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
15964         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
15965
15966 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15967
15968         [BZ #16474]
15969         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
15970         string pointers after reallocation.
15971
15972 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15973
15974         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
15975         __SH4A__ instead of __SH_FPU_ANY__.
15976
15977 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15978
15979         * sysdeps/sh/fpu_control.h: New file.
15980         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
15981         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
15982         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
15983         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
15984         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
15985         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
15986         * sysdeps/sh/sys/ucontext.h: Remove.
15987         * sysdeps/sh/sys: Remove directory.
15988
15989 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15990
15991         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
15992         s390/sys/ucontext.h.
15993         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
15994         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
15995
15996 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
15997
15998         [BZ #15605]
15999         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
16000
16001 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16002
16003         [BZ#16431]
16004         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
16005         Adjust the vDSO correctly for internal calls.
16006         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
16007
16008 2014-01-20  Allan McRae  <allan@archlinux.org>
16009
16010         * po/ca.po: Update Catalan translation from translation project.
16011
16012 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
16013
16014         * sysdeps/s390/sotruss-lib.c: New file.
16015
16016 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16017
16018         [BZ#16430]
16019         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
16020         (__GI___gettimeofday): Alias for a different internal symbol to avoid
16021         local calls issues by not having a PLT stub required for IFUNC calls.
16022         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
16023
16024 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
16025
16026         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
16027         * math/test-fpucw-static.c: Likewise.
16028
16029 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16030
16031         [BZ #16453]
16032         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
16033
16034 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16035
16036         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
16037         implementation for powerpc.
16038
16039 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
16040
16041         [BZ #14782]
16042         * sysdeps/posix/system.c (__libc_system): Do not enable
16043         asynchronous cancellation.
16044
16045 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16046
16047         [BZ #16427]
16048         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
16049         handling only for numbers special also in the IEEE case.
16050
16051 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16052
16053         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
16054
16055 2014-01-11  Allan McRae  <allan@archlinux.org>
16056
16057         * po/bg.po: Update Bulgarian translation from translation project.
16058
16059         * po/de.po: Update German translation from translation project.
16060
16061 2014-01-10  Roland McGrath  <roland@hack.frob.com>
16062
16063         * sysdeps/generic/gcc-compat.h: New file.
16064
16065 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16066
16067         * benchtests/asin-inputs: Correct slow inputs.
16068         * benchtests/acos-inputs: Likewise.
16069
16070 2014-01-10  Allan McRae  <allan@archlinux.org>
16071
16072         * po:sv.po: Update Swedish translation from translation project.
16073
16074         * po/vi.po: Update Vietnamese translation from translation project.
16075
16076         * po/eo.po: Update Esperanto translation from translation project.
16077
16078         * po/cs.po: Update Czech translation from translation project.
16079
16080         * po/nl.po: Update Dutch translation from translation project.
16081
16082         * po/pl.po: Update Polish translation from translation project.
16083
16084         * po/ru.po: Update Russian translation from translation project.
16085
16086         * po/uk.po: Update Ukrainian translation from translation project.
16087
16088 2014-01-08  Brooks Moses  <bmoses@google.com>
16089
16090         * elf/dl-load.c: Fix comment typo.
16091
16092 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
16093
16094         * po/header.pot: Rename to...
16095         * po/pot.header: ... this.
16096         * po/Makefile: Use pot.header.
16097
16098 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
16099             Maxim Kuvyrkov  <maxim@kugelworks.com>
16100
16101         [BZ #16394]
16102         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
16103         SRC and DEST against LEN.
16104
16105 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16106
16107         [BZ #16414]
16108         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
16109         implementation.
16110         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
16111
16112 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16113
16114         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16115
16116 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
16117
16118         [BZ #16408]
16119         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
16120         for large positive arguments.
16121
16122 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
16123
16124         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16125
16126         * math/auto-libm-test-in: Mark various tests with
16127         xfail-rounding:ldbl-128ibm.
16128         * math/auto-libm-test-out: Regenerated.
16129
16130         [BZ #16407]
16131         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
16132         Increase overflow threshold.
16133
16134 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
16135
16136         [BZ #14286]
16137         * stdio-common/vfprintf.c: Check for integer overflow.
16138
16139 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16140
16141         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
16142         the first argument and return value of __tls_get_addr_internal.
16143
16144 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16145
16146         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
16147         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
16148
16149 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
16150
16151         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
16152         * sysdeps/s390/rtld-global-offsets.sym: New file.
16153         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
16154         GLIBC_2.19 symbol.
16155         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
16156         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
16157         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
16158         ... this.
16159         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
16160         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
16161         ... this.
16162         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16163         Regenerate.
16164         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16165         Regenerate.
16166         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
16167         halfs of GPRs for high_gprs contexts.
16168         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
16169         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
16170         field.
16171         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
16172         uc_flags field.
16173         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
16174         64 bit versions:
16175         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
16176         for high GPRs (uc_high_gprs) and for future extensions
16177         (__reserved).
16178         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
16179         for future extensions (__reserved).
16180         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
16181         64 bit versions:
16182         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
16183         SC_HIGHGPRS offset definition.
16184         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
16185         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
16186
16187         * Versions.def: Add GLIBC_2.19 for libpthread.
16188         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
16189         siglongjmp for libpthread with GLIBC_2.19 symver.
16190         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
16191         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
16192         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
16193         * sysdeps/s390/__longjmp.c: New file.
16194         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
16195         * sysdeps/s390/longjmp.c: New file.
16196         * sysdeps/s390/setjmp.S: New file.
16197         * sysdeps/s390/sigjmp.S: New file.
16198         * sysdeps/s390/v1-longjmp.c: New file.
16199         * sysdeps/s390/v1-setjmp.h: New file.
16200         * sysdeps/s390/v1-sigjmp.c: New file.
16201         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
16202         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
16203         GLIBC_2.19 version.
16204         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
16205         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
16206         versioned symbols for ____longjmp_chk.
16207         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
16208         Likewise.
16209         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
16210         Regenerate.
16211         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
16212         Regenerate.
16213         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
16214         Regenerate.
16215         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
16216         Regenerate.
16217         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
16218         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
16219         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
16220         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
16221         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
16222         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
16223         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
16224         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
16225         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
16226         * sysdeps/s390/rtld-__longjmp.c: New file.
16227         * sysdeps/s390/rtld-setjmp.S: New file.
16228
16229 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
16230
16231         [BZ #16400]
16232         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16233         Return -__logl (x) for small positive arguments without evaluating
16234         a polynomial.
16235
16236 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
16237
16238         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
16239         Rename to ...
16240         (__ptrace_peeksiginfo_args): ... this.
16241         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
16242         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
16243         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
16244
16245 2014-01-06  Allan McRae  <allan@archlinux.org>
16246
16247         * inet/netinet/in.h: Fix typo in comment.
16248
16249 2014-01-05  Andreas Jaeger  <aj@suse.de>
16250
16251         * sysdeps/i386/fpu/libm-test-ulps: Update.
16252
16253 2014-01-05  Allan McRae  <allan@archlinux.org>
16254
16255         * po/libc.pot: Regenerated.
16256
16257         * malloc/memusagestat.c: Fix gettext call formatting.
16258
16259 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
16260
16261         * nscd/nscd.c: Improve usage() output.
16262
16263 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
16264
16265         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
16266         * sysdeps/unix/sysv/linux/configure: Regenerated.
16267         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
16268         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
16269
16270 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16271
16272         [BZ #16390]
16273         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
16274         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
16275
16276 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16277
16278         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
16279         extra tokens at end of #undef directive.
16280         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
16281         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
16282         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
16283
16284 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
16285
16286         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
16287
16288         * math/auto-libm-test-in: Mark various tests with
16289         xfail-rounding:ldbl-128ibm.
16290         * math/auto-libm-test-out: Regenerated.
16291
16292 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
16293
16294         [BZ #16386]
16295         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
16296         numbers with subnormal high part when calculating exponent.
16297
16298         [BZ #16385]
16299         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
16300         fabs.
16301
16302         [BZ #16384]
16303         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
16304         M_LN2l.
16305         (__ieee754_acoshl): Use __log1pl not __log1p.
16306
16307 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
16308
16309         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
16310         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
16311         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
16312         (grow_heap, heap_trim, _int_new_arena, get_free_list)
16313         (reused_arena, arena_get2): Convert to GNU style.
16314         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
16315         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
16316         (memalign_check, __malloc_set_state): Likewise.
16317         * malloc/mallocbug.c (main): Likewise.
16318         * malloc/malloc.c (__malloc_assert, malloc_init_state)
16319         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
16320         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
16321         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
16322         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
16323         (__posix_memalign, malloc_info): Likewise.
16324         * malloc/malloc.h: Likewise.
16325         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
16326         (mallochook, memalignhook, reallochook, mabort): Likewise.
16327         * malloc/mcheck.h: Likewise.
16328         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
16329         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
16330         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
16331         * malloc/morecore.c (__default_morecore): Likewise.
16332         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
16333         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
16334         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
16335         (print_and_abort): Likewise.
16336         * malloc/obstack.h: Likewise.
16337         * malloc/set-freeres.c (__libc_freeres): Likewise.
16338         * malloc/tst-mallocstate.c (main): Likewise.
16339         * malloc/tst-mtrace.c (main): Likewise.
16340         * malloc/tst-realloc.c (do_test): Likewise.
16341
16342 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
16343
16344         [BZ #16366]
16345         * nscd/netgroupcache.c (do_notfound): New function.
16346         (addgetnetgrentX): Use it.
16347
16348         [BZ # 16365]
16349         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
16350         NSS_STATUS_NOTFOUND.
16351
16352 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
16353
16354         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
16355         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16356
16357 2014-01-01  Allan McRae  <allan@archlinux.org>
16358
16359         * scripts/update-copyrights: Update configure input file suffix.
16360
16361         * NEWS: Update copyright year.
16362         * catgets/gencat.c: Likewise.
16363         * csu/version.c: Likewise.
16364         * debug/catchsegv.sh: Likewise.
16365         * debug/pcprofiledump.c: Likewise.
16366         * debug/xtrace.sh: Likewise.
16367         * elf/ldconfig.c: Likewise.
16368         * elf/ldd.bash.in: Likewise.
16369         * elf/pldd.c: Likewise.
16370         * elf/sotruss.ksh: Likewise.
16371         * elf/sprof.c: Likewise.
16372         * iconv/iconv_prog.c: Likewise.
16373         * iconv/iconvconfig.c: Likewise.
16374         * locale/programs/locale.c: Likewise.
16375         * locale/programs/localedef.c: Likewise.
16376         * login/programs/pt_chown.c: Likewise.
16377         * malloc/memusage.sh: Likewise.
16378         * malloc/memusagestat.c: Likewise.
16379         * malloc/mtrace.pl: Likewise.
16380         * manual/libc.texinfo: Likewise.
16381         * nscd/nscd.c: Likewise.
16382         * nss/getent.c: Likewise.
16383         * nss/makedb.c: Likewise.
16384         * posix/getconf.c: Likewise.
16385         * scripts/test-installation.pl: Likewise.
16386
16387         * All files with FSF copyright notices: Update copyright dates
16388         using scripts/update-copyrights.
16389         * intl/plural.c: Regenerated.
16390         * locale/programs/charmap-kw.h: Likewise.
16391         * locale/programs/locfile-kw.h: Likewise.
16392
16393 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
16394
16395         * sysdeps/unix/sysv/linux/configure: Regenerated.
16396         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
16397         the linux/fanotify.h header.
16398         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
16399         HAVE_LINUX_FANOTIFY_H is defined.
16400
16401 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
16402
16403         * benchtests/cos-inputs: New inputs.
16404         * benchtests/sin-inputs: Likewise.
16405
16406         * benchtests/atan-inputs: New inputs. Fix name of multiple
16407         precision fallback inputs.
16408
16409         * benchtests/atanh-inputs: New inputs.
16410         * benchtests/tanh-inputs: Likewise.
16411
16412         * benchtests/acosh-inputs: New inputs.
16413         * benchtests/asinh-inputs: Likewise.
16414
16415         * benchtests/cosh-inputs: New inputs.
16416         * benchtests/sinh-inputs: Likewise.
16417
16418         * benchtests/acos-inputs: Add more inputs.
16419         * benchtests/asin-inputs: Likewise.
16420
16421 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
16422
16423         [BZ #16375]
16424         * manual/arith.texi: Fix spelling.
16425         * manual/charset.texi: Likewise.
16426         * manual/errno.texi: Likewise.
16427         * manual/filesys.texi: Likewise.
16428         * manual/lang.texi: Likewise.
16429         * manual/llio.texi: Likewise.
16430         * manual/locale.texi: Likewise.
16431         * manual/message.texi: Likewise.
16432         * manual/resource.texi: Likewise.
16433         * manual/search.texi: Likewise.
16434         * manual/setjmp.texi: Likewise.
16435         * manual/stdio.texi: Likewise.
16436         * manual/string.texi: Likewise.
16437         * manual/sysinfo.texi: Likewise.
16438         * manual/time.texi: Likewise.
16439
16440 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
16441
16442         * po/sl.po: New file.
16443
16444 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
16445
16446         * .gitignore: Add core/.gdbinit/.gdb_history.
16447
16448 2013-12-27  Allan McRae  <allan@archlinux.org>
16449
16450         [BZ #16369]
16451         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
16452         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
16453
16454 2013-12-24  Brooks Moses  <bmoses@google.com>
16455
16456         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
16457         all compilers that claim C++98 compliance, not just GCC.
16458         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
16459         Likewise.
16460
16461 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16462
16463         * NEWS: Restore accidentally deleted bug-fix entries.
16464
16465 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
16466             Ondřej Bílka  <neleai@seznam.cz>
16467
16468         [BZ #15073]
16469         * malloc/malloc.c (_int_free): Perform sanity check only if we
16470         have_lock.
16471
16472 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
16473
16474         [BZ #12986]
16475         * manual/stdio.texi (String Input Conversions): Clarify that character
16476         classes are not supported.
16477
16478 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16479
16480         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16481
16482 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
16483
16484         [BZ #16337]
16485         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
16486         Calculate results for small negative arguments directly rather
16487         than using reflection formula with special underflow handling.
16488
16489         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
16490         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
16491         sysdeps/unix/bsd/bsd4.4/syscalls.list.
16492         (fchflags): Likewise.
16493         (revoke): Likewise.
16494         (setlogin): Likewise.
16495         (sigaltstack): Likewise.
16496         (wait4): Likewise.
16497         (sigblock): Remove.
16498         (sigsetmask): Likewise.
16499         (wait3): Likewise.
16500         (waitpid): Likewise.
16501         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
16502         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
16503         file.
16504         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
16505         * sysdeps/unix/bsd/Makefile: ... here.
16506         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
16507         * sysdeps/unix/bsd/Versions: ... here.
16508         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
16509         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
16510         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
16511         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
16512         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
16513         * sysdeps/unix/bsd/sigblock.c: ... here.
16514         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
16515         * sysdeps/unix/bsd/sigsetmask.c: ... here.
16516         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
16517         * sysdeps/unix/bsd/sigvec.c: ... here.
16518         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
16519         * sysdeps/unix/bsd/tcdrain.c: ... here.
16520         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
16521         * sysdeps/unix/bsd/tcgetattr.c: ... here.
16522         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
16523         * sysdeps/unix/bsd/tcsetattr.c: ... here.
16524         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
16525         * sysdeps/unix/bsd/wait.c: ... here.
16526         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
16527         * sysdeps/unix/bsd/wait3.c: ... here.
16528         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
16529         * sysdeps/unix/bsd/waitpid.c: ... here.
16530
16531 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
16532
16533         [BZ #16356]
16534         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
16535         round-to-nearest for [!USE_AS_EXPM1L].
16536         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
16537         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
16538         more tests of exp and exp10.  Expect some exp10 tests to miss
16539         exceptions or fail in directed rounding modes.
16540         * math/auto-libm-test-out: Regenerated.
16541         * math/libm-test.inc (exp10_tonearest_test_data): New array.
16542         (exp10_test_tonearest): New function.
16543         (exp10_towardzero_test_data): New array.
16544         (exp10_test_towardzero): New function.
16545         (exp10_downward_test_data): New array.
16546         (exp10_test_downward): New function.
16547         (exp10_upward_test_data): New array.
16548         (exp10_test_upward): New function.
16549         (main): Call the new functions.
16550         * sysdeps/i386/fpu/libm-test-ulps: Update.
16551         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16552
16553 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
16554
16555         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
16556         asinh, atan, atan2, atanh, cbrt, cos and cosh.
16557         * math/auto-libm-test-out: Regenerated.
16558         * math/libm-test.inc (acosh_test_data): Add more tests.
16559         (atanh_test_data): Likewise.
16560         (ceil_test_data): Likewise.
16561         (copysign_test_data): Likewise.
16562         * sysdeps/i386/fpu/libm-test-ulps: Update.
16563         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16564
16565         * timezone/checktab.awk: Update from tzcode 2013i.
16566         * timezone/private.h: Likewise.
16567         * timezone/scheck.c: Likewise.
16568         * timezone/tzfile.h: Likewise.
16569         * timezone/tzselect.ksh: Likewise.
16570         * timezone/zdump.c: Likewise.
16571         * timezone/zic.c: Likewise.
16572
16573         * math/auto-libm-test-in: Add tests of cpow.
16574         * math/auto-libm-test-out: Regenerated.
16575         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
16576         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16577         mpc_cc_c.
16578         (func_calc_desc): Add mpc_cc_c union field.
16579         (test_functions): Add cpow.
16580         (special_fill_2pi): New function.
16581         (special_real_inputs): Add 2pi.
16582         (calc_generic_results): Handle mpc_cc_c.
16583         * sysdeps/i386/fpu/libm-test-ulps: Update.
16584         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16585
16586         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16587         csqrt, ctan and ctanh.
16588         * math/auto-libm-test-out: Regenerated.
16589         * math/libm-test.inc (TEST_COND_x86_64): New macro.
16590         (TEST_COND_x86): Likewise.
16591         (ccos_test_data): Use AUTO_TESTS_c_c.
16592         (ccosh_test_data): Likewise.
16593         (cexp_test_data): Likewise.
16594         (clog_test_data): Likewise.
16595         (csqrt_test_data): Likewise.
16596         (ctan_test_data): Likewise.
16597         (ctan_tonearest_test_data): Likewise.
16598         (ctan_towardzero_test_data): Likewise.
16599         (ctan_downward_test_data): Likewise.
16600         (ctan_upward_test_data): Likewise.
16601         (ctanh_test_data): Likewise.
16602         (ctanh_tonearest_test_data): Likewise.
16603         (ctanh_towardzero_test_data): Likewise.
16604         (ctanh_downward_test_data): Likewise.
16605         (ctanh_upward_test_data): Likewise.
16606         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16607         mpc_c_c.
16608         (func_calc_desc): Add mpc_c_c union field.
16609         (FUNC_mpc_c_c): New macro.
16610         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16611         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16612         ctanh.
16613         (special_fill_min_subnorm_p120): New function.
16614         (special_real_inputs): Add min_subnorm_p120.
16615         (calc_generic_results): Handle mpc_c_c.
16616         * sysdeps/i386/fpu/libm-test-ulps: Update.
16617         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16618
16619 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16620
16621         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16622         (do_sin_slow): New functions.
16623         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16624         (cslow2, csloww1, csloww2): Use the new functions.
16625
16626         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16627         Use M to change sign of result instead of X.  Assume X is
16628         positive.
16629         (csloww1): Likewise.
16630         (__sin): Adjust.
16631         (__cos): Adjust.
16632
16633         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16634         arguments A and DA.
16635         (__sin): Adjust.
16636         (__cos): Likewise.
16637
16638         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16639         (__cos): Likewise.
16640         (sloww1): Don't adjust sign of DX.
16641         (csloww1): Likewise.
16642         (sloww2): Use X directly and don't adjust sign of DX.
16643         (csloww2): Likewise.
16644
16645 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16646
16647         * math/auto-libm-test-in: Add tests of cabs and carg.
16648         * math/auto-libm-test-out: Regenerated.
16649         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16650         (carg_test_data): Likewise.
16651         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16652         mpc_c_f.
16653         (func_calc_desc): Add mpc_c_f union field.
16654         (test_functions): Add cabs and carg.
16655         (calc_generic_results): Handle mpc_c_f.
16656
16657         * sysdeps/powerpc/powerpc32/libgcc-compat.S
16658         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16659         as a macro and a compat symbol.
16660         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16661         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16662         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16663         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16664         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16665         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16666         not use .hidden.
16667         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16668         Likewise.
16669         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16670         Likewise.
16671         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16672         Likewise.
16673         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16674         Likewise.
16675         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16676         Likewise.
16677         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16678         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16679         from GLIBC_2.3.2.
16680
16681 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16682
16683         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16684
16685 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16686
16687         * manual/texinfo.tex: Update to version 2013-11-26.10 with
16688         trailing whitespace removed.
16689         * scripts/config.guess: Update to version 2013-11-29.
16690         * scripts/config.sub: Update to version 2013-10-01.
16691
16692         * math/auto-libm-test-in: Add tests of sincos.
16693         * math/auto-libm-test-out: Regenerated.
16694         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16695         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16696         mpfr_f_11.
16697         (func_calc_desc): Add mpfr_f_11 union field.
16698         (test_functions): Add sincos.
16699         (calc_generic_results): Handle mpfr_f_11.
16700         * sysdeps/i386/fpu/libm-test-ulps: Update.
16701         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16702
16703 2013-12-19  Andreas Schwab  <schwab@suse.de>
16704
16705         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16706         CALL_MCOUNT.
16707         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16708         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16709         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16710
16711 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16712
16713         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16714         * sysdeps/i386/fpu/libm-test-ulps: Update.
16715         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16716
16717         [BZ #16293]
16718         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16719         round-to-nearest mode when using frndint.
16720         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16721         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16722         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16723         Likewise.
16724         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
16725         sinh test to fail.
16726         * math/auto-libm-test-out: Regenerated.
16727         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16728         (TEST_COND_x86): Likewise.
16729         (expm1_tonearest_test_data): New array.
16730         (expm1_test_tonearest): New function.
16731         (expm1_towardzero_test_data): New array.
16732         (expm1_test_towardzero): New function.
16733         (expm1_downward_test_data): New array.
16734         (expm1_test_downward): New function.
16735         (expm1_upward_test_data): New array.
16736         (expm1_test_upward): New function.
16737         (main): Run the new test functions.
16738         * sysdeps/i386/fpu/libm-test-ulps: Update.
16739         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16740
16741         * include/features.h: Update comment documenting feature test
16742         macros.  Mention _DEFAULT_SOURCE in comment.
16743         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16744         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16745         _BSD_SOURCE and _SVID_SOURCE.
16746         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
16747         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
16748         !_SVID_SOURCE]: Likewise.
16749         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16750         (__USE_POSIX_IMPLICITLY): Define.
16751         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16752         (_POSIX_SOURCE): Undefine and redefine.
16753         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16754         (_POSIX_C_SOURCE): Likewise.
16755         * manual/creature.texi (_DEFAULT_SOURCE): Document.
16756         (Feature Test Macros): Update documentation of default features.
16757
16758 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16759
16760         * benchtests/Makefile: Add bench-strtok.
16761         * benchtests/bench-strtok.c: New file: strtok benchtest.
16762
16763 2013-12-19  Allan McRae  <allan@archlinux.org>
16764
16765         * manual/install.texi: Suppress menu for plain text output.
16766         * INSTALL: Regenerated.
16767
16768 2013-12-18  Brooks Moses  <bmoses@google.com>
16769
16770         [BZ #15846]
16771         * misc/getauxval.c: Include errno.h.
16772         (__getauxval): Set errno to ENOENT if the requested type is not
16773         found.
16774         * misc/sys/auxv.h (getauxval): Document that it may set errno;
16775         don't declare with __attribute_const__.
16776         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
16777         * manual/startup.texi: Document that getauxval sets errno.
16778
16779 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16780
16781         * math/auto-libm-test-in: Add tests of jn and yn.
16782         * math/auto-libm-test-out: Regenerated.
16783         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
16784         (yn_test_data): Likewise.
16785         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16786         mpfr_if_f.
16787         (func_calc_desc): Add mpfr_if_f union field.
16788         (FUNC_mpfr_if_f): New macro.
16789         (test_functions): Add jn and yn.
16790         (calc_generic_results): Assert type of second input for
16791         mpfr_ff_f.  Handle mpfr_if_f.
16792         (output_for_one_input_case): Disable all checking for arguments
16793         fitting floating-point types in case of an integer argument.
16794         * sysdeps/i386/fpu/libm-test-ulps: Update.
16795         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16796
16797         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16798         Don't expect fegetround reference in libm.so.
16799
16800 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16801
16802         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
16803         $(config-cflags-nofma).
16804
16805 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16806
16807         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
16808         * math/auto-libm-test-out: Regenerated.
16809
16810         [BZ #16338]
16811         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
16812         to determine exponent and adjust argument to have exponent of -1.
16813         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
16814         log2.
16815         * math/auto-libm-test-out: Regenerated.
16816         * sysdeps/i386/fpu/libm-test-ulps: Update.
16817         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16818
16819 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
16820
16821         * manual/probes.texi: Remove cases when per-thread arenas are
16822         disabled.
16823
16824 2013-12-18  Andreas Schwab  <schwab@suse.de>
16825
16826         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
16827         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
16828         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
16829         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
16830         * sysdeps/i386/i686/multiarch/Makefile: Update.
16831         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
16832
16833 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16834
16835         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
16836         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
16837
16838 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
16839
16840         [BZ #15968]
16841         Support TZ transition times < 00:00:00.
16842         This is needed for version-3 tz-format files; it supports time
16843         stamps past 2037 for America/Godthab (the only entry in the tz
16844         database for which this change is relevant).
16845         * manual/time.texi (TZ Variable): Document transition times
16846         from -167:59:59 through -00:00:01.
16847         * time/tzset.c (tz_rule): Time of day is now signed.
16848         (__tzset_parse_tz): Parse negative time of day.
16849
16850         Document TZ transition times >= 25:00:00.
16851         * manual/time.texi (TZ Variable): Document transition times from
16852         25:00:00 through 167:59:59.  These are already supported, and this
16853         support will help with version-3 tz-format files.
16854
16855         * manual/time.texi (TZ Variable): Modernize North America example
16856         to reflect current (i.e., 2007-and-later) daylight saving rules.
16857
16858         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
16859
16860 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16861
16862         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
16863         * sysdeps/unix/bsd/bits/stat.h: Likewise.
16864         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
16865         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
16866         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
16867         * sysdeps/unix/bsd/bsdstat.h: Likewise.
16868         * sysdeps/unix/bsd/clock.c: Likewise.
16869         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
16870         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
16871         * sysdeps/unix/bsd/init-posix.c: Likewise.
16872         * sysdeps/unix/bsd/poll.c: Likewise.
16873         * sysdeps/unix/bsd/ptsname.c: Likewise.
16874         * sysdeps/unix/bsd/seekdir.c: Likewise.
16875         * sysdeps/unix/bsd/setegid.c: Likewise.
16876         * sysdeps/unix/bsd/seteuid.c: Likewise.
16877         * sysdeps/unix/bsd/setgid.c: Likewise.
16878         * sysdeps/unix/bsd/setrgid.c: Likewise.
16879         * sysdeps/unix/bsd/setruid.c: Likewise.
16880         * sysdeps/unix/bsd/setsid.c: Likewise.
16881         * sysdeps/unix/bsd/setuid.c: Likewise.
16882         * sysdeps/unix/bsd/sigaction.c: Likewise.
16883         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
16884         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
16885         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
16886         * sysdeps/unix/bsd/telldir.c: Likewise.
16887         * sysdeps/unix/bsd/times.c: Likewise.
16888         * sysdeps/unix/bsd/usleep.c: Likewise.
16889
16890         * misc/Makefile (install-lib): Remove libbsd-compat.a.
16891         ($(objpfx)libbsd-compat.a): Remove rule.
16892
16893         * include/features.h (__FAVOR_BSD): Do not define.
16894         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
16895         features conflicting with POSIX.
16896         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
16897         (_BSD_SOURCE): Remove description of not being a subset of other
16898         feature test macros.
16899         * manual/job.texi (getpgrp): Do not document BSD version.
16900         (getpgid): Do not document by reference to BSD getpgrp.
16901         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
16902         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
16903         * signal/signal.h [__FAVOR_BSD]: Likewise.
16904         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
16905         instead of making contents conditional on [__FAVOR_BSD].
16906         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
16907
16908 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16909
16910         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16911
16912 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16913
16914         [BZ #16314]
16915         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
16916         values below 2**-450, not 2**-500.
16917         * math/auto-libm-test-in: Don't allow spurious underflow from
16918         hypot.
16919         * math/auto-libm-test-out: Regenerated.
16920
16921         [BZ #16316]
16922         [BZ #16330]
16923         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
16924         values of ha and hb and sort them after adjusting subnormal
16925         arguments.
16926         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
16927         Likewise.
16928         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
16929         values of ea and eb and sort them after adjusting subnormal
16930         arguments.
16931         * math/auto-libm-test-in: Do not expect some hypot tests of
16932         subnormals to fail.  Add more hypot tests.
16933         * math/auto-libm-test-out: Regenerated.
16934
16935 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16936
16937         [BZ #13304]
16938         * sysdeps/sh/s_fma.c: New file.
16939         * sysdeps/sh/s_fmaf.c: New file.
16940         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
16941         version.
16942         * sysdeps/sh/Implies: Add sh/soft-fp.
16943
16944 2013-12-16  Roland McGrath  <roland@hack.frob.com>
16945
16946         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
16947         level of indirection to members `objname', `errstring', `malloced'.
16948         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
16949         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
16950         it as the __longjmp argument (just pass 1 instead).
16951         (_dl_catch_error): Initialize C with argument pointers and address of
16952         volatile local ERRCODE rather than copying values out of C at return.
16953
16954 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
16955
16956         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
16957         * math/auto-libm-test-out: Regenerated.
16958         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
16959         (hypot_test_data): Likewise.
16960         (pow_test_data): Likewise.
16961         (pow_tonearest_test_data): Likewise.
16962         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16963         mpfr_ff_f.
16964         (func_calc_desc): Add mpfr_ff_f union field.
16965         (FUNC_mpfr_ff_f): New macro.
16966         (test_functions): Add atan2, hypot and pow.
16967         (special_fill_min): New function.
16968         (special_fill_minus_min): Likewise.
16969         (special_fill_min_subnorm): Likewise.
16970         (special_fill_minus_min_subnorm): Likewise.
16971         (special_real_inputs): Add min, -min, min_subnorm and
16972         -min_subnorm.
16973         (calc_generic_results): Handle mpfr_ff_f.
16974         * sysdeps/i386/fpu/libm-test-ulps: Update.
16975         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16976
16977 2013-12-16  Will Newton  <will.newton@linaro.org>
16978
16979         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
16980         (Aligned Memory Blocks): Add documentation for aligned_alloc
16981         and suggest it as an alternative to posix_memalign.
16982         (Hooks for Malloc): Document __memalign_hook is also called
16983         for aligned_alloc.  (Summary of Malloc): Add summary for
16984         aligned alloc.  Document __memalign_hook is also called
16985         for aligned_alloc.
16986
16987 2013-12-16  Will Newton  <will.newton@linaro.org>
16988
16989         * manual/memory.texi (Malloc Examples): Clarify default
16990         alignment documentation.  Suggest posix_memalign rather
16991         than memalign or valloc.
16992         (Aligned Memory Blocks): Remove suggestion to use memalign
16993         or valloc.  Remove obsolete comment about BSD.
16994         Document memalign errno values and mark the function obsolete.
16995         Document posix_memalign returned error codes.  Mark valloc
16996         as obsolete.  (Hooks for Malloc): __memalign_hook is also
16997         called for posix_memalign and valloc.
16998         (Summary of Malloc): Add posix_memalign to function summary.
16999         __memalign_hook is also called for posix_memalign and valloc.
17000
17001 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
17002
17003         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
17004         TAYLOR_SIN.
17005         (__sin): Adjust.
17006         (__cos): Likewise.
17007         (sloww): Use mynumber union.  Expand ternary operator into
17008         if-else statements.
17009         (cslow): use mynumber union.
17010
17011 2013-12-16  Allan McRae  <allan@archlinux.org>
17012
17013         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
17014         * configure: Regenerated.
17015
17016         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
17017
17018         [BZ #14120]
17019         * configure.ac: Added --enable-maintainer-mode. Check for
17020         autoconf when enabled.
17021         * configure: Regenerated.
17022
17023         * nscd/nscd.service: New file.
17024         * nscd/nscd.tmpfiles: New file.
17025
17026 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
17027
17028         [BZ #12100]
17029         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
17030         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
17031         * sysdeps/x86_64/multiarch/strstr.c: ... here.
17032         (strstr): Add __strstr_sse2_unaligned ifunc.
17033         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
17034         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
17035         (strcasestr): Remove __strcasestr_sse42 ifunc.
17036         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
17037         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
17038         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
17039
17040 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17041
17042         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
17043         * sysdeps/sh/bits/fenv.h: ... here.
17044         * sysdeps/sh/sh4/fpu/bits: Remove directory.
17045
17046 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17047
17048         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
17049
17050         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
17051         hypotf multiarch implementations.
17052         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
17053         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
17054         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
17055         multiarch hypot for PPC64.
17056         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
17057         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
17058         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
17059         multiarch hypotf for PPC64.
17060
17061         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
17062         modff multiarch implementations.
17063         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
17064         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
17065         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
17066         multiarch modf for PPC64.
17067         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
17068         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
17069         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
17070         multiarch modff for PPC64.
17071
17072         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
17073         and logl multiarch implementations.
17074         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
17075         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
17076         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
17077         multiarch logb for PPC64.
17078         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
17079         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
17080         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
17081         multiarch logb for PPC64.
17082         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
17083         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
17084         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
17085         multiarch logb for PPC64.
17086
17087         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
17088         isinff multiarch implementation.
17089         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
17090         file.
17091         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
17092         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
17093         multiarch isinf for PPC64.
17094         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
17095         file.
17096         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
17097         multiarch isinff for PPC64.
17098
17099         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
17100         finitef multiarch implementation.
17101         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
17102         file.
17103         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
17104         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
17105         multiarch finite for PPC64.
17106         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
17107         file.
17108         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
17109         multiarch finitef for PPC64.
17110
17111         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
17112         lrint multiarch implementation.
17113         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
17114         file.
17115         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
17116         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
17117         multiarch llrint for PPC64.
17118         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
17119         multiarch lrint for PPC64.
17120
17121         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
17122         copysignf multiarch implementation.
17123         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
17124         file.
17125         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
17126         file.
17127         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
17128         multiarch copysign for PPC64.
17129         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
17130         multiarch copysignf for PPC64.
17131
17132         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
17133         multiarch implementation.
17134         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
17135         file.
17136         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
17137         file.
17138         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
17139         file.
17140         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
17141         file.
17142         multiarch llround for PPC64.
17143         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
17144         multiarch trunc for PPC64.
17145         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
17146         multiarch truncf for PPC64.
17147
17148         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
17149         multiarch implementation.
17150         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
17151         file.
17152         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
17153         file.
17154         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
17155         file.
17156         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
17157         file.
17158         multiarch llround for PPC64.
17159         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
17160         multiarch round for PPC64.
17161         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
17162         multiarch roundf for PPC64.
17163
17164         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
17165         multiarch implementation.
17166         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
17167         file.
17168         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
17169         file.
17170         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
17171         file.
17172         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
17173         file.
17174         multiarch llround for PPC64.
17175         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
17176         multiarch floor for PPC64.
17177         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
17178         multiarch floorf for PPC64.
17179
17180         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
17181         multiarch implementation.
17182         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
17183         file.
17184         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
17185         file.
17186         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
17187         file.
17188         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
17189         file.
17190         multiarch llround for PPC64.
17191         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
17192         multiarch ceil for PPC64.
17193         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
17194         multiarch ceilf for PPC64.
17195
17196         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17197         multiarch implementation.
17198         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
17199         file.
17200         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
17201         file.
17202         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
17203         file.
17204         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
17205         multiarch llround for PPC64.
17206         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
17207         multiarch lround for PPC64.
17208
17209         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17210         multiarch implementation.
17211         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
17212         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
17213         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
17214         file.
17215         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
17216         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
17217         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
17218         multiarch isnan for PPC64.
17219         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
17220         multiarch isnanf for PPC64.
17221
17222         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
17223         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
17224         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
17225         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
17226         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
17227         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
17228
17229         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
17230         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
17231         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
17232         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
17233
17234         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
17235         multiarch implementations.
17236         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17237         (__libc_ifunc_impl_list): Likewise.
17238         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
17239         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
17240         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
17241         multiarch stpcpy for PPC64.
17242
17243         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
17244         multiarch implementations.
17245         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17246         (__libc_ifunc_impl_list): Likewise.
17247         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
17248         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
17249         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
17250         multiarch strcpy for PPC64.
17251
17252         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
17253         redefine function name.
17254         (_wordcopy_fwd_dest_aligned): Likewise.
17255         (_wordcopy_bwd_aligned): Likewise.
17256         (_wordcopy_bwd_dest_aligned): Likewise.
17257         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
17258         multiarch implementations.
17259         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17260         (__libc_ifunc_impl_list): Likewise.
17261         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
17262         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
17263         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
17264         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
17265         multiarch wcscpy for PPC64.
17266
17267         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
17268         multiarch implementations.
17269         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17270         (__libc_ifunc_impl_list): Likewise.
17271         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
17272         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
17273         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
17274         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
17275         multiarch wcscpy for PPC64.
17276
17277         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
17278         multiarch implementations.
17279         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17280         (__libc_ifunc_impl_list): Likewise.
17281         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
17282         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
17283         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
17284         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
17285         multiarch wcsrchr for PPC64.
17286
17287         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
17288         multiarch implementations.
17289         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17290         (__libc_ifunc_impl_list): Likewise.
17291         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
17292         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
17293         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
17294         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
17295         multiarch wcschr for PPC64.
17296
17297         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
17298         multiarch implementations.
17299         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17300         (__libc_ifunc_impl_list): Likewise.
17301         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
17302         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
17303         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
17304         multiarch strchrnul for PPC64.
17305
17306         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
17307         implementations.
17308         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17309         (__libc_ifunc_impl_list): Likewise.
17310         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
17311         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
17312         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
17313         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
17314         strchr for PPC64.
17315
17316         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
17317         implementations.
17318         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17319         (__libc_ifunc_impl_list): Likewise.
17320         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
17321         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
17322         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
17323         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
17324         strncmp for PPC64.
17325
17326         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
17327         multiarch implementations.
17328         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17329         (__libc_ifunc_impl_list): Likewise.
17330         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
17331         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
17332         strncasecmp for PPC64.
17333         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
17334         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
17335         multiarch strncasecmp_l for PPC64.
17336
17337         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
17338         multiarch implementations.
17339         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17340         (__libc_ifunc_impl_list): Likewise.
17341         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
17342         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
17343         multiarch strcasecmp for PPC64.
17344         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
17345         file.
17346         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
17347         multiarch strcasecmp_l for PPC64.
17348
17349         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
17350         implementations.
17351         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17352         (__libc_ifunc_impl_list): Likewise.
17353         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
17354         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
17355         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
17356         strnlen for PPC64.
17357
17358         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
17359         implementations.
17360         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17361         (__libc_ifunc_impl_list): Likewise.
17362         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
17363         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
17364         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
17365         strlen for PPC64.
17366
17367         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
17368         implementations.
17369         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17370         (__libc_ifunc_impl_list): Likewise.
17371         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
17372         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
17373         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
17374         rawmemrchr for PPC64.
17375
17376         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
17377         implementation.
17378         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17379         (__libc_ifunc_impl_list): Likewise.
17380         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
17381         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
17382         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
17383         memrchr for PPC64.
17384
17385         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
17386         implementation.
17387         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17388         (__libc_ifunc_impl_list): Likewise.
17389         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
17390         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
17391         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
17392         memchr for PPC64.
17393
17394         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
17395         implementation.
17396         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17397         (__libc_ifunc_impl_list): Likewise.
17398         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
17399         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
17400         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
17401         mempcpy for PPC64.
17402
17403         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
17404         avoid cretion of __bzero symbol.
17405         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
17406         Likewise.
17407         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
17408         Likewise.
17409         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
17410         Likewise.
17411         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
17412         multiarch implementations.
17413         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17414         (__libc_ifunc_impl_list): Likewise.
17415         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
17416         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
17417         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
17418         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
17419         bzero for PPC32.
17420         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
17421         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
17422         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
17423         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
17424         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
17425         memset for PPC64.
17426         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
17427
17428         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
17429         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
17430         implementations.
17431         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
17432         (__libc_ifunc_impl_list): Likewise.
17433         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
17434         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
17435         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
17436         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
17437         memcmp for PPC64.
17438
17439         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
17440         multiarch for POWER/PPC64.
17441         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
17442         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
17443         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
17444         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
17445         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
17446         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
17447         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
17448         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
17449         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
17450         memcpy for PPC64.
17451
17452         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
17453         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
17454         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
17455         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
17456         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
17457         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
17458         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
17459         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
17460         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
17461         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
17462         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
17463         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
17464         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
17465         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
17466         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
17467         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
17468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
17469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
17470         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
17471         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
17472         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
17473         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
17474
17475 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17476
17477         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
17478
17479 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
17480
17481         * benchtests/Makefile (bench): Add exp2 and log2.
17482         (LDLIBS-bench-exp2): Add -lm.
17483         (LDLIBS-bench-log2): Likewise.
17484         * benchtests/exp2-inputs: New inputs file.
17485         * benchtests/log2-inputs: New inputs file.
17486         * benchtests/log-inputs: Add new inputs.
17487         * benchtests/tan-inputs: Likewise.
17488
17489 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
17490
17491         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
17492         definition...
17493         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
17494         (csloww2): ... from here.
17495
17496         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
17497         instead of structures.
17498         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
17499         (POLYNOMIAL): Likewise.
17500         (TAYLOR_SLOW): Likewise.
17501         (__sin): Likewise.
17502         (__cos): Likewise.
17503         (slow1): Likewise.
17504         (slow2): Likewise.
17505         (sloww): Likewise.
17506         (sloww1); Likewise.
17507         (sloww2): Likewise.
17508         (bsloww1): Likewise.
17509         (bsloww2): Likewise.
17510         (cslow2): Likewise.
17511         (csloww): Likewise.
17512         (csloww1): Likewise.
17513         (csloww2): Likewise.
17514
17515 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
17516
17517         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
17518         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
17519         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
17520         * malloc/hooks.c (realloc_check): Likewise.
17521
17522         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
17523         * malloc/arena.c: Remove PER_THREAD conditional.
17524         [!PER_THREAD]: Remove code.
17525         (ptmalloc_unlock_all2): Likewise.
17526         (ptmalloc_init): Likewise.
17527         (_int_new_arena): Likewise.
17528         (arena_get2): Likewise.
17529         * malloc/hooks.c (__malloc_get_state): Likewise.
17530         (__malloc_set_state): Likewise.
17531         * malloc/malloc.c: Likewise.
17532         (struct malloc_state): Likewise.
17533         (struct malloc_par): Likewise.
17534         (__libc_realloc): Likewise.
17535         (__libc_mallopt): Likewise.
17536
17537 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17538
17539         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
17540
17541 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
17542
17543         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
17544         macro to a function.  Check for zero perturb_byte.
17545         (_int_malloc, _int_free): Remove zero perturb_byte checks.
17546
17547         * malloc/malloc.c: (force_reg): Remove.
17548         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
17549         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
17550         force_reg by atomic_forced_read.
17551         * malloc/arena.c (ptmalloc_init): Likewise.
17552         * malloc/hooks.c (top_check): Likewise.
17553
17554 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17555
17556         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17557
17558 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
17559
17560         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17561
17562 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
17563
17564         * math/auto-libm-test-in: Add tests of lgamma.
17565         * math/auto-libm-test-out: Regenerated.
17566         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
17567         (M_LOG_2_SQRT_PIl): Likewise.
17568         (lgamma_test_data): Use AUTO_TESTS_f_f1.
17569         * math/gen-auto-libm-tests.c (func_calc_method): Add value
17570         mpfr_f_f1.
17571         (func_calc_desc): Add mpfr_f_f1 union field.
17572         (ARGS1): New macro.
17573         (ARGS2): Likewise.
17574         (ARGS3): Likewise.
17575         (ARGS4): Likewise.
17576         (RET1): Likewise.
17577         (RET2): Likewise.
17578         (CALC): Likewise.
17579         (FUNC): Likewise.
17580         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
17581         (test_functions): Add lgamma.
17582         (calc_generic_results): Handle mpfr_f_f1.
17583         * sysdeps/i386/fpu/libm-test-ulps: Update.
17584         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17585
17586 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17587
17588         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17589         __mpn_add_n for PowerPC64/POWER7.
17590         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17591         __mpn_sub_n for PowerPC64/POWER7.
17592
17593         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17594         __mpn_addmul_1 for PowerPC64.
17595         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17596         __mpn_submul_1 for PowerPC64.
17597         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17598         for PowerPC64.
17599         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17600         for PowerPC64.
17601
17602 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
17603
17604         [BZ #15089]
17605         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17606
17607 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17608
17609         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17610
17611         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17612         add multiarch folders.
17613         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17614         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17615         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17616         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17617         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17618         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17619         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17620         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17621         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17622         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17623         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17624         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17625         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17626         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17627         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17628         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17629         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17630
17631         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17632         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17633         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17634         New file.
17635         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17636         New file.
17637         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17638         multiarch __ieee754_hypot for PowerPC32.
17639         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17640         New file.
17641         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17642         New file.
17643         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17644         multiarch __ieee754_hypotf for PowerPC32.
17645
17646         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17647         long_double_symbol only if __logbl is defined.
17648         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17649         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17650         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17651         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17652         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17653         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17654         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17655         path for implementation.
17656         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17657         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17658         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17659         logb, and logbl multiarch implementations for PowerPC32.
17660         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17661         file.
17662         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17663         file.
17664         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17665         multiarch logb for PowerPC32.
17666         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17667         file.
17668         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17669         file.
17670         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17671         multiarch logbf for PowerPC32.
17672         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17673         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17674         file.
17675         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17676         multiarch logbl implementation for PowerPC32.
17677
17678         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17679         and modff multiarch implementations.
17680         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17681         New file.
17682         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17683         New file.
17684         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17685         multiarch modf for PowerPC32.
17686         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17687         New file.
17688         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17689         New file.
17690         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17691         multiarch modff for PowerPC32.
17692
17693         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17694         and lrintf multiarch implementations.
17695         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17696         New file.
17697         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17698         New file.
17699         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17700         multiarch lrint for PowerPC32.
17701         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17702         file: multiarch lrintf for PowerPC32.
17703
17704         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17705         and lroundf multiarch implementations.
17706         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17707         New file.
17708         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17709         New file.
17710         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17711         New file.
17712         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17713         multiarch lround for PowerPC32.
17714         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17715         file: multiarch lroundf for PowerPC32.
17716
17717         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17718         copysign and copysignf multiarch implementations.
17719         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17720         New file.
17721         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17722         New file.
17723         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17724         file: multiarch copysign for PowerPC32.
17725         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17726         file: multiarch copysignf for PowerPC32.
17727
17728         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17729         and truncf multiarch implementations.
17730         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17731         New file.
17732         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17733         file.
17734         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17735         multiarch trunc for PowerPC32.
17736         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17737         New file.
17738         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17739         New file.
17740         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17741         multiarch truncf for PowerPC32.
17742
17743         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17744         and roundf multiarch implementations.
17745         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17746         New file.
17747         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
17748         file.
17749         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
17750         multiarch round for PowerPC32.
17751         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
17752         New file.
17753         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
17754         New file.
17755         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
17756         multiarch roundf for PowerPC32.
17757
17758         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
17759         and floorf multiarch implementations.
17760         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
17761         New file.
17762         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
17763         file.
17764         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
17765         multiarch floor for PowerPC32.
17766         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
17767         New file.
17768         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
17769         New file.
17770         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
17771         multiarch floorf for PowerPC32.
17772
17773         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
17774         and ceilf multiarch implementations.
17775         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
17776         New file.
17777         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
17778         file.
17779         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
17780         multiarch ceil for PowerPC32.
17781         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
17782         New file.
17783         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
17784         file.
17785         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
17786         multiarch ceilf for PowerPC32.
17787
17788         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
17789         is defined.
17790         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
17791         FINITEF is defined.
17792         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
17793         and finitef multiarch implementations.
17794         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
17795         New file.
17796         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
17797         file.
17798         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
17799         multiarch finite for PowerPC32.
17800         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
17801         New file.
17802         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
17803         file: multiarch finitef for PowerPC32.
17804
17805         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
17806         and isinff multiarch implementations.
17807         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
17808         file.
17809         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
17810         file.
17811         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
17812         multiarch isinf for PowerPC32.
17813         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
17814         New file.
17815         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
17816         multiarch isinff for PowerPC32.
17817
17818         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
17819         alias when __isnan is defined.
17820         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
17821         and isnanf multiarch implementations.
17822         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
17823         file.
17824         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
17825         file.
17826         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
17827         file.
17828         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
17829         file.
17830         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
17831         multiarch isnan for PowerPC32.
17832         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
17833         New file.
17834         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
17835         New file.
17836         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
17837         multiarch isnanf for PowerPC32.
17838
17839         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
17840         and sqrtf multiarch implementations.
17841         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
17842         file.
17843         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
17844         file.
17845         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
17846         multiarch sqrt for PowerPC32.
17847         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
17848         file.
17849         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
17850         file.
17851         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
17852         multiarch sqrtf for PowerPC32.
17853
17854         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
17855         and llroundf multiarch implementations.
17856         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
17857         New file.
17858         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
17859         New file.
17860         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
17861         New file.
17862         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
17863         file: multiarch llround for PowerPC32.
17864         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
17865         file: multiarch llroundf for PowerPC32.
17866
17867         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
17868         multiarch PowerPC32 fpu implementations.
17869         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
17870         New file.
17871         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
17872         New file.
17873         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
17874         multiarch llrint for PowerPC32.
17875         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
17876         New file.
17877         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
17878         New file.
17879         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
17880         file.
17881
17882         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
17883
17884         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
17885         file.
17886         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
17887         file.
17888         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
17889         file.
17890         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
17891         multiarch wordcopy for PPC32.
17892         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17893         wordcopy objects.
17894         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17895         (__libc_ifunc_impl_list): Likewise.
17896         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
17897         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
17898         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
17899         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
17900         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
17901         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
17902
17903         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
17904         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
17905         file.
17906         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
17907         file.
17908         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
17909         file.
17910         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
17911         multiarch wcscpy for PPC32.
17912         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17913         multiarch objects.
17914         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17915         (__libc_ifunc_impl_list): Likewise.
17916         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17917         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17918         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
17919         sysdeps/powerpc/power6/wcscpy.c.
17920
17921         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
17922         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
17923         file.
17924         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
17925         file.
17926         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
17927         file.
17928         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
17929         multiarch wcsrchr for PPC32.
17930         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17931         multiarch objects.
17932         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17933         (__libc_ifunc_impl_list): Likewise.
17934         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17935         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17936         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
17937         sysdeps/powerpc/power6/wcsrchr.c.
17938
17939         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
17940         file.
17941         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
17942         file.
17943         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
17944         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
17945         multiarch wcschr for PPc32.
17946         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17947         multiarch objects.
17948         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17949         (__libc_ifunc_impl_list): Likewise.
17950         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
17951         * sysdeps/powerpc/power6/wcschr.c: ... to here.
17952         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
17953         sysdeps/powerpc/power6/wcschr.c.
17954
17955         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
17956         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
17957         file.
17958         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
17959         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
17960         file: multiarch strchr for PPC32.
17961         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
17962         multiarch objects.
17963         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17964         (__libc_ifunc_impl_list): Likewise.
17965
17966         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
17967         name.
17968         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
17969         file.
17970         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
17971         file.
17972         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
17973         multiarch strchrnul for PPC32.
17974         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
17975         multiarch objects.
17976         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17977         (__libc_ifunc_impl_list): Likewise.
17978
17979         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
17980         file.
17981         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
17982         multiarch strncasecmp for PPC32.
17983         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
17984         file.
17985         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
17986         multiarch strncasecmp_l for PPC32.
17987         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
17988         strncasecmp multiarch objects.
17989         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17990         (__libc_ifunc_impl_list): Likewise.
17991
17992         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
17993         file.
17994         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
17995         multiarch strncasecmp for PPC32.
17996         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
17997         New file.
17998         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
17999         multiarch strcasecmp_l for PPC32.
18000         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
18001         multiarch objects.
18002         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18003         (__libc_ifunc_impl_list): Likewise.
18004
18005         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
18006         file.
18007         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
18008         file.
18009         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
18010         multiarch strncmp for PPC32.
18011         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
18012         multiarch objects.
18013         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18014         (__libc_ifunc_impl_list): Likewise.
18015
18016         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
18017         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
18018         file.
18019         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
18020         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
18021         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
18022         multiarch objects.
18023         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18024         (__libc_ifunc_impl_list): Likewise.
18025
18026         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
18027         file.
18028         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
18029         file.
18030         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
18031         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
18032         multiarch objects.
18033         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18034         (__libc_ifunc_impl_list): Likewise.
18035
18036         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
18037         file.
18038         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
18039         file.
18040         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
18041         multiarch rawmemchr for PPC32.
18042         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
18043         multiarch objects.
18044         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18045         (__libc_ifunc_impl_list): Likewise.
18046
18047         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
18048         file.
18049         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
18050         file.
18051         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
18052         file: memrchr multiarch for PPC32.
18053         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
18054         multiarch objects.
18055         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
18056         (__libc_ifunc_impl_list): Likewise.
18057
18058         * string/memchr.c (__memchr): Using macro to redefine symbol name.
18059         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
18060         file.
18061         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
18062         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
18063         multiarch memchr for PPC32.
18064         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
18065         multiarch objects.
18066         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18067         (__libc_ifunc_impl_list): Likewise.
18068
18069         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
18070         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
18071         file.
18072         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
18073         file.
18074         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
18075         file: multiarch mempcpy for PPC32.
18076         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
18077         multiarch objects.
18078         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18079         (__libc_ifunc_impl_list): Likewise.
18080
18081         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
18082         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
18083         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
18084         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
18085         multiarch bzero for PPC32.
18086         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
18087         file.
18088         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
18089         file.
18090         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
18091         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
18092         file: multiarch memset for PPC32.
18093         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
18094         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
18095         memset multiarch objects.
18096         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18097         (__libc_ifunc_impl_list): Likewise.
18098
18099         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
18100         file.
18101         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
18102         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
18103         memcmp for PPC32.
18104         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
18105         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
18106         multiarch objects.
18107         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18108         (__libc_ifunc_impl_list): Likewise.
18109
18110         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
18111         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
18112         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
18113         file.
18114         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
18115         file.
18116         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
18117         file.
18118         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
18119         multiarch memcpy for PPC32.
18120         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
18121         multiarch objects.
18122         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
18123         (__libc_ifunc_impl_list): Likewise.
18124
18125         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
18126         support multiarch for POWER/PPC32.
18127         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
18128         Likewise.
18129         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
18130         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
18131         Implies file to make multiarch folder appers before the fpu and
18132         default folder for power4 configuration.
18133
18134 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
18135
18136         * scripts/bench.pl: Append volatile keyword to type.
18137
18138 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
18139
18140         * sysdeps/sh/sotruss-lib.c: New file.
18141         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
18142
18143 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18144
18145         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18146
18147 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
18148
18149         [BZ #6810]
18150         * math/w_tgamma.c: Include <errno.h>.
18151         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
18152         * math/w_tgammaf.c: Include <errno.h>.
18153         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
18154         * math/w_tgammal.c: Include <errno.h>.
18155         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
18156         * math/auto-libm-test-in: Do not allow missing errno on tgamma
18157         underflow.  Add more tgamma tests.
18158         * math/auto-libm-test-out: Regenerated.
18159         * sysdeps/i386/fpu/libm-test-ulps: Update.
18160         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18161
18162         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
18163         sin, sinh, tan, tanh, tgamma, y0 and y1.
18164         * math/auto-libm-test-out: Regenerated.
18165         * math/libm-test.inc (TEST_COND_x86_64): New macro.
18166         (TEST_COND_x86): Likewise.
18167         (M_E2l): Remove macro.
18168         (M_E3l): Likewise.
18169         (M_2_SQRT_PIl): Likewise.
18170         (M_SQRT_PIl): Likewise.
18171         (M_1_DIV_El): Likewise.
18172         (log_test_data): Use AUTO_TESTS_f_f.
18173         (log10_test_data): Likewise.
18174         (log1p_test_data): Likewise.
18175         (log2_test_data): Likewise.
18176         (sin_test_data): Likewise.
18177         (sin_tonearest_test_data): Likewise.
18178         (sin_towardzero_test_data): Likewise.
18179         (sin_downward_test_data): Likewise.
18180         (sin_upward_test_data): Likewise.
18181         (sinh_test_data): Likewise.
18182         (sinh_tonearest_test_data): Likewise.
18183         (sinh_towardzero_test_data): Likewise.
18184         (sinh_downward_test_data): Likewise.
18185         (sinh_upward_test_data): Likewise.
18186         (tan_test_data): Likewise.
18187         (tan_tonearest_test_data): Likewise.
18188         (tan_towardzero_test_data): Likewise.
18189         (tan_downward_test_data): Likewise.
18190         (tan_upward_test_data): Likewise.
18191         (tanh_test_data): Likewise.
18192         (tgamma_test_data): Likewise.
18193         (y0_test_data): Likewise.
18194         (y1_test_data): Likewise.
18195         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
18196         (special_real_inputs): Add pi/4.
18197         * sysdeps/i386/fpu/libm-test-ulps: Update.
18198         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18199
18200 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18201
18202         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
18203         "longjmp_target" static probes.
18204         (__longjmp): Rename to __longjmp_symbol.
18205         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
18206         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
18207         on which longjmp to generate.
18208         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
18209         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
18210         probe.
18211         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18212         (__sigjmp_save): Rename to __sigjmp_save_symbol.
18213         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
18214         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
18215         and __sigjmp_save_symbol based on which sigsetjmp to generated.
18216         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
18217         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
18218         __longjmp_symbol based on which __longjmp to generate.
18219         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
18220         probe.
18221         (setjmp): Rename to setjmp_symbol.
18222         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18223         (_setjmp): Rename to _setjmp_symbol.
18224         (__sigsetjmp): Rename to __sigsetjmp_symbol.
18225         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
18226         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
18227         which setjmp to generate.
18228         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
18229         "longjmp_target" static probes.
18230
18231 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18232
18233         * benchtests/README: Add note about output arguments.
18234         * benchtests/bench-sincos.c: Remove file.
18235         * benchtests/sincos-inputs: New file.
18236         * scripts/bench.pl: Identify output arguments and define
18237         static variables for them.
18238
18239         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
18240
18241         [BZ #15941]
18242         * Makefile (INSTALL): Add install-plain.texi as the primary
18243         dependency.
18244         * manual/install-plain.texi: New file.
18245         * manual/install.texi: Include node directive only for
18246         non-plaintext output.
18247
18248 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
18249
18250         * stdlib/longlong.h: Update from GCC.
18251
18252         [BZ #6807]
18253         [BZ #15901]
18254         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
18255         * math/w_j0f.c (y0f): Likewise.
18256         * math/w_j0l.c (__y0l): Likewise.
18257         * math/w_j1.c (y1): Likewise.
18258         * math/w_j1f.c (y1f): Likewise.
18259         * math/w_j1l.c (__y1l): Likewise
18260         * math/w_jn.c (yn): Likewise.
18261         * math/w_jnf.c (ynf): Likewise.
18262         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
18263         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
18264         value for Bessel function domain errors outside _SVID_ mode.
18265         Adjust sign of return value for yn (negative integer, 0).
18266         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
18267         by zero in return for negative x and set sign appropriately for
18268         negative n.
18269         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
18270         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
18271         * math/libm-test.inc (y0_test_data): Add more tests and adjust
18272         expectations in error cases.
18273         (y1_test_data): Likewise.
18274         (yn_test_data): Likewise.
18275         * sysdeps/i386/fpu/libm-test-ulps: Update.
18276         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18277
18278 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18279
18280         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
18281         "64" to "64-v1".  Add "64-v2".
18282         (abi-64-options): Rename to ...
18283         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
18284         (abi-64-condition): Rename to ...
18285         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
18286         (abi-64-ld-soname): Rename to ...
18287         (abi-64-v1-ld-soname): ... this.
18288         (abi-64-v2-options): Define.
18289         (abi-64-v2-condition): Likewise.
18290         (abi-64-v2-ld-soname): Likewise.
18291         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
18292         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
18293         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
18294         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
18295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
18296
18297 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18298             Alan Modra  <amodra@gmail.com>
18299
18300         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
18301         New versions for use with the ELFv2 ABI.
18302         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
18303         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
18304         declaration.
18305         (struct La_ppc64v2_retval): Likewise.
18306         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
18307         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
18308         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
18309         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
18310         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
18311         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
18312         Do not save or restore CR.
18313         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
18314         (_dl_profile_resolve): Do no save or restore CR.  Support extended
18315         return values for ELFv2 ABI.  Fix location of FPR return registers.
18316         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
18317         updated values for _CALL_ELF == 2.
18318         (La_regs, La_retval, int_retval): Likewise.
18319
18320 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18321
18322         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
18323         (FRAME_MIN_SIZE_PARM): Likewise.
18324         (FRAME_BACKCHAIN): Likewise.
18325         (FRAME_CR_SAVE): Likewise.
18326         (FRAME_LR_SAVE): Likewise.
18327         (FRAME_TOC_SAVE): Likewise.
18328         (FRAME_PARM_SAVE): Likewise.
18329         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
18330         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
18331         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18332         (call_mcount_parm_offset): New macro.
18333         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
18334         (PROF): Use symbolic stack frame offsets.
18335         (TAIL_CALL_SYSCALL_ERROR): Likewise.
18336         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
18337         Redefine in terms of FRAME_MIN_SIZE.
18338         (_dl_runtime_resolve): Use symbolic stack frame offsets.
18339         (_dl_profile_resolve): Likewise.  Update comment.
18340         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
18341         symbols stack frame offsets.
18342         (__sigsetjmp): Likewise.
18343         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
18344         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
18345         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
18346         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
18347
18348         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
18349         (FRAME_BACKCHAIN): Remove.
18350         (FRAME_CR_SAVE): Likewise.
18351         (FRAME_LR_SAVE): Likewise.
18352         (FRAME_COMPILER_DW): Likewise.
18353         (FRAME_LINKER_DW): Likewise.
18354         (FRAME_TOC_SAVE): Likewise.
18355         (FRAME_PARM_SAVE): Likewise.
18356         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
18357         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
18358         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
18359         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
18360         (CHECK_SP): Use symbolic stack frame offsets.
18361         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
18362         zone" instead of caller's parameter save area for temp storage.
18363         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
18364         Likewise.  Also, use symbolic stack frame offsets.
18365         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
18366         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
18367         our own stack frame instead of the caller's.
18368         (__socket): Use symbolic stack frame offsets.
18369
18370 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18371             Alan Modra  <amodra@gmail.com>
18372
18373         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
18374         Define.
18375         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
18376         (PPC64_LOCAL_ENTRY_OFFSET): Define.
18377         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
18378         New function.
18379         (elf_machine_fixup_plt): Call it.
18380         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
18381         reloc arguments.
18382         (elf_machine_rela): Update call to elf_machine_plt_conflict.
18383         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18384         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
18385         r2 before calling target.
18386
18387 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18388             Alan Modra  <amodra@gmail.com>
18389
18390         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
18391         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
18392         versions of macros to support ELFv2 ABI.
18393         (LOCALENTRY): New macro.
18394         (ENTRY, EALIGN): Use it.
18395         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
18396         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
18397         fall through into ENTRY entry point.
18398         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
18399         Only define if _CALL_ELF != 2.
18400
18401         (elf_machine_matches_host): Verify ABI version matches.
18402         (RTLD_START): Use LOCALENTRY.
18403         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
18404         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
18405         (PLT_ENTRY_WORDS): New macro.
18406         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
18407         (elf_machine_runtime_setup): Support ELFv2 ABI.
18408         (elf_machine_fixup_plt): Likewise.
18409         (elf_machine_plt_conflict): Likewise.
18410         (resolve_ifunc): Likewise.
18411         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
18412         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18413         Likewise.
18414         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
18415         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
18416         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18417         (makecontext): Support ELFv2 ABI.
18418         * elf/elf.h (EF_PPC64_ABI): Define.
18419
18420 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18421
18422         * sysdeps/powerpc/powerpc64/sysdep.h
18423         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
18424         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
18425         (ENTRY) [ASSEMBLER]: ... but instead here ...
18426         (EALIGN) [ASSEMBLER]: ... and here.
18427         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
18428         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
18429         (ENTRY_2) [!ASSEMBLER]: Use it.
18430         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
18431         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
18432         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
18433         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
18434         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
18435         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
18436         Use PPC64_LOAD_FUNCPTR.
18437
18438         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
18439
18440 2013-12-04  Alan Modra  <amodra@gmail.com>
18441
18442         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
18443         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
18444         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
18445         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
18446
18447         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
18448         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
18449         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
18450         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
18451         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
18452         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
18453
18454 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18455
18456         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
18457         (__makecontext): Fix incorrect CFI when backtracing out of
18458         context created via makecontext.
18459         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
18460         (__setcontext): Fix incorrect CFI during switch to new context.
18461         (__novec_setcontext): Likewise.
18462
18463 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18464
18465         [BZ #4772]
18466         * time/strptime_l.c (__strptime_internal): Allow modifiers
18467         in strptime.
18468         * time/tst-strptime.c (day_tests): Add testcase.
18469
18470 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18471
18472         * scripts/bench.pl: Skip over blank lines.
18473
18474 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18475
18476         [BZ #926]
18477         * manual/time.texi (Calendar Time): Clarify what timezone functions
18478         use.
18479
18480 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18481
18482         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18483
18484 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
18485
18486         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
18487         implementation.
18488         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
18489         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
18490         * debug/memset_chk.c (__memset_chk): Likewise.
18491         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
18492         * debug/strncpy_chk.c: Likewise.
18493
18494 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18495
18496         [BZ #15268]
18497         [BZ #15425]
18498         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
18499         (__ieee754_exp): For possibly underflowing results, check size of
18500         result and force underflow exception if required.
18501         * math/auto-libm-test-in: Add more tests of exp.
18502         * math/auto-libm-test-out: Regenerated.
18503         * sysdeps/i386/fpu/libm-test-ulps: Update.
18504         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18505
18506         [BZ #16283]
18507         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
18508         * math/w_exp2f.c (__exp2f): Likewise.
18509         * math/w_exp2l.c (__exp2l): Likewise.
18510         * math/auto-libm-test-in: Do not allow missing errno on exp2
18511         underflow.
18512         * math/auto-libm-test-out: Regenerated.
18513
18514 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
18515
18516         [BZ #16274]
18517         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
18518         handle filename validation.
18519         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
18520         (do_open): Delete.
18521
18522 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
18523
18524         [BZ #6786]
18525         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
18526         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
18527         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
18528         <float.h>.
18529         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
18530         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
18531         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18532         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
18533         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18534         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
18535         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
18536         * math/auto-libm-test-in: Don't allow missing errno from erfc.
18537         Add more erfc tests.
18538         * math/auto-libm-test-out: Regenerated.
18539         * sysdeps/i386/fpu/libm-test-ulps: Update.
18540         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18541
18542         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
18543         exp2, expm1, j0 and j1.
18544         * math/auto-libm-test-out: Regenerated.
18545         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
18546         (erfc_test_data): Likewise.
18547         (exp_test_data): Likewise.
18548         (exp_tonearest_test_data): Likewise.
18549         (exp_towardzero_test_data): Likewise.
18550         (exp_downward_test_data): Likewise.
18551         (exp_upward_test_data): Likewise.
18552         (exp10_test_data): Likewise.
18553         (exp2_test_data): Likewise.
18554         (expm1_test_data): Likewise.
18555         (j0_test_data): Likewise.
18556         (j1_test_data): Likewise.
18557         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
18558         (input_flag_type): Add flag_xfail_rounding.
18559         (input_flags): Add xfail-rounding.
18560         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
18561         (output_for_one_input_case): Handle flag_xfail_rounding.
18562         * sysdeps/i386/fpu/libm-test-ulps: Update.
18563         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18564
18565 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
18566
18567         [BZ #16289]
18568         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
18569         division by 0.
18570
18571 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18572
18573         [BZ #16195]
18574         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
18575         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
18576         (STAP_PROBE0): New macro.
18577         (STAP_PROBE1): Likewise.
18578         (STAP_PROBE2): Likewise.
18579         (STAP_PROBE3): Likewise.
18580         (STAP_PROBE4): Likewise.
18581
18582 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
18583
18584         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18585
18586 2013-12-02  Steve Ellcey  <sellcey@mips.com>
18587
18588         * benchtests/Makefile (bench): Add sqrt.
18589         (LDLIBS-bench-sqrt): New.
18590         * benchtests/sqrt-input: New.
18591
18592 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
18593
18594         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18595         (GAIH_EAI): Likewise.
18596         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18597         (gaih_inet): Likewise.
18598         (getaddrinfo): Don't use GAIH_EAI.
18599
18600         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18601         (struct gaih): Remove definition.
18602
18603 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18604
18605         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18606         Use HERRNOP directly.
18607
18608 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18609
18610         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18611
18612 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
18613
18614         * math/gen-auto-libm-tests.c (test_functions): Add more
18615         single-argument functions.
18616         (special_fill_pi_2): New function.
18617         (special_fill_minus_pi_2): Likewise.
18618         (special_fill_pi_6): Likewise.
18619         (special_fill_minus_pi_6): Likewise.
18620         (special_fill_pi_3): Likewise.
18621         (special_fill_2pi_3): Likewise.
18622         (special_fill_e): Likewise.
18623         (special_fill_1_e): Likewise.
18624         (special_fill_e_minus_1): Likewise.
18625         (special_real_inputs): Add more special inputs.
18626         (output_for_one_input_case): Do not require ERANGE on underflow to
18627         zero if round-to-nearest result does not underflow to zero, unless
18628         exact results required.
18629         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18630         atan, atanh, cbrt, cos and cosh.
18631         * math/auto-libm-test-out: Regenerated.
18632         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18633         (acos_tonearest_test_data): Likewise.
18634         (acos_towardzero_test_data): Likewise.
18635         (acos_downward_test_data): Likewise.
18636         (acos_upward_test_data): Likewise.
18637         (acosh_test_data): Likewise.
18638         (asin_test_data): Likewise.
18639         (asin_tonearest_test_data): Likewise.
18640         (asin_towardzero_test_data): Likewise.
18641         (asin_upward_test_data): Likewise.
18642         (asinh_test_data): Likewise.
18643         (atan_test_data): Likewise.
18644         (atanh_test_data): Likewise.
18645         (cbrt_test_data): Likewise.
18646         (cos_test_data): Likewise.
18647         (cos_tonearest_test_data): Likewise.
18648         (cos_towardzero_test_data): Likewise.
18649         (cos_downward_test_data): Likewise.
18650         (cos_upward_test_data): Likewise.
18651         (cosh_test_data): Likewise.
18652         (cosh_tonearest_test_data): Likewise.
18653         (cosh_towardzero_test_data): Likewise.
18654         (cosh_downward_test_data): Likewise.
18655         (cosh_upward_test_data): Likewise.
18656         * sysdeps/i386/fpu/libm-test-ulps: Update.
18657         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18658
18659 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
18660
18661         [BZ #6787]
18662         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18663         * math/w_exp10f.c (__exp10f): Likewise.
18664         * math/w_exp10l.c (__exp10l): Likewise.
18665         * math/libm-test.inc (exp10_test_data): Add more tests and expect
18666         errno settings in existing tests.
18667
18668         [BZ #14032]
18669         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18670         precision control set to double precision.
18671         * sysdeps/i386/fpu/w_sqrt.c: New file.
18672         * math/auto-libm-test-in: Add more tests.
18673         * math/auto-libm-test-out: Update.
18674
18675         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18676         (sqrt_test_tonearest): New function.
18677         (sqrt_towardzero_test_data): New variable.
18678         (sqrt_test_towardzero): New function.
18679         (sqrt_downward_test_data): New variable.
18680         (sqrt_test_downward): New function.
18681         (sqrt_upward_test_data): New variable.
18682         (sqrt_test_upward): New function.
18683         (main): Call the new functions.
18684
18685         * math/gen-auto-libm-tests.c: New file.
18686         * math/auto-libm-test-in: Likewise.
18687         * math/auto-libm-test-out: New generated file.
18688         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18689         variables.
18690         (%beautify): Add generated representations of zero.
18691         (top level): Set $auto_input and call parse_auto_input.
18692         (beautify): Remove trailing "f" from hex float constants.
18693         (parse_args): Handle XFAIL_TEST.
18694         (convert_condition): New function.
18695         (or_value): Likewise.
18696         (or_cond_value): Likewise.
18697         (generate_testfile): Handle AUTO_TESTS_* lines.
18698         (parse_auto_input): New function.
18699         * math/libm-test.inc (XFAIL_TEST): New macro.
18700         (ERRNO_UNCHANGED): Update value.
18701         (ERRNO_EDOM): Likewise.
18702         (ERRNO_ERANGE): Likewise.
18703         (IGNORE_RESULT): Likewise.
18704         (TEST_COND_flt_32): New macro.
18705         (TEST_COND_dbl_64): Likewise.
18706         (TEST_COND_ldbl_96_intel): Likewise.
18707         (TEST_COND_ldbl_96_m68k): Likewise.
18708         (TEST_COND_ldbl_128): Likewise.
18709         (TEST_COND_ldbl_128ibm): Likewise.
18710         (TEST_COND_long32): Likewise.
18711         (TEST_COND_long64): Likewise.
18712         (TEST_COND_before_rounding): Likewise.
18713         (TEST_COND_after_rounding): Likewise.
18714         (enable_test): Handle XFAIL_TEST flag.
18715         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18716         with finite results.
18717         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18718         auto-libm-test-out.
18719
18720 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18721             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18722
18723         [BZ #16214]
18724         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18725         __tls_get_addr_internal instead of __tls_get_offset in order to
18726         avoid GOT pointer dependency.  Make rtld export
18727         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18728         __tls_get_addr since we are a __tls_get_offset platform.
18729         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18730         GOT pointer being set up before.
18731         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18732
18733 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
18734
18735         * manual/math.texi (Errors in Math Functions): Document accuracy
18736         goals.
18737
18738         [BZ #15004]
18739         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18740         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18741         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18742         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18743         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18744         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18745         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18746         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
18747         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
18748         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
18749         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
18750         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
18751         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
18752         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
18753         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
18754         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
18755
18756         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
18757         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
18758         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
18759         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
18760         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
18761         Likewise.
18762         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
18763         Likewise.
18764         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
18765         Likewise.
18766         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
18767         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
18768         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
18769         atomic-feupdateenv and flt-rounds.
18770         * sysdeps/powerpc/nofpu/Versions (libc): Add
18771         __atomic_feholdexcept, __atomic_feclearexcept,
18772         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
18773         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
18774         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
18775         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
18776         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
18777         here.
18778         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
18779         Update.
18780
18781         * manual/arith.texi (FP Exceptions): Document that exceptions may
18782         not be raised when matherr is used.
18783         (Math Error Reporting): Document overflow in directed rounding
18784         modes.  Document that errno may not be set when finite values are
18785         returned on overflow.  Document intent to set errno on underflow
18786         only for underflow to zero.
18787
18788         [BZ #16271]
18789         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
18790         round-to-nearest then adjust result for other rounding modes.
18791         * include/fenv.h (fegetround): Use libm_hidden_proto.
18792         * math/fegetround.c (fegetround): Use libm_hidden_def.
18793         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
18794         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
18795         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18796         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
18797         Likewise.
18798         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
18799         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
18800         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
18801         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
18802
18803 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18804
18805         [BZ #16077]
18806         * nss/Versions (libnss_files): Add
18807         _nss_files_gethostbyname3_r.
18808         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
18809         New function.
18810         (HOST_DB_LOOKUP): Remove macro.
18811         (_nss_files_gethostbyname_r): Implement function without the
18812         HOST_DB_LOOKUP macro.
18813         (_nss_files_gethostbyname2_r): Likewise.
18814
18815 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
18816
18817         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
18818
18819 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
18820
18821         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
18822         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
18823         warning.
18824
18825 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18826
18827         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
18828         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
18829         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
18830         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
18831         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
18832         __fe_nomask_env_priv and attribute_hidden.
18833         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
18834         (libc_feupdateenv_test_ppc): Likewise.
18835         (libc_feresetround_ppc): Likewise.
18836         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18837         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
18838         compat_symbol macro.
18839         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18840         (__fe_nomask_env): Likewise.
18841         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
18842
18843 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18844
18845         * string/Makefile: Remove ifunc tests.
18846         * string/test-string.h: Define TEST_IFUNC.
18847         * string/test-bcopy-ifunc.c: Remove.
18848         * string/test-bzero-ifunc.c: Likewise.
18849         * string/test-memccpy-ifunc.c: Likewise.
18850         * string/test-memchr-ifunc.c: Likewise.
18851         * string/test-memcmp-ifunc.c: Likewise.
18852         * string/test-memcpy-ifunc.c: Likewise.
18853         * string/test-memmem-ifunc.c: Likewise.
18854         * string/test-memmove-ifunc.c: Likewise.
18855         * string/test-mempcpy-ifunc.c: Likewise.
18856         * string/test-memrchr-ifunc.c: Likewise.
18857         * string/test-memset-ifunc.c: Likewise.
18858         * string/test-rawmemchr-ifunc.c: Likewise.
18859         * string/test-stpcpy-ifunc.c: Likewise.
18860         * string/test-stpncpy-ifunc.c: Likewise.
18861         * string/test-strcasecmp-ifunc.c: Likewise.
18862         * string/test-strcasestr-ifunc.c: Likewise.
18863         * string/test-strcat-ifunc.c: Likewise.
18864         * string/test-strchr-ifunc.c: Likewise.
18865         * string/test-strchrnul-ifunc.c: Likewise.
18866         * string/test-strcmp-ifunc.c: Likewise.
18867         * string/test-strcpy-ifunc.c: Likewise.
18868         * string/test-strcspn-ifunc.c: Likewise.
18869         * string/test-strlen-ifunc.c: Likewise.
18870         * string/test-strncasecmp-ifunc.c: Likewise.
18871         * string/test-strncat-ifunc.c: Likewise.
18872         * string/test-strncmp-ifunc.c: Likewise.
18873         * string/test-strncpy-ifunc.c: Likewise.
18874         * string/test-strnlen-ifunc.c: Likewise.
18875         * string/test-strpbrk-ifunc.c: Likewise.
18876         * string/test-strrchr-ifunc.c: Likewise.
18877         * string/test-strspn-ifunc.c: Likewise.
18878         * string/test-strstr-ifunc.c: Likewise.
18879
18880 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18881
18882         * benchtests/Makefile: Remove ifunc tests.
18883         * benchtests/bench-string.h: Define TEST_IFUNC.
18884         * benchtests/bench-bcopy-ifunc.c: Remove.
18885         * benchtests/bench-bzero-ifunc.c: Likewise.
18886         * benchtests/bench-memccpy-ifunc.c: Likewise.
18887         * benchtests/bench-memchr-ifunc.c: Likewise.
18888         * benchtests/bench-memcmp-ifunc.c: Likewise.
18889         * benchtests/bench-memcpy-ifunc.c: Likewise.
18890         * benchtests/bench-memmem-ifunc.c: Likewise.
18891         * benchtests/bench-memmove-ifunc.c: Likewise.
18892         * benchtests/bench-mempcpy-ifunc.c: Likewise.
18893         * benchtests/bench-memrchr-ifunc.c: Likewise.
18894         * benchtests/bench-memset-ifunc.c: Likewise.
18895         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
18896         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
18897         * benchtests/bench-stpcpy-ifunc.c: Likewise.
18898         * benchtests/bench-stpncpy-ifunc.c: Likewise.
18899         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
18900         * benchtests/bench-strcasestr-ifunc.c: Likewise.
18901         * benchtests/bench-strcat-ifunc.c: Likewise.
18902         * benchtests/bench-strchr-ifunc.c: Likewise.
18903         * benchtests/bench-strchrnul-ifunc.c: Likewise.
18904         * benchtests/bench-strcmp-ifunc.c: Likewise.
18905         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
18906         * benchtests/bench-strcpy-ifunc.c: Likewise.
18907         * benchtests/bench-strcspn-ifunc.c: Likewise.
18908         * benchtests/bench-strlen-ifunc.c: Likewise.
18909         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
18910         * benchtests/bench-strncat-ifunc.c: Likewise.
18911         * benchtests/bench-strncmp-ifunc.c: Likewise.
18912         * benchtests/bench-strncpy-ifunc.c: Likewise.
18913         * benchtests/bench-strnlen-ifunc.c: Likewise.
18914         * benchtests/bench-strpbrk-ifunc.c: Likewise.
18915         * benchtests/bench-strrchr-ifunc.c: Likewise.
18916         * benchtests/bench-strsep-ifunc.c: Likewise.
18917         * benchtests/bench-strspn-ifunc.c: Likewise.
18918         * benchtests/bench-strstr-ifunc.c: Likewise.
18919
18920 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18921
18922         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
18923
18924 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18925
18926         * resolv/netdb.h: Use __glibc_reserved instead __unused.
18927         * rt/aio.h: Likewise.
18928         * sysdeps/gnu/bits/utmp.h: Likewise.
18929         * sysdeps/gnu/bits/utmpx.h: Likewise.
18930         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
18931         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
18932         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
18933         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
18934         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
18935         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
18936         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
18937         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
18938         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
18939         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
18940         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
18941         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
18942         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
18943         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
18944         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
18945         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
18946         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
18947         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
18948         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
18949         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
18950         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
18951         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
18952         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
18953         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
18954         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
18955         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
18956         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
18957         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
18958         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
18959         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
18960         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
18961         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
18962         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
18963         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
18964         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
18965         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
18966         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
18967         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
18968         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
18969         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
18970         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
18971         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18972
18973 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
18974
18975         [BZ #16245]
18976         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
18977         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
18978
18979 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
18980
18981         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
18982         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
18983         Likewise.
18984
18985 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18986
18987         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
18988         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
18989         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
18990         (__fesetround): Remove define.
18991         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
18992         rounding and exceptions handling.
18993         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
18994         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
18995         (__fe_nomask_env): Likewise.
18996         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
18997         __fegetround instead of fegetround.
18998         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18999         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
19000
19001 2013-11-21  Roland McGrath  <roland@hack.frob.com>
19002
19003         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
19004         it's there.
19005
19006         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
19007
19008 2013-11-21  Meador Inge  <meadori@codesourcery.com>
19009
19010         [BZ #11157]
19011         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
19012         (encrypt_r): Likewise.
19013         * malloc/obstack.h (obstack_free): Likewise.
19014         * posix/unistd.h (encrypt): Likewise.
19015
19016 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
19017
19018         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
19019         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
19020         DL_CALL_DT_FINI() that call the functions directly.
19021         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
19022         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
19023         * elf/dl-fini.c: Likewise.
19024
19025 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
19026
19027         * malloc/hooks.c (memalign_check): Add alignment rounding.
19028         * malloc/malloc.c (_mid_memalign): New function.
19029         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
19030         Implement by calling _mid_memalign.
19031         * manual/probes.texi (Memory Allocation Probes): Remove
19032         memory_valloc_retry and memory_pvalloc_retry.
19033
19034 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
19035
19036         * locale/programs/locarchive.c (open_archive): Add const
19037         qualifier to ARCHIVEFNAME and copy default fname to
19038         DEFAULT_FNAME.
19039
19040         [BZ #15601]
19041         * libio/tst-widetext.input: Rename Oriya to Odia.
19042         * locale/iso-639.def: Likewise.
19043
19044         * manual/probes.texi (Mathematical Function Probes): Add
19045         documentation for sin, cos, asin and acos probes.
19046         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
19047         (__sin32): Add slowasin probe.
19048         (__cos32): Add slowacos probe.
19049         (__mpsin): Add slowsin probe.
19050         (__mpcos): Add slowcos probe.
19051
19052 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
19053
19054         [BZ #15483]
19055         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
19056         thread-local __sim_exceptions_thread and global
19057         __sim_exceptions_global.
19058         (__sim_disabled_exceptions): Change to thread-local
19059         __sim_disabled_exceptions_thread and global
19060         __sim_disabled_exceptions_global.
19061         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19062         and global __sim_round_mode_global.
19063         (__simulate_exceptions): Use thread-local floating-point state and
19064         set global state from it as needed.
19065         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
19066         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
19067         __sim_round_mode_thread.
19068         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
19069         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
19070         and global __sim_exceptions_global.
19071         (__sim_disabled_exceptions): Change to thread-local
19072         __sim_disabled_exceptions_thread and global
19073         __sim_disabled_exceptions_global.
19074         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
19075         and global __sim_round_mode_global.
19076         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
19077         (SIM_SET_GLOBAL): Likewise.
19078         * sysdeps/powerpc/soft-fp/sfp-machine.h
19079         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
19080         __sim_round_mode_thread.
19081         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
19082         __sim_disabled_exceptions_thread.
19083         (__sim_exceptions): Change to __sim_exceptions_thread.
19084         (__sim_disabled_exceptions): Change to
19085         __sim_disabled_exceptions_thread.
19086         (__sim_round_mode): Change to __sim_round_mode_thread.
19087         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
19088         thread-local floating-point state and set global state from it as
19089         needed.
19090         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
19091         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
19092         (__sim_disabled_exceptions): Remove extern declaration.
19093         (feenableexcept): Use thread-local floating-point state and set
19094         global state from it as needed.
19095         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
19096         extern declaration.
19097         (__sim_disabled_exceptions): Likewise.
19098         (__sim_round_mode): Likewise.
19099         (__fegetenv): Use thread-local floating-point state.
19100         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
19101         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
19102         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
19103         floating-point state and set global state from it as needed.
19104         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
19105         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
19106         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
19107         Likewise.
19108         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
19109         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
19110         Likewise.
19111         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
19112         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
19113         Use __sim_round_mode_thread.
19114         * math/test-fenv-tls.c: New file.
19115         * math/Makefile (tests): Add test-fenv-tls.
19116         ($(objpfx)test-fenv-tls): Depend on
19117         $(common-objpfx)nptl/libpthread.so.
19118
19119 2013-11-19  Andreas Schwab  <schwab@suse.de>
19120
19121         * locale/programs/locale.c (show_info): Decode wordarray elements.
19122         * locale/categories.def (LC_MONETARY): Add element for
19123         _NL_MONETARY_CRNCYSTR.
19124         * locale/C-monetary.c (conversion_rate): New variable.
19125         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
19126         element.
19127
19128 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
19129
19130         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
19131         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
19132
19133 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
19134
19135         * elf/Makefile (tst-auxv): New test.
19136         * elf/tst-auxv.c: New
19137         * elf/rtld.c (dl_main): Adjust AT_EXECFN
19138
19139 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
19140
19141         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
19142         (hidden_proto): Caller changed.
19143         (hidden_tls_proto): New macro.
19144         (libc_hidden_tls_proto): Likewise.
19145         (rtld_hidden_tls_proto): Likewise.
19146         (libm_hidden_tls_proto): Likewise.
19147         (libresolv_hidden_tls_proto): Likewise.
19148         (librt_hidden_tls_proto): Likewise.
19149         (libdl_hidden_tls_proto): Likewise.
19150         (libnss_files_hidden_tls_proto): Likewise.
19151         (libnsl_hidden_tls_proto): Likewise.
19152         (libnss_nisplus_hidden_tls_proto): Likewise.
19153         (libutil_hidden_tls_proto): Likewise.
19154
19155 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
19156
19157         [BZ #10253]
19158         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
19159         (decompose_rpath): Defer expansion to fillin_rpath.
19160         (_dl_init_paths): Pass linkmap to fillin_rpath.
19161
19162 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
19163
19164         * benchtests/Makefile: Add strsep.
19165         * benchtests/bench-strsep.c: New file: strsep benchtest.
19166         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
19167
19168 2013-11-18  Andreas Schwab  <schwab@suse.de>
19169
19170         * locale/programs/locale.c (show_info) [case byte]: Check for
19171         '\377' instead of '\177'.
19172         * locale/C-monetary.c (not_available): Always use "\377".
19173         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
19174         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
19175         detect unavailable sign_posn locale elements.
19176         * locale/localeconv.c (__localeconv): For grouping and
19177         mon_grouping handle "\177" and "\377" like no grouping.
19178         (INT_ELEM): New macro.  Use it to set all numeric members.
19179         * locale/programs/ld-monetary.c (monetary_read)
19180         <tok_mon_grouping>: Normalize single -1 to the empty string.
19181         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
19182         Likewise.
19183
19184 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19185
19186         [BZ #16055]
19187         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
19188         when we match (nil).
19189         * stdio-common/tst-sscanf.c (struct test): Add testcase.
19190
19191 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
19192
19193         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
19194         (NO_TEST_INLINE): Update value.
19195         (ERRNO_UNCHANGED): Likewise.
19196         (ERRNO_EDOM): Likewise.
19197         (ERRNO_ERANGE): Likewise.
19198         (IGNORE_RESULT): Likewise.
19199         (check_float_internal): Check signs of NaN results if
19200         TEST_NAN_SIGN used.
19201         (check_complex): Pass TEST_NAN_SIGN flag through to second
19202         check_float_internal call.
19203         (copysign_test_data): Add tests with quiet NaNs as second
19204         argument.  Use TEST_NAN_SIGN.
19205         (fabs_test_data): Add test of negative quiet NaN argument.  Use
19206         TEST_NAN_SIGN.
19207         (signbit_test_data): Add tests of quiet NaN argument.
19208         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
19209
19210         * math/gen-libm-test.pl (show_exceptions): Take extra argument
19211         $ignore_result.
19212         (parse_args): Handle function results specified as IGNORE.
19213         * math/libm-test.inc (IGNORE_RESULT): New macro.
19214         (check_float_internal): Do not check numerical result if flag
19215         IGNORE_RESULT set.
19216         (check_complex): Pass through IGNORE_RESULT to second
19217         check_float_internal call.
19218         (check_int): Do not check numerical result if flag IGNORE_RESULT
19219         set.
19220         (check_long): Likewise.
19221         (check_bool): Likewise.
19222         (check_longlong): Likewise.
19223         (lrint_test_data): Add tests of infinite and NaN arguments.
19224         (lrint_tonearest_test_data): Likewise.
19225         (lrint_towardzero_test_data): Likewise.
19226         (lrint_downward_test_data): Likewise.
19227         (lrint_upward_test_data): Likewise.
19228         (llrint_test_data): Likewise.
19229         (llrint_tonearest_test_data): Likewise.
19230         (llrint_towardzero_test_data): Likewise.
19231         (llrint_downward_test_data): Likewise.
19232         (llrint_upward_test_data): Likewise.
19233         (lround_test_data): Likewise.
19234         (llround_test_data): Likewise.
19235
19236         * math/libm-test.inc (NO_TEST_INLINE): New macro.
19237         (ERRNO_UNCHANGED): Update value.
19238         (ERRNO_EDOM): Likewise.
19239         (ERRNO_ERANGE): Likewise.
19240         (NO_TEST_INLINE_FLOAT): New macro.
19241         (NO_TEST_INLINE_DOUBLE): Likewise.
19242         (enable_test): New function.
19243         (RUN_TEST_f_f): Check enable_test before running test.
19244         (RUN_TEST_2_f): Likewise.
19245         (RUN_TEST_fff_f): Likewise.
19246         (RUN_TEST_c_f): Likewise.
19247         (RUN_TEST_f_f1): Likewise.
19248         (RUN_TEST_fF_f1): Likewise.
19249         (RUN_TEST_fI_f1): Likewise.
19250         (RUN_TEST_ffI_f1): Likewise.
19251         (RUN_TEST_c_c): Likewise.
19252         (RUN_TEST_cc_c): Likewise.
19253         (RUN_TEST_f_i): Likewise.
19254         (RUN_TEST_f_i_tg): Likewise.
19255         (RUN_TEST_ff_i_tg): Likewise.
19256         (RUN_TEST_f_b): Likewise.
19257         (RUN_TEST_f_b_tg): Likewise.
19258         (RUN_TEST_f_l): Likewise.
19259         (RUN_TEST_f_L): Likewise.
19260         (RUN_TEST_fFF_11): Likewise.
19261         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
19262         conditionals.
19263         (cosh_test_data): Likewise.
19264         (exp_test_data): Likewise.
19265         (expm1_test_data): Likewise.
19266         (hypot_test_data): Likewise.
19267         (pow_test_data): Likewise.
19268         (sinh_test_data): Likewise.
19269         (tanh_test_data): Likewise.
19270         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
19271         flags argument.
19272
19273         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
19274         tests with quiet NaN input and output.
19275         (acosh_test_data): Likewise.
19276         (asin_test_data): Likewise.
19277         (asinh_test_data): Likewise.
19278         (atan_test_data): Likewise.
19279         (atanh_test_data): Likewise.
19280         (atan2_test_data): Likewise.
19281         (cbrt_test_data): Likewise.
19282         (cos_test_data): Likewise.
19283         (cosh_test_data): Likewise.
19284         (erf_test_data): Likewise.
19285         (erfc_test_data): Likewise.
19286         (exp_test_data): Likewise.
19287         (exp10_test_data): Likewise.
19288         (exp2_test_data): Likewise.
19289         (expm1_test_data): Likewise.
19290         (hypot_test_data): Likewise.
19291         (j0_test_data): Likewise.
19292         (j1_test_data): Likewise.
19293         (jn_test_data): Likewise.
19294         (lgamma_test_data): Likewise.
19295         (log_test_data): Likewise.
19296         (log10_test_data): Likewise.
19297         (log1p_test_data): Likewise.
19298         (log2_test_data): Likewise.
19299         (pow_test_data): Likewise.
19300         (scalb_test_data): Likewise.
19301         (sin_test_data): Likewise.
19302         (sincos_test_data): Likewise.
19303         (sinh_test_data): Likewise.
19304         (tan_test_data): Likewise.
19305         (tanh_test_data): Likewise.
19306         (tgamma_test_data): Likewise.
19307         (y0_test_data): Likewise.
19308         (y1_test_data): Likewise.
19309         (yn_test_data): Likewise.
19310
19311         [BZ #16167]
19312         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
19313         argument being NaN and avoid computations with second argument in
19314         that case.
19315         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
19316         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
19317         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
19318
19319 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
19320
19321         * locale/iso-639.def: Add Chitwani Tharu (the).
19322
19323 2013-11-14  Andreas Schwab  <schwab@suse.de>
19324
19325         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
19326         word instead of empty string.
19327
19328 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19329
19330         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19331         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
19332         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19333         (__fe_nomask_env): Likewise.
19334
19335 2013-11-13  Steve Ellcey  <sellcey@mips.com>
19336
19337         * benchtests/bench-timing.h: Include time.h.
19338
19339 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
19340
19341         [BZ #15997]
19342         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
19343         to 3.4.0 for x32.
19344         * sysdeps/unix/sysv/linux/configure: Regenerated.
19345
19346 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
19347
19348         [BZ #16151]
19349         * stdlib/strtod_l.c (round_and_return): Do not consider
19350         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
19351         exponent one less than half the least subnormal exponent.
19352         * stdlib/test-strtod-round-data: Add more tests.
19353         * stdlib/tst-strtod-round.c (tests): Regenerated.
19354
19355 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19356
19357         [BZ #14143]
19358         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
19359         (__fe_mask_env): Likewise.
19360         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
19361         libm_hidden_proto and add function prototype.
19362         (__fe_mask_env): Add function prototype.
19363         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
19364         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
19365         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
19366         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
19367         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
19368         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
19369
19370 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19371
19372         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
19373         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
19374
19375 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
19376
19377         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
19378         of htab_find_slot().
19379
19380 2013-11-11  David S. Miller  <davem@davemloft.net>
19381
19382         [BZ #16150]
19383         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
19384         symbol in the non-vis3 case in static builds.
19385         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
19386         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
19387         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
19388         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
19389
19390 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
19391
19392         [BZ #387]
19393         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
19394         it is empty.
19395
19396 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19397
19398         * benchtests/Makefile: Add bench-strtod.
19399         * benchtests/bench-strtod.c: New file: strtod benchtest
19400
19401 2013-11-11  Andreas Schwab  <schwab@suse.de>
19402
19403         [BZ #16153]
19404         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
19405         terminating NUL in key length.
19406
19407 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19408
19409         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
19410         Add artificial ODP entry for vDSO symbol for PPC64.
19411         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
19412         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
19413
19414 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
19415
19416         [BZ #15374]
19417         * nss/getent.c (services_keys): Recognize services starting with digit.
19418
19419 2013-11-06  David S. Miller  <davem@davemloft.net>
19420
19421         [BZ #15985]
19422         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
19423         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
19424
19425 2013-11-06  Will Newton  <will.newton@linaro.org>
19426
19427         * manual/memory.texi (Malloc Examples): Remove register
19428         keyword from examples.
19429
19430 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
19431
19432         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
19433
19434 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
19435
19436         [BZ #6981]
19437         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
19438         depending on [__GCC_IEC_559 > 0].
19439         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
19440         depending on [__GCC_IEC_559_COMPLEX > 0].
19441
19442 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
19443
19444         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
19445         to iso-639.def.
19446
19447 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
19448
19449         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
19450
19451 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
19452
19453         [BZ #16112]
19454         * malloc/malloc (malloc_info): Do not handle first bin as
19455         special case.
19456
19457 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
19458
19459         * locale/iso-639.def: Add Central Nahuatl (nhn).
19460
19461 2013-11-01  Bruno Haible  <bruno@clisp.org>
19462
19463         [BZ #7003]
19464         * manual/math.texi (BSD Random): Specify range upper bound as
19465         in POSIX.
19466
19467 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
19468
19469         * locale/iso-639.def: Add Meadow Mari (mhr).
19470
19471 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
19472
19473         [BZ #14752], [BZ #15763]
19474         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
19475         Validate name.
19476         * rt/tst_shm.c: Add test for escaping directory.
19477
19478 2013-10-31  Andreas Schwab  <schwab@suse.de>
19479
19480         [BZ #15917]
19481         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
19482         followed by 'x' as part of digit sequence.
19483         * stdio-common/tst-sscanf.c (double_tests2): New tests.
19484
19485 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
19486
19487         [BZ #16037]
19488         * configure.ac: allow GNU Make 4.0 and greater.
19489         * configure: Regenerated.
19490
19491 2013-10-30  Will Newton  <will.newton@linaro.org>
19492
19493         [BZ #16038]
19494         * malloc/hooks.c (memalign_check): Limit alignment to the
19495         maximum representable power of two.
19496         * malloc/malloc.c (__libc_memalign): Likewise.
19497         * malloc/tst-memalign.c (do_test): Add test for very
19498         large alignment values.
19499         * malloc/tst-posix_memalign.c (do_test): Likewise.
19500
19501 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19502
19503         [BZ #11087]
19504         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
19505         (munmap_chunk): Likewise.
19506         (mremap_chunk): Likewise.
19507
19508 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
19509
19510         [BZ #15799]
19511         * stdlib/div.c (div): Remove obsolete code.
19512         * stdlib/ldiv.c (ldiv): Likewise.
19513         * stdlib/lldiv.c (lldiv): Likewise.
19514
19515 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
19516
19517         [BZ #16071]
19518         * nss/nss_files/files-XXX.c (get_contents_ret): New
19519         enumerator.
19520         (get_contents): New function.
19521         (internal_getent): Use it.  Expand size of LINEBUFLEN.
19522
19523 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
19524
19525         * configure.in: Moved to ...
19526         * configure.ac: ... here. Change reference to configure.in
19527         to configure.ac.
19528         * sysdeps/arm/preconfigure.ac: ... here.
19529         configure.in to configure.ac.
19530         * sysdeps/gnu/configure.in: Moved to ...
19531         * sysdeps/gnu/configure.ac: ... here.
19532         * sysdeps/i386/configure.in: Moved to ...
19533         * sysdeps/i386/configure.ac: ... here.
19534         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
19535         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
19536         * sysdeps/mach/configure.in: Moved to ...
19537         * sysdeps/mach/configure.ac: ... here.
19538         * sysdeps/mach/hurd/configure.in: Moved to ...
19539         * sysdeps/mach/hurd/configure.ac: ... here.
19540         * sysdeps/powerpc/configure.in: Moved to ...
19541         * sysdeps/powerpc/configure.ac: ... here.
19542         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
19543         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
19544         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
19545         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
19546         * sysdeps/s390/s390-32/configure.in: Moved to ...
19547         * sysdeps/s390/s390-32/configure.ac: ... here.
19548         * sysdeps/s390/s390-64/configure.in: Moved to ...
19549         * sysdeps/s390/s390-64/configure.ac: ... here.
19550         * sysdeps/sh/configure.in: Moved to ...
19551         * sysdeps/sh/configure.ac: ... here.
19552         * sysdeps/sparc/configure.in: Moved to ...
19553         * sysdeps/sparc/configure.ac: ... here.
19554         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
19555         * sysdeps/unix/sysv/linux/configure.ac: ... here.
19556         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
19557         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
19558         * sysdeps/x86_64/configure.in: Moved to ...
19559         * sysdeps/x86_64/configure.ac: ... here.
19560         * sysdeps/x86_64/preconfigure.in: Moved to ...
19561         * sysdeps/x86_64/preconfigure.ac: ... here.
19562         * aclocal.m4: Change reference to configure.in to configure.ac.
19563         * config.h.in: Likewise.
19564         * manual/install.texi: Likewise.
19565         * manual/maint.texi: Likewise.
19566         * Makefile: Likewise.
19567         * malloc/Makefile: Likewise.
19568         * nscd/Makefile: Likewise.
19569         * Makeconfig: Change reference to configure.in and
19570         preconfigure.in to configure.ac and preconfigure.ac
19571         respectively.
19572         * INSTALL: Regenerated.
19573         * configure: Likewise.
19574         * sysdeps/gnu/configure: Likewise.
19575         * sysdeps/i386/configure: Likewise.
19576         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
19577         * sysdeps/mach/configure: Likewise.
19578         * sysdeps/mach/hurd/configure: Likewise.
19579         * sysdeps/powerpc/configure: Likewise.
19580         * sysdeps/powerpc/powerpc32/configure: Likewise.
19581         * sysdeps/powerpc/powerpc64/configure: Likewise.
19582         * sysdeps/s390/s390-32/configure: Likewise.
19583         * sysdeps/s390/s390-64/configure: Likewise.
19584         * sysdeps/sh/configure: Likewise.
19585         * sysdeps/sparc/configure: Likewise.
19586         * sysdeps/unix/sysv/linux/configure: Likewise.
19587         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19588         * sysdeps/x86_64/configure: Likewise.
19589         * sysdeps/x86_64/preconfigure: Likewise.
19590
19591 2013-10-29  Andreas Schwab  <schwab@suse.de>
19592
19593         * stdio-common/Makefile (tst-swscanf-ENV): Define.
19594
19595 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19596
19597         * benchtests/pow-inputs: Add new inputs.
19598
19599         * benchtests/exp-inputs: Add new inputs.
19600
19601         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19602         conditional check for return value.
19603         (__cos32): Likewise.
19604
19605 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19606
19607         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19608         to provide a boost for large inputs with word alignment.
19609         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19610         implementation based on optimized PPC64 strcpy.
19611         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19612         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19613         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19614         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19615
19616 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19617
19618         [BZ #2801]
19619         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19620
19621 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19622
19623         [BZ #14876]
19624         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19625         * time/tst-strptime.c (day_tests): Add testcase.
19626
19627 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19628
19629         [BZ #14029]
19630         * manual/pattern.texi: Acknowledge that fnmatch can fail.
19631
19632 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
19633
19634         [BZ #16074]
19635         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19636         MAP_FAILED on error.
19637
19638 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19639
19640         [BZ #16072]
19641         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19642         heap for large requests.
19643
19644 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
19645
19646         [BZ #9954]
19647         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
19648         result if the result has no associated interface.
19649         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19650         interface for all 127.X.Y.Z addresses.
19651
19652 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
19653
19654         * locale/iso-639.def: Add Ligurian (lij)
19655
19656 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
19657
19658         [BZ #15825]
19659         * sunrpc/rpc_main.c: Document rpcgen -5.
19660
19661 2013-10-19  Michael Stahl  <mstahl@redhat.com>
19662
19663         * elf/rtld.c (do_preload): Print the reason why preloading failed.
19664
19665 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19666
19667         [BZ #10278]
19668         * posix/glob.c: Match only directories when trailing slash is present.
19669         * posix/tst-gnuglob.c (my_opendir): Do not open files.
19670         (main): Add testcase.
19671
19672 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19673
19674         [BZ #15670]
19675         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19676
19677 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
19678
19679         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19680         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19681         AUTH_DES and cindex for FIPS 140-2.
19682         (DES Encryption): Add cindex FIPS 46-3.
19683
19684         * locale/locarchive.h (struct locarhandle): Add fname.
19685         * locale/programs/localedef.c (main): Pass ARGV[remaining]
19686         if an optional argument was specified to --list-archive,
19687         otherwise NULL.
19688         * locale/programs/locarchive.c (show_archive_content): Take new
19689         argument fname and pass it via ah.fname to open_archive.
19690         * locale/programs/localedef.h: Update decl.
19691         (open_archive): If AH->fname is non-null, open that file
19692         rather than the default file name, and don't ignore ENOENT.
19693         (create_archive): Set AH.fname to NULL.
19694         (delete_locales_from_archive): Likewise.
19695         (add_locales_to_archive): Likewise.
19696         * locale/programs/locfile.c (write_all_categories): Likewise.
19697
19698 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
19699             Aldy Hernandez  <aldyh@redhat.com>
19700
19701         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19702         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19703         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19704         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19705         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19706         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19707         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19708         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19709         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19710         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19711         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19712         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19713         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19714         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19715         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19716         Likewise.
19717         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19718         Likewise.
19719         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19720         Likewise.
19721         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19722         Likewise.
19723         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19724         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19725         Likewise.
19726         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19727         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19728         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19729         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19730         Likewise.
19731         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19732         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19733         * sysdeps/powerpc/preconfigure: Likewise.
19734         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19735         Likewise.
19736         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19737         Replace contents of file by #include of <fenv_libc.h>.
19738         * sysdeps/powerpc/soft-fp/sfp-machine.h
19739         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19740         and <sys/prctl.h>.
19741         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19742         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19743         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19744         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19745         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19746         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
19747         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
19748         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
19749         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
19750         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
19751         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
19752         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
19753         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19754         Allow copysignl PLT reference to be missing.
19755
19756 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
19757             Joseph Myers  <joseph@codesourcery.com
19758
19759         [BZ #15948]
19760         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
19761         single character.
19762         (add_to_tablewc): Assert sequence of wide characters is nonempty.
19763
19764 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
19765
19766         * elf/tst-tls-dlinfo.c: Don't include tls.h.
19767         * elf/tst-tls1.c: Likewise.
19768         * elf/tst-tls10.h: Likewise.
19769         * elf/tst-tls14.c: Likewise.
19770         * elf/tst-tls2.c: Likewise.
19771         * elf/tst-tls3.c: Likewise.
19772         * elf/tst-tls4.c: Likewise.
19773         * elf/tst-tls5.c: Likewise.
19774         * elf/tst-tls6.c: Likewise.
19775         * elf/tst-tls7.c: Likewise.
19776         * elf/tst-tls8.c: Likewise.
19777         * elf/tst-tls9.c: Likewise.
19778         * elf/tst-tlsmod1.c: Likewise.
19779         * elf/tst-tlsmod13.c: Likewise.
19780         * elf/tst-tlsmod13a.c: Likewise.
19781         * elf/tst-tlsmod14a.c: Likewise.
19782         * elf/tst-tlsmod16a.c: Likewise.
19783         * elf/tst-tlsmod16b.c: Likewise.
19784         * elf/tst-tlsmod2.c: Likewise.
19785         * elf/tst-tlsmod3.c: Likewise.
19786         * elf/tst-tlsmod4.c: Likewise.
19787         * elf/tst-tlsmod5.c: Likewise.
19788         * elf/tst-tlsmod6.c: Likewise.
19789
19790 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
19791
19792         [BZ #12486]
19793         * malloc/malloc.c: remove checks for statistics.
19794
19795 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19796
19797         [BZ #15277]
19798         * inet/inet_net.c (inet_network): Detect additional invalid strings.
19799         * inet/tst-network.c: Add testcase.
19800
19801 2013-10-17  Andreas Schwab  <schwab@suse.de>
19802
19803         [BZ #15218]
19804         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
19805         to determine canonical name.
19806
19807 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19808
19809         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
19810         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
19811         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19812         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
19813         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19814         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
19815         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
19816         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
19817         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
19818         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
19819         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
19820         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
19821         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
19822         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
19823         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
19824         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
19825         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19826         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
19827         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
19828         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
19829         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
19830         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19831         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19832         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
19833         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
19834         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
19835         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
19836         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
19837         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
19838         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
19839         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
19840         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
19841         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
19842         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
19843         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
19844         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
19845         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
19846         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
19847         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
19848         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
19849         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
19850         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
19851         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
19852         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
19853         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
19854         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
19855         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
19856         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
19857         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
19858         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
19859         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
19860         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
19861         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
19862         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
19863         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19864         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
19865         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
19866         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
19867
19868 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
19869
19870         [BZ #16041]
19871         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
19872         make result into a quiet NaN.
19873
19874 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
19875
19876         * soft-fp/adddf3.c: Fix horizontal whitespace.
19877         * soft-fp/addsf3.c: Likewise.
19878         * soft-fp/addtf3.c: Likewise.
19879         * soft-fp/divdf3.c: Likewise.
19880         * soft-fp/divsf3.c: Likewise.
19881         * soft-fp/divtf3.c: Likewise.
19882         * soft-fp/double.h: Likewise.
19883         * soft-fp/eqdf2.c: Likewise.
19884         * soft-fp/eqsf2.c: Likewise.
19885         * soft-fp/eqtf2.c: Likewise.
19886         * soft-fp/extenddftf2.c: Likewise.
19887         * soft-fp/extended.h: Likewise.
19888         * soft-fp/extendsfdf2.c: Likewise.
19889         * soft-fp/extendsftf2.c: Likewise.
19890         * soft-fp/extendxftf2.c: Likewise.
19891         * soft-fp/fixdfdi.c: Likewise.
19892         * soft-fp/fixdfsi.c: Likewise.
19893         * soft-fp/fixdfti.c: Likewise.
19894         * soft-fp/fixsfdi.c: Likewise.
19895         * soft-fp/fixsfsi.c: Likewise.
19896         * soft-fp/fixsfti.c: Likewise.
19897         * soft-fp/fixtfdi.c: Likewise.
19898         * soft-fp/fixtfsi.c: Likewise.
19899         * soft-fp/fixtfti.c: Likewise.
19900         * soft-fp/fixunsdfdi.c: Likewise.
19901         * soft-fp/fixunsdfsi.c: Likewise.
19902         * soft-fp/fixunsdfti.c: Likewise.
19903         * soft-fp/fixunssfdi.c: Likewise.
19904         * soft-fp/fixunssfsi.c: Likewise.
19905         * soft-fp/fixunssfti.c: Likewise.
19906         * soft-fp/fixunstfdi.c: Likewise.
19907         * soft-fp/fixunstfsi.c: Likewise.
19908         * soft-fp/fixunstfti.c: Likewise.
19909         * soft-fp/floatdidf.c: Likewise.
19910         * soft-fp/floatdisf.c: Likewise.
19911         * soft-fp/floatditf.c: Likewise.
19912         * soft-fp/floatsidf.c: Likewise.
19913         * soft-fp/floatsisf.c: Likewise.
19914         * soft-fp/floatsitf.c: Likewise.
19915         * soft-fp/floattidf.c: Likewise.
19916         * soft-fp/floattisf.c: Likewise.
19917         * soft-fp/floattitf.c: Likewise.
19918         * soft-fp/floatundidf.c: Likewise.
19919         * soft-fp/floatundisf.c: Likewise.
19920         * soft-fp/floatunditf.c: Likewise.
19921         * soft-fp/floatunsidf.c: Likewise.
19922         * soft-fp/floatunsisf.c: Likewise.
19923         * soft-fp/floatunsitf.c: Likewise.
19924         * soft-fp/floatuntidf.c: Likewise.
19925         * soft-fp/floatuntisf.c: Likewise.
19926         * soft-fp/floatuntitf.c: Likewise.
19927         * soft-fp/fmadf4.c: Likewise.
19928         * soft-fp/fmasf4.c: Likewise.
19929         * soft-fp/fmatf4.c: Likewise.
19930         * soft-fp/gedf2.c: Likewise.
19931         * soft-fp/gesf2.c: Likewise.
19932         * soft-fp/getf2.c: Likewise.
19933         * soft-fp/ledf2.c: Likewise.
19934         * soft-fp/lesf2.c: Likewise.
19935         * soft-fp/letf2.c: Likewise.
19936         * soft-fp/muldf3.c: Likewise.
19937         * soft-fp/mulsf3.c: Likewise.
19938         * soft-fp/multf3.c: Likewise.
19939         * soft-fp/negdf2.c: Likewise.
19940         * soft-fp/negsf2.c: Likewise.
19941         * soft-fp/negtf2.c: Likewise.
19942         * soft-fp/op-1.h: Likewise.
19943         * soft-fp/op-2.h: Likewise.
19944         * soft-fp/op-4.h: Likewise.
19945         * soft-fp/op-8.h: Likewise.
19946         * soft-fp/op-common.h: Likewise.
19947         * soft-fp/quad.h: Likewise.
19948         * soft-fp/single.h: Likewise.
19949         * soft-fp/soft-fp.h: Likewise.
19950         * soft-fp/sqrtdf2.c: Likewise.
19951         * soft-fp/sqrtsf2.c: Likewise.
19952         * soft-fp/sqrttf2.c: Likewise.
19953         * soft-fp/subdf3.c: Likewise.
19954         * soft-fp/subsf3.c: Likewise.
19955         * soft-fp/subtf3.c: Likewise.
19956         * soft-fp/truncdfsf2.c: Likewise.
19957         * soft-fp/trunctfdf2.c: Likewise.
19958         * soft-fp/trunctfsf2.c: Likewise.
19959         * soft-fp/trunctfxf2.c: Likewise.
19960         * soft-fp/unorddf2.c: Likewise.
19961         * soft-fp/unordsf2.c: Likewise.
19962         * soft-fp/unordtf2.c: Likewise.
19963
19964 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
19965
19966         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
19967         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
19968
19969 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
19970
19971         * elf/dl-libc.c: Clear initfini list after freeing.
19972
19973 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
19974
19975         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
19976         * soft-fp/addsf3.c: Likewise.
19977         * soft-fp/addtf3.c: Likewise.
19978         * soft-fp/divdf3.c: Likewise.
19979         * soft-fp/divsf3.c: Likewise.
19980         * soft-fp/divtf3.c: Likewise.
19981         * soft-fp/double.h: Likewise.
19982         * soft-fp/eqdf2.c: Likewise.
19983         * soft-fp/eqsf2.c: Likewise.
19984         * soft-fp/eqtf2.c: Likewise.
19985         * soft-fp/extenddftf2.c: Likewise.
19986         * soft-fp/extended.h: Likewise.
19987         * soft-fp/extendsfdf2.c: Likewise.
19988         * soft-fp/extendsftf2.c: Likewise.
19989         * soft-fp/extendxftf2.c: Likewise.
19990         * soft-fp/fixdfdi.c: Likewise.
19991         * soft-fp/fixdfsi.c: Likewise.
19992         * soft-fp/fixdfti.c: Likewise.
19993         * soft-fp/fixsfdi.c: Likewise.
19994         * soft-fp/fixsfsi.c: Likewise.
19995         * soft-fp/fixsfti.c: Likewise.
19996         * soft-fp/fixtfdi.c: Likewise.
19997         * soft-fp/fixtfsi.c: Likewise.
19998         * soft-fp/fixtfti.c: Likewise.
19999         * soft-fp/fixunsdfdi.c: Likewise.
20000         * soft-fp/fixunsdfsi.c: Likewise.
20001         * soft-fp/fixunsdfti.c: Likewise.
20002         * soft-fp/fixunssfdi.c: Likewise.
20003         * soft-fp/fixunssfsi.c: Likewise.
20004         * soft-fp/fixunssfti.c: Likewise.
20005         * soft-fp/fixunstfdi.c: Likewise.
20006         * soft-fp/fixunstfsi.c: Likewise.
20007         * soft-fp/fixunstfti.c: Likewise.
20008         * soft-fp/floatdidf.c: Likewise.
20009         * soft-fp/floatdisf.c: Likewise.
20010         * soft-fp/floatditf.c: Likewise.
20011         * soft-fp/floatsidf.c: Likewise.
20012         * soft-fp/floatsisf.c: Likewise.
20013         * soft-fp/floatsitf.c: Likewise.
20014         * soft-fp/floattidf.c: Likewise.
20015         * soft-fp/floattisf.c: Likewise.
20016         * soft-fp/floattitf.c: Likewise.
20017         * soft-fp/floatundidf.c: Likewise.
20018         * soft-fp/floatundisf.c: Likewise.
20019         * soft-fp/floatunsidf.c: Likewise.
20020         * soft-fp/floatunsisf.c: Likewise.
20021         * soft-fp/floatuntidf.c: Likewise.
20022         * soft-fp/floatuntisf.c: Likewise.
20023         * soft-fp/floatuntitf.c: Likewise.
20024         * soft-fp/fmadf4.c: Likewise.
20025         * soft-fp/fmasf4.c: Likewise.
20026         * soft-fp/fmatf4.c: Likewise.
20027         * soft-fp/gedf2.c: Likewise.
20028         * soft-fp/gesf2.c: Likewise.
20029         * soft-fp/getf2.c: Likewise.
20030         * soft-fp/ledf2.c: Likewise.
20031         * soft-fp/lesf2.c: Likewise.
20032         * soft-fp/letf2.c: Likewise.
20033         * soft-fp/muldf3.c: Likewise.
20034         * soft-fp/mulsf3.c: Likewise.
20035         * soft-fp/multf3.c: Likewise.
20036         * soft-fp/negdf2.c: Likewise.
20037         * soft-fp/negsf2.c: Likewise.
20038         * soft-fp/negtf2.c: Likewise.
20039         * soft-fp/op-1.h: Likewise.
20040         * soft-fp/op-2.h: Likewise.
20041         * soft-fp/op-4.h: Likewise.
20042         * soft-fp/op-8.h: Likewise.
20043         * soft-fp/op-common.h: Likewise.
20044         * soft-fp/quad.h: Likewise.
20045         * soft-fp/single.h: Likewise.
20046         * soft-fp/soft-fp.h: Likewise.
20047         * soft-fp/sqrtdf2.c: Likewise.
20048         * soft-fp/sqrtsf2.c: Likewise.
20049         * soft-fp/sqrttf2.c: Likewise.
20050         * soft-fp/subdf3.c: Likewise.
20051         * soft-fp/subsf3.c: Likewise.
20052         * soft-fp/subtf3.c: Likewise.
20053         * soft-fp/truncdfsf2.c: Likewise.
20054         * soft-fp/trunctfdf2.c: Likewise.
20055         * soft-fp/trunctfsf2.c: Likewise.
20056         * soft-fp/trunctfxf2.c: Likewise.
20057         * soft-fp/unorddf2.c: Likewise.
20058         * soft-fp/unordsf2.c: Likewise.
20059         * soft-fp/unordtf2.c: Likewise.
20060
20061 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
20062
20063         [BZ #15672]
20064         * misc/error.c (error_tail): Fix possible buffer overflow.
20065
20066 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
20067
20068         [BZ #13028]
20069         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
20070         address.
20071
20072 2013-10-14  P. J. McDermott  <pj@pehjota.net>
20073
20074         [BZ #832]
20075         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
20076         testing pipefail option.
20077
20078 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20079
20080         * soft-fp/double.h: Indent preprocessor directives inside #if.
20081         * soft-fp/extended.h: Likewise.
20082         * soft-fp/op-2.h: Likewise.
20083         * soft-fp/op-4.h: Likewise.
20084         * soft-fp/op-common.h: Likewise.
20085         * soft-fp/quad.h: Likewise.
20086         * soft-fp/single.h: Likewise.
20087         * soft-fp/soft-fp.h: Likewise.
20088
20089 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
20090
20091         * iconv/iconv_prog.c: Fix typos.
20092         * stdio-common/psiginfo-data.h: Likewise.
20093
20094 2013-10-12   Reuben Thomas <rrt@sc3d.org>
20095
20096         [BZ #15764]
20097         * locale/setlocale.c: Fix typo.
20098
20099 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
20100
20101         [BZ #16036]
20102         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
20103         signaling NaN arguments.
20104         * soft-fp/unordsf2.c (__unordsf2): Likewise.
20105         * soft-fp/unordtf2.c (__unordtf2): Likewise.
20106
20107         [BZ #14910]
20108         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
20109         unordered operands.
20110         * soft-fp/gesf2.c (__gesf2): Likewise.
20111         * soft-fp/getf2.c (__getf2): Likewise.
20112         * soft-fp/ledf2.c (__ledf2): Likewise.
20113         * soft-fp/lesf2.c (__lesf2): Likewise.
20114         * soft-fp/letf2.c (__letf2): Likewise.
20115
20116         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
20117         * soft-fp/eqsf2.c (__eqsf2): Likewise.
20118         * soft-fp/eqtf2.c (__eqtf2): Likewise.
20119         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
20120         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
20121         * soft-fp/fixdfti.c (__fixdfti): Likewise.
20122         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
20123         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
20124         * soft-fp/fixsfti.c (__fixsfti): Likewise.
20125         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
20126         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
20127         * soft-fp/fixtfti.c (__fixtfti): Likewise.
20128         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
20129         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
20130         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
20131         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
20132         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
20133         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
20134         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
20135         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
20136         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
20137         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
20138         * soft-fp/floatdisf.c (__floatdisf): Likewise.
20139         * soft-fp/floatsisf.c (__floatsisf): Likewise.
20140         * soft-fp/floattidf.c (__floattidf): Likewise.
20141         * soft-fp/floattisf.c (__floattisf): Likewise.
20142         * soft-fp/floattitf.c (__floattitf): Likewise.
20143         * soft-fp/floatundidf.c (__floatundidf): Likewise.
20144         * soft-fp/floatundisf.c (__floatundisf): Likewise.
20145         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
20146         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
20147         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
20148         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
20149         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
20150         * soft-fp/gesf2.c (__gesf2): Likewise.
20151         * soft-fp/getf2.c (__getf2): Likewise.
20152         * soft-fp/ledf2.c (__ledf2): Likewise.
20153         * soft-fp/lesf2.c (__lesf2): Likewise.
20154         * soft-fp/letf2.c (__letf2): Likewise.
20155
20156         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
20157         Undefine and redefine.
20158         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
20159         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
20160         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
20161         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
20162         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20163         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
20164         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20165         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
20166         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20167         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
20168         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20169         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
20170         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20171         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
20172         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
20173
20174         [BZ #16032]
20175         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
20176         without decrementing exponent if mantissa >= that for the
20177         denominator, not >.
20178         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
20179         denominator, not >.  Decrement exponent in < case instead of
20180         incrementing in >= case.
20181         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
20182         without decrementing exponent if mantissa >= that for the
20183         denominator, not >.
20184
20185         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
20186         computing saturated result for unsigned overflow.
20187
20188 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
20189             Jeff Law  <law@redhat.com>
20190
20191         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
20192         (atan2Mp): Add systemtap probe marker.
20193         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
20194         (__ieee754_log): Add systemtap probe marker.
20195         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
20196         (atanMp): Add systemtap probe marker.
20197         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
20198         (tanMp): Add systemtap probe marker.
20199         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
20200         (__slowexp): Add systemtap probe marker.
20201         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
20202         (__slowpow): Add systemtap probe marker.
20203         * manual/probes.texi: Document probes.
20204
20205 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
20206
20207         [BZ #15362]
20208         * libio/fileops.c (_IO_new_file_write): Return count of bytes
20209         written.
20210         (_IO_new_file_xsputn): Don't return EOF if nothing has been
20211         written.
20212         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
20213         written to buffer but not flushed.
20214         * libio/iofwrite_u.c:  Likewise.
20215         * libio/iopadn.c:  Return bytes returned even if EOF was
20216         encountered.
20217         * libio/iowpadn.c:  Likewise.
20218         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
20219         if _IO_padn does not write the whole buffer.
20220         [!COMPILE_WPRINTF] (PAD): Likewise.
20221
20222 2013-10-10  David S. Miller  <davem@davemloft.net>
20223
20224         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
20225         directory block.
20226
20227 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20228
20229         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
20230         instead of FSF address.
20231         * soft-fp/fixdfti.c: Likewise.
20232         * soft-fp/fixsfti.c: Likewise.
20233         * soft-fp/fixtfti.c: Likewise.
20234         * soft-fp/fixunsdfti.c: Likewise.
20235         * soft-fp/fixunssfti.c: Likewise.
20236         * soft-fp/fixunstfti.c: Likewise.
20237         * soft-fp/floattidf.c: Likewise.
20238         * soft-fp/floattisf.c: Likewise.
20239         * soft-fp/floattitf.c: Likewise.
20240         * soft-fp/floatuntidf.c: Likewise.
20241         * soft-fp/floatuntisf.c: Likewise.
20242         * soft-fp/floatuntitf.c: Likewise.
20243         * soft-fp/trunctfxf2.c: Likewise.
20244
20245         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
20246         * soft-fp/fixdfti.c: Likewise.
20247         * soft-fp/fixsfti.c: Likewise.
20248         * soft-fp/fixtfti.c: Likewise.
20249         * soft-fp/fixunsdfti.c: Likewise.
20250         * soft-fp/fixunssfti.c: Likewise.
20251         * soft-fp/fixunstfti.c: Likewise.
20252         * soft-fp/floattidf.c: Likewise.
20253         * soft-fp/floattisf.c: Likewise.
20254         * soft-fp/floattitf.c: Likewise.
20255         * soft-fp/floatuntidf.c: Likewise.
20256         * soft-fp/floatuntisf.c: Likewise.
20257         * soft-fp/floatuntitf.c: Likewise.
20258         * soft-fp/trunctfxf2.c: Likewise.
20259
20260 2013-10-10  David S. Miller  <davem@davemloft.net>
20261
20262         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20263
20264 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
20265
20266         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20267         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
20268         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
20269         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
20270         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
20271         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
20272         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
20273
20274         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
20275         for NaNs before doing comparisons on argument.
20276         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
20277         Likewise.
20278
20279 2013-10-10  Will Newton  <will.newton@linaro.org>
20280
20281         * malloc/hooks.c (memalign_check): Ensure the value of bytes
20282         passed to _int_memalign does not overflow.
20283
20284 2013-10-10  Torvald Riegel  <triegel@redhat.com>
20285
20286         * scripts/bench.pl: Add include-sources directive.
20287         * benchtests/README: Update documentation.
20288
20289 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
20290
20291         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
20292         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
20293         instead of FP_INIT_ROUNDMODE.
20294         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
20295         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
20296
20297         [BZ #16034]
20298         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
20299         copy class of input value.
20300         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
20301         not handle exceptions.
20302         * soft-fp/negsf2.c (__negsf2): Likewise.
20303         * soft-fp/negtf2.c (__negtf2): Likewise.
20304         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
20305
20306 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
20307
20308         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
20309         semicolon.  From Linux kernel.
20310
20311 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
20312
20313         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
20314
20315 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
20316
20317         [BZ #156]
20318         * manual/socket.texi: Added statement about buffer
20319         for gethostbyname2_r.
20320
20321 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
20322
20323         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
20324         Use .p2align directive instead, throughout.
20325         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
20326         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
20327         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
20328         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
20329         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
20330         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
20331         * sysdeps/x86_64/strchr.S: Likewise.
20332         * sysdeps/x86_64/strrchr.S: Likewise.
20333
20334 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
20335
20336         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
20337
20338         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
20339
20340         * sysdeps/generic/math_private.h (__mpsin1): Remove
20341         declaration.
20342         (__mpcos1): Likewise.
20343         (__mpsin): New argument __range_reduce.
20344         (__mpcos): Likewise.
20345         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
20346         (slow): Use __mpsin and __mpcos.
20347         (slow1): Likewise.
20348         (slow2): Likewise.
20349         (sloww): Likewise.
20350         (sloww1): Likewise.
20351         (sloww2): Likewise.
20352         (bsloww): Likewise.
20353         (bsloww1): Likewise.
20354         (bsloww2): Likewise.
20355         (cslow2): Likewise.
20356         (csloww): Likewise.
20357         (csloww1): Likewise.
20358         (csloww2): Likewise.
20359         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
20360         range_reduce.  Merge in __mpsin1.
20361         (__mpcos): Likewise.
20362         (__mpsin1): Remove.
20363         (__mpcos1): Likewise.
20364
20365 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
20366
20367         * locale/loadlocale.c (_nl_intern_locale_data): Use
20368         LOCFILE_ALIGNED_P.
20369         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
20370         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
20371         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
20372         obstack data is appropriately aligned.
20373         (obstack_int32_grow_fast): Likewise.
20374         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
20375         * locale/programs/locfile.c (add_locale_uint32): Likewise.
20376         (add_locale_uint32_array): Likewise.
20377
20378 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
20379
20380         * benchtests/Makefile: Remove ARGLIST and RET variables.
20381         ($(objpfx)bench-%.c): Pass only function name to the script.
20382         * benchtests/README: Update documentation.
20383         * benchtests/acos-inputs: Add new directives.
20384         * benchtests/acosh-inputs: Likewise.
20385         * benchtests/asin-inputs: Likewise.
20386         * benchtests/asinh-inputs: Likewise.
20387         * benchtests/atan-inputs: Likewise.
20388         * benchtests/atanh-inputs: Likewise.
20389         * benchtests/cos-inputs: Likewise.
20390         * benchtests/cosh-inputs: Likewise.
20391         * benchtests/exp-inputs: Likewise.
20392         * benchtests/log-inputs: Likewise.
20393         * benchtests/pow-inputs: Likewise.
20394         * benchtests/rint-inputs: Likewise.
20395         * benchtests/sin-inputs: Likewise.
20396         * benchtests/sinh-inputs: Likewise.
20397         * benchtests/tan-inputs: Likewise.
20398         * benchtests/tanh-inputs: Likewise.
20399         * scripts/bench.pl: Add support for new directives.
20400
20401 2013-10-07  Alan Modra  <amodra@gmail.com>
20402
20403         * README: Fix careless merge.
20404
20405 2013-10-05  Alan Modra  <amodra@gmail.com>
20406
20407         * NEWS: Mention powerpc64le support and bugs fixed.
20408         * README: Both big-endian and little-endian powerpc64 supported.
20409
20410 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
20411
20412         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
20413         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
20414         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
20415         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
20416
20417 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
20418
20419         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
20420         match prototype.
20421
20422 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
20423
20424         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
20425         Move -mhard-float appending from
20426         ports/sysdeps/powerpc/powerpc32/Makefile.
20427         [$(with-fp) = yes] (ASFLAGS): Likewise.
20428         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
20429         * sysdeps/powerpc/nofpu: Move directory from
20430         ports/sysdeps/powerpc/nofpu.
20431         * sysdeps/powerpc/soft-fp: Move directory from
20432         ports/sysdeps/powerpc/soft-fp.
20433         * sysdeps/powerpc/powerpc32/405: Move directory from
20434         ports/sysdeps/powerpc/powerpc32/405.
20435         * sysdeps/powerpc/powerpc32/440: Move directory from
20436         ports/sysdeps/powerpc/powerpc32/440.
20437         * sysdeps/powerpc/powerpc32/464: Move directory from
20438         ports/sysdeps/powerpc/powerpc32/464.
20439         * sysdeps/powerpc/powerpc32/476: Move directory from
20440         ports/sysdeps/powerpc/powerpc32/476.
20441         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
20442         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
20443         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
20444         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
20445         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
20446         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
20447         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
20448         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
20449         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
20450         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
20451         * README: Update for powerpc-*-linux-gnu software floating point
20452         support in libc.
20453
20454         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
20455         case to powerpc/powerpc32*.
20456         * sysdeps/unix/sysv/linux/configure: Regenerated.
20457
20458         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
20459         (_FPU_MASK_OM): Define as 0x04.
20460         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
20461         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
20462         0x00c10080.
20463         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
20464         0x0000003c.
20465         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
20466
20467         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
20468         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20469         getcontext_e500.
20470         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
20471         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
20472         setcontext_e500.
20473         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
20474         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
20475         and setcontext_e500.
20476
20477 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
20478
20479         * locale/iso-3166.def: Update iso-1366.def and related occurrences
20480
20481 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
20482
20483         * manual/threads.texi (Default Thread Attributes): Fix typo.
20484
20485 2013-10-04  Will Newton  <will.newton@linaro.org>
20486
20487         * malloc/Makefile: Add tst-memalign.
20488         * malloc/tst-memalign.c: New file.
20489
20490         * malloc/tst-posix_memalign.c: Add comments.
20491         (do_test): Add comments and call free on all potentially
20492         allocated pointers. Add space after cast.
20493
20494         * malloc/tst-pvalloc.c: Add comments.
20495         (do_test): Add comments and call free on all potentially
20496         allocated pointers. Remove duplicate check for NULL pointer.
20497         Add space after cast.
20498
20499         * malloc/tst-valloc.c: Add comments.
20500         (do_test): Add comments and call free on all potentially
20501         allocated pointers. Remove duplicate check for NULL pointer.
20502         Add space after cast.
20503
20504 2013-10-04  Alan Modra  <amodra@gmail.com>
20505
20506         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20507         Use stdint types in rather than __attribute__((mode())).
20508         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20509
20510 2013-10-04  Alan Modra  <amodra@gmail.com>
20511
20512         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
20513         Correct handling of unaligned relocs for little-endian.
20514         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
20515
20516 2013-10-04  Alan Modra  <amodra@gmail.com>
20517
20518         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
20519         * configure: Regenerate.
20520         * nptl/shlib-versions: Powerpc*le starts at 2.18.
20521         * shlib-versions: Likewise.
20522
20523 2013-10-04  Alan Modra  <amodra@gmail.com>
20524
20525         * string/tester.c (test_memrchr): Increment reported test cycle.
20526
20527 2013-10-04  Alan Modra  <amodra@gmail.com>
20528
20529         * string/test-memcpy.c (do_one_test): When reporting errors, print
20530         string address and don't overrun end of string.
20531
20532 2013-10-04  Alan Modra  <amodra@gmail.com>
20533
20534         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
20535         insrdi.  Make better use of reg selection to speed exit slightly.
20536         Schedule entry path a little better.  Remove useless "are we done"
20537         checks on entry to main loop.  Handle wrapping around zero address.
20538         Correct main loop count.  Handle single left-over word from main
20539         loop inline rather than by using loop_small.  Remove extra word
20540         case in loop_small caused by wrong loop count.  Add little-endian
20541         support.
20542         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
20543         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
20544         cache hint.
20545         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
20546         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
20547         support.  Avoid rlwimi.
20548         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
20549
20550 2013-10-04  Alan Modra  <amodra@gmail.com>
20551
20552         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
20553         insrdi.  Formatting.
20554         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
20555         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
20556         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
20557         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
20558         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
20559         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
20560
20561 2013-10-04  Alan Modra  <amodra@gmail.com>
20562
20563         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
20564         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
20565         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
20566         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
20567         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
20568         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
20569         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
20570         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
20571         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
20572         use of regs.  Use power7 mtocrf.  Tidy function tails.
20573
20574 2013-10-04  Alan Modra  <amodra@gmail.com>
20575
20576         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
20577         Formatting.  Consistently use rXXX register defines or rN defines.
20578         Use early exit labels that avoid restoring unused non-volatile regs.
20579         Make cr field use more consistent with rWORDn compares.  Rename
20580         regs used as shift registers for unaligned loop, using rN defines
20581         for short lifetime/multiple use regs.
20582         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
20583         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
20584         addi 1,1,64 to pop stack frame.  Simplify return value code.
20585         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20586
20587 2013-10-04  Alan Modra  <amodra@gmail.com>
20588
20589         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20590         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
20591         rather than rlwimi.
20592         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20593         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20594         little-endian support.  Correct typos.
20595         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
20596         rather than rlwimi.
20597         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
20598         in loop and entry code to keep "and." results.
20599         (strchr): Add little-endian support.  Comment.  Move cntlzd
20600         earlier in tail.
20601         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20602
20603 2013-10-04  Alan Modra  <amodra@gmail.com>
20604
20605         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20606         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20607         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20608         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20609
20610 2013-10-04  Alan Modra  <amodra@gmail.com>
20611
20612         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20613         (rTMP): Define as r11.
20614         (strcmp): Add little-endian support.  Optimise tail.
20615         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20616         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20617         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20618         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20619         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20620         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20621         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20622
20623 2013-10-04  Alan Modra  <amodra@gmail.com>
20624
20625         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20626         little-endian support.  Remove unnecessary "are we done" tests.
20627         Handle "s" wrapping around zero and extremely large "size".
20628         Correct main loop count.  Handle single left-over word from main
20629         loop inline rather than by using small_loop.  Correct comments.
20630         Delete "zero" tail, use "end_max" instead.
20631         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20632
20633 2013-10-04  Alan Modra  <amodra@gmail.com>
20634
20635         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20636         support.  Don't branch over align.
20637         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20638         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20639         support.  Rearrange tmp reg use to suit.  Comment.
20640         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20641
20642 2013-10-04  Alan Modra  <amodra@gmail.com>
20643
20644         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20645
20646 2013-10-04  Alan Modra  <amodra@gmail.com>
20647
20648         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20649         conditional form of branch and link when obtaining pc.
20650         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20651
20652 2013-10-04  Alan Modra  <amodra@gmail.com>
20653
20654         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20655         HIWORD/LOWORD.
20656         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20657         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20658
20659 2013-10-04  Alan Modra  <amodra@gmail.com>
20660
20661         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20662         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20663         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20664         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20665         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20666         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20667         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20668         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20669         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20670         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20671
20672 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20673             Alistair Popple <alistair@ozlabs.au.ibm.com>
20674             Alan Modra <amodra@gmail.com>
20675
20676         [BZ #15723]
20677         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20678         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20679         _dl_hwcap access for little-endian.
20680         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
20681         destroy vmx regs when saving unaligned.
20682         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20683         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
20684         destroy vmx regs when saving unaligned.
20685
20686 2013-10-04  Alan Modra  <amodra@gmail.com>
20687
20688         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20689         Don't use a union to pack hi/low value.
20690
20691 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20692
20693         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20694         for little-endian.
20695         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20696         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20697         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20698         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20699         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20700
20701 2013-10-04  Alan Modra  <amodra@gmail.com>
20702
20703         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20704         constants to usual value for .cst8 section, and remove redundant
20705         high address load.
20706         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20707         constant for 0x1p52.  Load little-endian words of double from
20708         correct stack offsets.
20709
20710 2013-10-04  Alan Modra  <amodra@gmail.com>
20711
20712         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20713         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20714         words of double from correct stack offsets.
20715         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20716         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20717         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20718         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20719         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20720         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20721         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20722         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20723         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20724         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20725         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20726         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20727         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20728         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20729         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20730         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20731         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20732
20733 2013-10-04  Alan Modra  <amodra@gmail.com>
20734
20735         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20736         64-bit int/double union.
20737         (_FPU_SETCW): Likewise.
20738         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20739         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20740
20741 2013-10-04  Alan Modra  <amodra@gmail.com>
20742
20743         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20744         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20745
20746 2013-10-04  Alan Modra  <amodra@gmail.com>
20747
20748         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
20749         use vector int constants.
20750         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
20751
20752 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20753
20754         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
20755         array with long long.
20756         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
20757         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
20758         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
20759         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
20760         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
20761         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
20762         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
20763         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
20764         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
20765         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
20766         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
20767         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
20768         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
20769
20770 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20771
20772         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
20773         (__signbit): Likewise.  Correct for little-endian.
20774         (__signbitl): Call __signbit.
20775         (lrint): Correct for little-endian.
20776         (lrintf): Call lrint.
20777
20778 2013-10-04  Alan Modra  <amodra@gmail.com>
20779
20780         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
20781         union 32-bit int array member with 64-bit int array.
20782         (t515, tm256): Double rather than long double.
20783         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
20784
20785 2013-10-04  Alan Modra  <amodra@gmail.com>
20786
20787         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
20788         Delete.
20789         (IEEE854_LONG_DOUBLE_BIAS): Delete.
20790         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
20791         version of math_ldbl.h.
20792
20793 2013-10-04  Alan Modra  <amodra@gmail.com>
20794
20795         [BZ #15734], [BZ #15735]
20796         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
20797         all uses of ieee875 long double macros and unions.  Simplify test
20798         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
20799         ldbl_extract_mantissa value for ix,iy exponents.  Properly
20800         normalize after ldbl_extract_mantissa, and don't add hidden bit
20801         already handled.  Don't treat low word of ieee854 mantissa like
20802         low word of IBM long double and mask off bit when testing for
20803         zero.
20804         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
20805         all uses of ieee875 long double macros and unions.  Simplify tests
20806         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
20807         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
20808         two1022, instead use their values.  Recognise that tests for large
20809         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
20810         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
20811         Rewrite all uses of ieee875 long double macros and unions.  Simplify
20812         test for 0.0L and nan.  Correct negation.
20813         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
20814         ieee875 long double macros and unions.  Correct output for large
20815         magnitude x.  Correct absolute value calculation.
20816         (__erfcl): Likewise.
20817         * math/libm-test.inc: Add tests for errors discovered in IBM long
20818         double versions of fmodl, remainderl, erfl and erfcl.
20819
20820 2013-10-04  Alan Modra  <amodra@gmail.com>
20821
20822         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
20823         all uses of ieee854 long double macros and unions.  Simplify tests
20824         for long doubles that are fully specified by the high double.
20825         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
20826         Likewise.
20827         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
20828         Remove dead code too.
20829         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
20830         (__ieee754_ynl): Likewise.
20831         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
20832         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
20833         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
20834         Remove dead code too.
20835         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
20836         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
20837         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
20838         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
20839         Simplify.
20840         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
20841         Simplify.
20842         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
20843         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
20844         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
20845         Comment on variable precision.
20846         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
20847         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
20848         Likewise.
20849         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
20850         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
20851         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
20852         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
20853         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
20854
20855 2013-10-04  Alan Modra  <amodra@gmail.com>
20856
20857         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
20858         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
20859         all uses of ieee854 long double macros and unions.
20860         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
20861         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
20862         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
20863         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
20864         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
20865         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
20866         Likewise.
20867         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
20868         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
20869         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
20870         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
20871         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
20872         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
20873         Simplify sign and nan test too.
20874         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
20875         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
20876         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
20877         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
20878         Likewise.
20879         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
20880         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
20881         Likewise.
20882         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
20883         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
20884         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
20885         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
20886         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
20887         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
20888
20889 2013-10-04  Alan Modra  <amodra@gmail.com>
20890
20891         * stdio-common/printf_size.c (__printf_size): Don't use
20892         union ieee854_long_double in fpnum union.
20893         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
20894         signbit macro to retrieve sign from long double.
20895         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
20896         retrieve sign from long double.
20897         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
20898         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
20899         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
20900         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
20901         * math/test-misc.c (main): Don't use union ieee854_long_double.
20902
20903 2013-10-04  Alan Modra  <amodra@gmail.com>
20904
20905         [BZ #15680]
20906         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
20907         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
20908         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
20909         calculation.  Remove unnecessary test for denormal exponent.
20910         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
20911         Correct handling of denormals.  Avoid undefined shift behaviour.
20912         Correct normalisation of low mantissa when low double is denormal.
20913         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
20914         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
20915         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
20916         Correct normalisation of low mantissa.  Test for overflow of high
20917         mantissa and normalise.
20918         (ldbl_nearbyint): Use more readable constant for two52.
20919         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
20920         (__mpn_construct_long_double): Fix test for overflow of high
20921         mantissa and correct normalisation.  Avoid undefined shift.
20922
20923 2013-10-04  Alan Modra  <amodra@gmail.com>
20924
20925         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
20926         (union ibm_extended_long_double): Define as an array of ieee754_double.
20927         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
20928         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
20929         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
20930         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
20931         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20932         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
20933         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20934         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
20935         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
20936         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
20937         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
20938
20939 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
20940
20941         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
20942         page size instead of calling getpagesize.
20943
20944         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
20945         (LOCFILE_ALIGN_MASK): Likewise.
20946         (LOCFILE_ALIGN_UP): Likewise.
20947         (LOCFILE_ALIGNED_P): Likewise.
20948         * locale/programs/ld-collate.c (collate_output): Use the new
20949         macros instead of __alignof__ (int32_t).
20950         * locale/weight.h (findidx): Likewise.
20951
20952 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
20953
20954         [BZ #431]
20955         * manual/string.texi: Fix strncat and wcsncat.
20956
20957 2013-10-03  Brooks Moses  <bmoses@google.com>
20958
20959         [BZ #15915]
20960         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
20961         * Makerules: ...here, and adjust associated comments.
20962
20963 2013-10-02  Will Newton  <will.newton@linaro.org>
20964
20965         * malloc/Makefile: Add tst-pvalloc.
20966         * malloc/tst-pvalloc.c: New file.
20967
20968 2013-10-02  Will Newton  <will.newton@linaro.org>
20969
20970         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
20971         improve test coverage.
20972
20973 2013-10-02  Will Newton  <will.newton@linaro.org>
20974
20975         * malloc/Makefile: Add tst-posix_memalign.
20976         * malloc/tst-posix_memalign.c: New file.
20977
20978 2013-10-01  Eric Blake  <eblake@redhat.com>
20979
20980         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
20981         Use __THROWNL rather than __THROW on static functions.
20982
20983 2013-09-30  Petr Machata  <pmachata@redhat.com>
20984
20985         * elf/elf.h (R_AARCH64_ABS16): New macro.
20986         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
20987         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
20988         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
20989         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
20990         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
20991         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
20992         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
20993         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
20994         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
20995         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
20996         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
20997         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
20998         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
20999         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
21000         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
21001         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
21002         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
21003         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
21004         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
21005         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
21006         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
21007         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
21008         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
21009         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
21010         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
21011         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
21012         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
21013         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
21014         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
21015         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
21016         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
21017         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
21018         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
21019         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
21020         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
21021         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
21022         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
21023         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
21024         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
21025         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
21026         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
21027         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
21028         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
21029         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
21030         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
21031         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
21032         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
21033         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
21034         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
21035         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
21036         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
21037         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
21038         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
21039         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
21040         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
21041         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
21042         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
21043         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
21044         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
21045         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
21046         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
21047         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
21048         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
21049         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
21050         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
21051         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
21052         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
21053         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
21054         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
21055         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
21056         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
21057         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
21058         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
21059         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
21060         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
21061         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
21062         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
21063         (R_AARCH64_TLSDESC_LDR): Likewise.
21064         (R_AARCH64_TLSDESC_ADD): Likewise.
21065         (R_AARCH64_TLSDESC_CALL): Likewise.
21066
21067 2013-09-30  Andreas Schwab  <schwab@suse.de>
21068
21069         [BZ #15048]
21070         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
21071         the nss database lookup.
21072         * nscd/initgrcache.c (addinitgroupsX): Likewise.
21073         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21074
21075 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
21076
21077         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
21078
21079 2013-09-28  P. J. McDermott  <pj@pehjota.net>
21080
21081         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
21082         ${Bash-specific parameter/pattern/string} parameter expansion.
21083         * sysdeps/unix/make-syscalls.sh: Likewise.
21084
21085 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21086
21087         * sysdeps/sh/stackguard-macros.h: New file.
21088
21089 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
21090
21091         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21092         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
21093         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
21094         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
21095         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21096         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
21097
21098 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21099
21100         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
21101         Fix thread ID register.
21102
21103 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
21104
21105         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
21106         [POSIX || UNIX98]: Require rather than permitting all symbols from
21107         <time.h>.
21108         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
21109         element of struct sched_param.
21110         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
21111         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
21112         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
21113         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
21114         constant.
21115
21116 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
21117
21118         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
21119         argument calculation.
21120
21121 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21122
21123         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
21124         Expect macro.
21125         [POSIX] (pthread_attr_t): Do not require type.
21126         [POSIX] (pthread_cond_t): Likewise.
21127         [POSIX] (pthread_condattr_t): Likewise.
21128         [POSIX] (pthread_key_t): Likewise.
21129         [POSIX] (pthread_mutex_t): Likewise.
21130         [POSIX] (pthread_mutexattr_t): Likewise.
21131         [POSIX] (pthread_once_t): Likewise.
21132         [POSIX] (pthread_t): Likewise.
21133         [POSIX-based standards] (pthread_atfork): Expect function.
21134
21135 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
21136             Richard Sandiford  <richard@codesourcery.com>
21137
21138         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
21139         (swap_endianness_p): New extern variable.
21140         (set_big_endian): New inline function.
21141         (maybe_swap_uint32): Likewise.
21142         (maybe_swap_uint32_array): Likewise.
21143         (maybe_swap_uint32_obstack): Likewise.
21144         * locale/programs/locfile.c: Include <stdbool.h>.
21145         (swap_endianness_p): New variable.
21146         (add_locale_uint32): Call maybe_swap_uint32.
21147         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
21148         (write_locale_data): Call maybe_swap_uint32_array.
21149         * locale/programs/ld-collate.c (obstack_int32_grow): Call
21150         maybe_swap_uint32.
21151         (obstack_int32_grow_fast): Likewise.
21152         (output_weightwc): Call maybe_swap_uint32_obstack.
21153         (collate_output): Likewise.
21154         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
21155         (OPT_LITTLE_ENDIAN): Likewise.
21156         (options): Add --little-endian and --big-endian options.
21157         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
21158         * locale/programs/locarchive.c: Include "locfile.h".
21159         (GET): New macro.
21160         (SET): Likewise.
21161         (INC): Likewise.
21162         (create_archive): Use the new macros to access fields of
21163         structures directly mapped from or written to locale archives.
21164         (oldlocrecentcmp): Likewise.
21165         (enlarge_archive): Likewise.
21166         (insert_name): Likewise.
21167         (add_alias): Likewise.
21168         (add_locale): Likewise.
21169         (delete_locales_from_archive): Likewise.
21170         (show_archive_content): Likewise.
21171         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
21172         locale data.
21173
21174 2013-09-24  Roland McGrath  <roland@hack.frob.com>
21175
21176         * manual/freemanuals.texi: Updated from (newly) canonical copy at
21177         http://www.gnu.org/doc/freemanuals.texi.
21178         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
21179
21180 2013-09-24  Will Newton  <will.newton@linaro.org>
21181
21182         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
21183         macro.
21184
21185 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
21186
21187         * locale/hashval.h (compute_hashval): Interpret bytes of key as
21188         unsigned char.
21189
21190 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
21191
21192         * manual/threads.texi (POSIX Threads): Fix a typo.
21193
21194 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
21195
21196         [BZ #14547]
21197         * string/tst-strcoll-overflow.c: New test case.
21198         * string/Makefile (xtests): Add tst-strcoll-overflow.
21199         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
21200         cache if string sizes may cause integer overflow.
21201
21202         [BZ #14547]
21203         * string/strcoll_l.c (coll_seq): New members rule, idx,
21204         save_idx and back_us.
21205         (get_next_seq_nocache): New function.
21206         (do_compare_nocache): New function.
21207         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
21208         when malloc fails.
21209
21210 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
21211
21212         [BZ #15754]
21213         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
21214         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
21215         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
21216
21217         [BZ #15754]
21218         * elf/Makefile (tests): Add tst-ptrguard1.
21219         (tests-static): Add tst-ptrguard1-static.
21220         (tst-ptrguard1-ARGS): Define.
21221         (tst-ptrguard1-static-ARGS): Define.
21222         * elf/tst-ptrguard1.c: New file.
21223         * elf/tst-ptrguard1-static.c: New file.
21224         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
21225         * sysdeps/i386/stackguard-macros.h: Likewise.
21226         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
21227         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
21228         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
21229         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
21230         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
21231         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
21232
21233 2013-09-23  Hector Marco  <hecmargi@upv.es>
21234             Ismael Ripoll  <iripoll@disca.upv.es>
21235             Carlos O'Donell  <carlos@redhat.com>
21236
21237         [BZ #15754]
21238         * sysdeps/generic/stackguard-macros.h: Define
21239         __pointer_chk_guard_local and POINTER_CHK_GUARD.
21240         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
21241         Define __pointer_chk_guard_local.
21242         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
21243         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
21244
21245 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
21246
21247         [BZ #15859]
21248         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
21249
21250 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
21251
21252         * include/string.h (__ffs): Declare as hidden.
21253         * string/ffs.c (__ffs): Define as hidden.
21254         * sysdeps/i386/ffs.c (__ffs): Likewise.
21255         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
21256         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
21257         * sysdeps/s390/ffs.c (__ffs): Likewise.
21258         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
21259
21260 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
21261
21262         * NEWS: Mention malloc probes.
21263
21264         * malloc/arena.c (new_heap): New memory_heap_new probe.
21265         (grow_heap): New memory_heap_more probe.
21266         (shrink_heap): New memory_heap_less probe.
21267         (heap_trim): New memory_heap_free probe.
21268         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
21269         (systrim): New memory_sbrk_less probe.
21270         * manual/probes.texi: Document them.
21271
21272         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
21273         * manual/probes.texi: Document it.
21274
21275         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
21276         (__libc_realloc): Add memory_realloc_retry probe.
21277         (__libc_memalign): Add memory_memalign_retry probe.
21278         (__libc_valloc): Add memory_valloc_retry probe.
21279         (__libc_pvalloc): Add memory_pvalloc_retry probe.
21280         (__libc_calloc): Add memory_calloc_retry probe.
21281         * manual/probes.texi: Document them.
21282
21283         * malloc/arena.c (get_free_list): Add probe
21284         memory_arena_reuse_free_list.
21285         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
21286         and memory_arena_reuse.
21287         (arena_get2) [!PER_THREAD]: Likewise.
21288         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
21289         memory_arena_reuse_realloc.
21290         * manual/probes.texi: Document them.
21291
21292         * malloc/malloc.c (__libc_free): Add
21293         memory_mallopt_free_dyn_thresholds probe.
21294         (__libc_mallopt): Add multiple memory_mallopt probes.
21295         * manual/probes.texi: Document them.
21296
21297         * malloc/malloc.c: Include stap-probe.h.
21298         (__libc_mallopt): Add memory_mallopt probe.
21299         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
21300         * manual/probes.texi: New.
21301         * manual/Makefile (chapters): Add probes.
21302         * manual/threads.texi: Set next node.
21303
21304 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
21305
21306         [BZ #15963, #13985]
21307         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
21308         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
21309         Add `Chinese' to `nan' entry name.
21310
21311 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21312
21313         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
21314         (POLYNOMIAL): Likewise.
21315         (TAYLOR_SINCOS): Likewise.
21316         (TAYLOR_SLOW): Likewise.
21317         (__sin): Use TAYLOR_SINCOS.
21318         (__cos): Likewise.
21319         (slow): Use TAYLOR_SLOW.
21320         (sloww): Likewise.
21321         (bsloww): Likewise.
21322         (csloww): Likewise.
21323
21324 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21325
21326         * stdlib/strtod_l.c: Fix buffer overrun.
21327
21328 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
21329
21330         * benchtests/Makefile (bench): Add sincos.
21331         * benchtests/bench-sincos.c: New file.
21332
21333         * math/libm-test.inc (cos_test_data): New test inputs.
21334         (sin_test_data): Likewise.
21335
21336         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
21337         macro.
21338         (__sin): Use it.
21339         (__cos): Likewise.
21340         (slow1): Likewise.
21341         (slow2): Likewise.
21342         (sloww1): Likewise.
21343         (sloww2): Likewise.
21344         (bsloww1): Likewise.
21345         (bsloww2): Likewise.
21346         (cslow2): Likewise.
21347         (csloww1): Likewise.
21348         (csloww2): Likewise.
21349
21350         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
21351         function.
21352         (__sin): Use it.
21353         (__cos): Likewise.
21354
21355         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
21356         gotos.
21357         (__cos): Likewise.
21358
21359 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
21360
21361         * config.h.in (HAVE_MIPS_NAN2008): New macro.
21362         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
21363         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
21364         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
21365         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
21366         * elf/cache.c (print_entry): Handle the new cache flags.
21367
21368 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21369             Aldy Hernandez  <aldyh@redhat.com>
21370
21371         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
21372         Change condition to [_SOFT_FLOAT].
21373         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
21374         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
21375         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
21376         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
21377         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
21378         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
21379         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
21380         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
21381         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
21382         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
21383         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
21384         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
21385         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
21386         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
21387         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
21388         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
21389         declaration.
21390
21391 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
21392
21393         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
21394         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21395         (__longjmp): Use LOAD_GP to load saved GPRs.
21396         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
21397         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
21398         (__sigsetjmp): Use SAVE_GP to save GPRs.
21399
21400         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
21401         Do not append -msoft-float.
21402         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
21403
21404 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
21405
21406         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
21407
21408 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
21409
21410         [BZ #15966]
21411         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
21412         (_FPU_GETCW): Use initial "__" on variable and field names but not
21413         on macro parameter name.
21414         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
21415         parentheses around reference to macro parameter.
21416
21417 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
21418
21419         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
21420         prototype.
21421         (ctype_startup): Use uint32_t in cast and sizeof for
21422         ctype->charnames.
21423
21424 2013-09-11  Jia Liu  <proljc@gmail.com>
21425
21426         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
21427         __daddr_t_defined.
21428         [__FreeBSD__]: Likewise.
21429
21430 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
21431
21432         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
21433         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
21434         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
21435         (strchr): Remove __strchr_sse42 ifunc selection.
21436         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
21437         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
21438
21439 2013-09-11  Will Newton  <will.newton@linaro.org>
21440
21441         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
21442         parameter to RES. Remove hardcoded 1000 value.
21443         * benchtests/bench-skeleton.c (main): Pass RES parameter
21444         to TIMING_INIT and multiply result by 1000.
21445
21446 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21447
21448         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21449
21450 2013-09-11  Andreas Schwab  <schwab@suse.de>
21451
21452         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
21453         if not defined.
21454         (O_TMPFILE) [__USE_GNU]: Define.
21455         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
21456         Define.
21457
21458 2013-09-11  Will Newton  <will.newton@linaro.org>
21459
21460         [BZ #15857]
21461         * malloc/malloc.c (__libc_memalign): Check the value of bytes
21462         does not overflow.
21463
21464 2013-09-11  Will Newton  <will.newton@linaro.org>
21465
21466         [BZ #15856]
21467         * malloc/malloc.c (__libc_valloc): Check the value of bytes
21468         does not overflow.
21469
21470 2013-09-11  Will Newton  <will.newton@linaro.org>
21471
21472         [BZ #15855]
21473         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
21474         does not overflow.
21475
21476 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
21477
21478         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
21479         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
21480         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
21481         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
21482         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
21483
21484 2013-09-10  Allan McRae  <allan@archlinux.org>
21485
21486         [BZ #15748]
21487         * manual/arith.texi (Parsing of Floats): Clarify
21488         cross-reference.
21489
21490         [BZ #15849]
21491         * manual/install.texi (Running make install): Mention
21492         --enable-pt-chown.
21493         * INSTALL: Regenerated.
21494
21495 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
21496
21497         * csu/init-first.c (_init): Remove the !SHARED condition around
21498         FPU control word initialization.
21499         * elf/dl-support.c (_dl_fpu_control): New variable.
21500         (_dl_aux_init) <AT_FPUCW>: Initialize it.
21501         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
21502         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
21503         * math/test-fpucw-static.c: New file.
21504         * math/test-fpucw-ieee.c: New file.
21505         * math/test-fpucw-ieee-static.c: New file.
21506         * math/Makefile (tests): Add `test-fpucw-ieee' and
21507         `$(tests-static)'.
21508         (tests-static): New variable.
21509         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
21510         dependency to...
21511         [($(build-shared),yes)]
21512         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
21513         ... this.
21514         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
21515         New dependency.
21516
21517 2013-09-09  Allan McRae  <allan@archlinux.org>
21518
21519         [BZ #15939]
21520         * manual/string.texi (Collation Functions): Fix typo in
21521         strcoll example.
21522         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
21523
21524         [BZ #15893]
21525         * stdlib/isomac.c (get_null_defines): Fix memory leak.
21526
21527         [BZ #15892]
21528         * libio/memstream.c (open_memstream): Fix memory leak.
21529         * libio/wmemstream.c (open_wmemstream): Likewise.
21530
21531         [BZ #15895]
21532         * nscd/netgroupcache.c: Fix nesting of ifdefs.
21533
21534 2013-09-09  Will Newton  <will.newton@linaro.org>
21535
21536         * malloc/Makefile: Add tst-realloc to tests.
21537         * malloc/tst-realloc.c: New file.
21538
21539 2013-09-09  Allan McRae  <allan@archlinux.org>
21540
21541         [BZ #15844]
21542         * COPYING: Update from GNU website to fix FSF address.
21543         * COPYING.LIB: Likewise.
21544
21545 2013-09-06  David S. Miller  <davem@davemloft.net>
21546
21547         * po/zh_TW.po: Update Chinese (traditional) translation from
21548         translation project.
21549
21550 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
21551             Joseph Myers  <joseph@codesourcery.com>
21552
21553         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
21554         "localeinfo.h".
21555         (obstack_chunk_alloc): New macro.
21556         (obstack_chunk_free): Likewise.
21557         (record_offset): New function.
21558         (init_locale_data): Likewise.
21559         (align_locale_data): Likewise.
21560         (add_locale_empty): Likewise.
21561         (add_locale_raw_data): Likewise.
21562         (add_locale_raw_obstack): Likewise.
21563         (add_locale_string): Likewise.
21564         (add_locale_wstring): Likewise.
21565         (add_locale_uint32): Likewise.
21566         (add_locale_uint32_array): Likewise.
21567         (add_locale_char): Likewise.
21568         (start_locale_structure): Likewise.
21569         (end_locale_structure): Likewise.
21570         (start_locale_prelude): Likewise.
21571         (end_locale_prelude): Likewise.
21572         (write_locale_data): Take locale_file structure rather than an
21573         iovec.
21574         * locale/programs/locfile.h: Include "obstack.h".
21575         (struct locale_file): Change to store locale file contents instead
21576         of header.
21577         (init_locale_data): New prototype.
21578         (align_locale_data): Likewise.
21579         (add_locale_empty): Likewise.
21580         (add_locale_raw_data): Likewise.
21581         (add_locale_raw_obstack): Likewise.
21582         (add_locale_string): Likewise.
21583         (add_locale_wstring): Likewise.
21584         (add_locale_uint32): Likewise.
21585         (add_locale_uint32_array): Likewise.
21586         (add_locale_char): Likewise.
21587         (start_locale_structure): Likewise.
21588         (end_locale_structure): Likewise.
21589         (start_locale_prelude): Likewise.
21590         (end_locale_prelude): Likewise.
21591         (write_locale_data): Update prototype.
21592         * locale/programs/3level.h (struct TABLE): Remove result field.
21593         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21594         Use new locale_file interface.
21595         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21596         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21597         * locale/programs/ld-address.c (address_output): Use new
21598         locale_file interface.
21599         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21600         NO_ADD_LOCALE.
21601         (collate_finish): Don't call collseq_table_finalize.
21602         (collate_output): Use new locale_file interface.
21603         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21604         in file.
21605         (NO_FINALIZE): Change to NO_ADD_LOCALE.
21606         (TABLE): Move defines earlier in file.
21607         (ELEMENT): Likewise.
21608         (DEFAULT): Likewise.
21609         (wctrans_table_add): Move macro and inline function earlier in
21610         file.
21611         (struct wctype_table): Move type earlier in file.
21612         (add_locale_wctype_table): New static prototype.
21613         (struct locale_ctype_t): Use logical types instead of struct iovec
21614         pointers for members.
21615         (ctype_output): Use new locale_file interface.
21616         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
21617         new locale_file interface.
21618         (allocate_arrays): Update for use of new locale_file interface.
21619         * locale/programs/ld-identification.c (identification_output): Use
21620         new locale_file interface.
21621         * locale/programs/ld-measurement.c (measurement_output): Likewise.
21622         * locale/programs/ld-messages.c (messages_output): Likewise.
21623         * locale/programs/ld-monetary.c (monetary_output): Likewise.
21624         * locale/programs/ld-name.c (name_output): Likewise.
21625         * locale/programs/ld-numeric.c (numeric_output): Likewise.
21626         * locale/programs/ld-paper.c (paper_output): Likewise.
21627         * locale/programs/ld-telephone.c (telephone_output): Likewise.
21628         * locale/programs/ld-time.c (time_output): Likewise.
21629
21630 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21631
21632         * benchtests/Makefile: Add memrchr benchmark.
21633         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21634         benchmark as memrchr.
21635         * benchtests/bench-memrchr-ifunc.c: New file.
21636         * benchtests/bench-memrchr.c: New file.
21637
21638 2013-09-06   Will Newton  <will.newton@linaro.org>
21639
21640         * benchtests/Makefile (string-bench): Add memcpy.
21641
21642 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
21643             Cong Wang  <amwang@redhat.com>
21644
21645         [BZ #15850]
21646         * sysdeps/unix/sysv/linux/bits/in.h
21647         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
21648         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21649         before __USE_KERNEL_IPV6_DEFS uses.
21650         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21651         IPPROTO_BEETPH.
21652         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21653         sockaddr_in6, or ipv6_mreq.
21654
21655 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21656
21657         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21658         memory access for final bytes in some large inputs.
21659         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21660
21661 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21662
21663         * string/test-memrchr.c: New file.
21664         * string/test-memrchr-ifunc.c: New file.
21665         * string/Makefile: Add new memrchr testcase.
21666
21667 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
21668
21669         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21670         fanotify_init returns EPERM.
21671
21672 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21673
21674         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21675         errors.
21676         (top level): Treat second token from macro or constant entries for
21677         allowed headers as allowed.
21678         * include/complex.h: Condition internal declarations on
21679         [!_ISOMAC].
21680         * include/fenv.h: Condition include of <stdbool.h> and internal
21681         declarations on [!_ISOMAC].
21682
21683 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
21684
21685         [BZ #15923]
21686         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21687
21688 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21689
21690         * configure.in (--enable-versioning): Remove configure option.
21691         (libc_cv_asm_symver_directive): Remove configure test.
21692         (libc_cv_ld_version_script_option): Likewise.
21693         (VERSIONING): Remove variable and AC_SUBST.
21694         (DO_VERSIONING): Remove AC_DEFINE.
21695         * configure: Regenerated.
21696         * config.h.in (DO_VERSIONING): Remove macro.
21697         * Makerules [$(versioning) = yes]: Change conditionals to
21698         [$(build-shared) = yes].
21699         * config.make.in (versioning): Remove variable.
21700         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21701         [$(build-shared) = yes].
21702         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21703         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21704         * elf/Makefile [$(versioning) = yes]: Change conditionals to
21705         [$(build-shared) = yes].
21706         * extra-lib.mk [$(versioning) = yes]: Likewise.
21707         * hurd/Makefile [$(versioning) = yes]: Likewise.
21708         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21709         [SHARED].
21710         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21711         [SHARED].
21712         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21713         [SHARED && !NO_HIDDEN].
21714         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21715         [SHARED].
21716         [SHARED && DO_VERSIONING]: Likewise..
21717         * libio/Makefile [$(versioning) = yes]: Change conditionals to
21718         [$(build-shared) = yes].
21719         * manual/install.texi (--disable-versioning): Remove
21720         documentation.
21721         * INSTALL: Regenerated.
21722         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21723         to [SHARED].
21724         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21725         [$(build-shared) = yes].
21726         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21727         * sysdeps/i386/i686/multiarch/strstr-c.c
21728         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21729         [SHARED && !NO_HIDDEN].
21730         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21731         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21732         * sysdeps/powerpc/powerpc32/dl-machine.c
21733         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21734         * sysdeps/powerpc/powerpc32/sysdep.h
21735         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21736         to [SHARED && PIC && !NO_HIDDEN].
21737         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21738         conditional to [SHARED].
21739
21740 2013-09-04   Will Newton  <will.newton@linaro.org>
21741
21742         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21743         * benchtests/bench-string.h: Include bench-timing.h instead
21744         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21745         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21746         call to HP_TIMING_DIFF_INIT.
21747         * benchtests/bench-memccpy.c: Use bench-timing.h macros
21748         instead of hp-timing.h macros.
21749         * benchtests/bench-memchr.c: Likewise.
21750         * benchtests/bench-memcmp.c: Likewise.
21751         * benchtests/bench-memcpy.c: Likewise.
21752         * benchtests/bench-memmem.c: Likewise.
21753         * benchtests/bench-memmove.c: Likewise.
21754         * benchtests/bench-memset.c: Likewise.
21755         * benchtests/bench-rawmemchr.c: Likewise.
21756         * benchtests/bench-strcasecmp.c: Likewise.
21757         * benchtests/bench-strcasestr.c: Likewise.
21758         * benchtests/bench-strcat.c: Likewise.
21759         * benchtests/bench-strchr.c: Likewise.
21760         * benchtests/bench-strcmp.c: Likewise.
21761         * benchtests/bench-strcpy.c: Likewise.
21762         * benchtests/bench-strcpy_chk.c: Likewise.
21763         * benchtests/bench-strlen.c: Likewise.
21764         * benchtests/bench-strncasecmp.c: Likewise.
21765         * benchtests/bench-strncat.c: Likewise.
21766         * benchtests/bench-strncmp.c: Likewise.
21767         * benchtests/bench-strncpy.c: Likewise.
21768         * benchtests/bench-strnlen.c: Likewise.
21769         * benchtests/bench-strpbrk.c: Likewise.
21770         * benchtests/bench-strrchr.c: Likewise.
21771         * benchtests/bench-strspn.c: Likewise.
21772         * benchtests/bench-strstr.c: Likewise.
21773
21774 2013-09-04  Will Newton  <will.newton@linaro.org>
21775
21776         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
21777
21778 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
21779
21780         [BZ #15427]
21781         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
21782         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
21783         * math/libm-test.inc (lgamma_test_data): Add more tests.
21784         * sysdeps/i386/fpu/libm-test-ulps: Update.
21785         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21786
21787 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
21788
21789         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
21790         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21791         Add ifunc.
21792         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21793         Add strcmp-sse2-unaligned
21794         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
21795
21796 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21797
21798         * Versions.def (libc): Add GLIBC_2.19.
21799
21800 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21801
21802         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
21803         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
21804
21805 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
21806
21807         [BZ #14155]
21808         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
21809         intermediate calculations in recurrence.
21810         (__ieee754_ynf): Likewise.
21811         * math/libm-test.inc (jn_test_data): Do not allow spurious
21812         underflow exception.  Add more tests.
21813         (yn_test_data): Add more tests.
21814         * sysdeps/i386/fpu/libm-test-ulps: Update.
21815         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21816
21817 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
21818
21819         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
21820
21821 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21822
21823         * csu/init-first.c: Fix then/than typos.
21824         * locale/programs/ld-collate.c: Likewise.
21825         * locale/programs/linereader.h: Likewise.
21826         * manual/charset.texi: Likewise.
21827         * manual/filesys.texi: Likewise.
21828         * manual/stdio.texi: Likewise.
21829         * manual/string.texi: Likewise.
21830         * stdlib/fmtmsg.c: Likewise.
21831         * sysdeps/i386/stpncpy.S: Likewise.
21832         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
21833         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
21834         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
21835         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
21836
21837 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21838
21839         * elf/dl-open.c: Fix typos.
21840         * iconvdata/gbbig5.c: Likewise.
21841         * iconvdata/iso-2022-jp.c: Likewise.
21842         * iconv/gconv_int.h: Likewise.
21843         * iconv/loop.c: Likewise.
21844         * nis/rpcsvc/nis.h: Likewise.
21845         * resolv/ns_name.c: Likewise.
21846         * stdio-common/vfscanf.c: Likewise.
21847         * streams/stropts.h: Likewise.
21848         * sunrpc/rpc_thread.c: Likewise.
21849         * sysdeps/i386/strpbrk.S: Likewise.
21850         * sysdeps/ieee754/k_standard.c: Likewise.
21851         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
21852         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21853         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
21854         * sysdeps/mach/hurd/profil.c: Likewise.
21855         * sysdeps/s390/dl-procinfo.h: Likewise.
21856         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
21857         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
21858         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
21859         * sysdeps/x86_64/dl-trampoline.S: Likewise.
21860         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
21861
21862 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
21863
21864         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
21865         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
21866
21867 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
21868
21869         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
21870         aix specific files.
21871         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
21872         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
21873         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
21874         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
21875         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
21876         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
21877         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
21878         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
21879
21880 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21881             Roland McGrath  <roland@hack.frob.com>
21882
21883         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
21884         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
21885
21886 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21887
21888         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
21889         __executable_start symbol instead of _start.
21890
21891 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21892
21893         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
21894         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
21895         Move macros to...
21896         * sysdeps/gnu/ldsodefs.h: ... this new file.
21897
21898         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
21899         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
21900         instead of ELFOSABI_LINUX.
21901
21902         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
21903         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
21904         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
21905         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
21906         Likewise.
21907         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
21908         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
21909         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
21910         Likewise.
21911         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21912         (ibm_extended_long_double): Add ieee_nan member.
21913         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
21914         (do_test): New function.
21915
21916         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
21917         TEST_TRUNC.
21918         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
21919         functions, renamed from truncdfsf_test, trunctfsf_test,
21920         trunctfdf_test.
21921         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
21922         functions.
21923         (do_test): Run all these.
21924
21925 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
21926
21927         * argp/argp-help.c: Fix typos.
21928         * argp/argp-parse.c: Likewise.
21929         * debug/backtracesyms.c: Likewise.
21930         * elf/elf.h: Likewise.
21931         * malloc/malloc.c: Likewise.
21932         * nis/nis_print.c: Likewise.
21933         * resolv/res_comp.c: Likewise.
21934         * stdlib/stdlib.h: Likewise.
21935         * sunrpc/clnt_tcp.c: Likewise.
21936         * sunrpc/clnt_udp.c: Likewise.
21937         * sunrpc/clnt_unix.c: Likewise.
21938         * sysdeps/unix/bsd/ptsname.c: Likewise.
21939         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
21940         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
21941         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
21942         Likewise.
21943         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
21944         Likewise.
21945         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
21946         Likewise.
21947         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
21948
21949 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21950
21951         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
21952         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21953
21954 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
21955
21956         [BZ #15897]
21957         * dlfcn/Makefile (tests): Add bug-dl-leaf.
21958         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
21959         ($(objpfx)bug-dl-leaf): New rule.
21960         ($(objpfx)bug-dl-leaf.so): Likewise.
21961         ($(objpfx)bug-dl-leaf.out): Likewise.
21962         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
21963         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
21964         * dlfcn/bug-dl-leaf.c: New test.
21965         * dlfcn/bug-dl-leaf-lib.c: Likewise.
21966         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
21967         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
21968         (dlclose): Likewise.
21969         (dlmopen): Likewise.
21970
21971 2013-08-27  Roland McGrath  <roland@hack.frob.com>
21972
21973         * include/netdb.h [!_ISOMAC]:
21974         Don't include <tls.h>.
21975         (h_errno, __libc_h_errno): Move declaration and macros out of
21976         [_LIBC_REENTRANT].
21977
21978         * include/resolv.h [_RESOLV_H_]:
21979         Don't include <tls.h>.
21980         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
21981         * resolv/res_libc.c: Don't include <tls.h>.
21982         (_res): Use __attribute__ ((nocommon)) in place of
21983         __attribute__ ((section (".bss"))).
21984
21985         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
21986         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
21987
21988         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
21989
21990         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
21991         only under [SIOCGIFCONF && SIOCGIFNETMASK].
21992
21993         * resolv/res_mkquery.c: Include <sys/time.h>.
21994
21995         * inet/ifreq.c: Moved to ...
21996         * sysdeps/unix/ifreq.c: ... here.
21997         * inet/ifreq.c: New file, true stub version.
21998
21999         * socket/sa_len.c: New file.
22000         * socket/Makefile (aux): Add it.
22001         * sysdeps/unix/sysv/linux/Makefile
22002         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
22003         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
22004         and #include <socket/sa_len.c>.
22005         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
22006         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
22007
22008         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
22009         * bits/socket.h: ... here.
22010
22011         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
22012         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
22013         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
22014
22015 2013-08-27  Andreas Schwab  <schwab@suse.de>
22016
22017         [BZ #15736]
22018         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
22019         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
22020         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
22021         * string/test-strcasecmp.c (test_main): Run tests in several
22022         locales.
22023         * string/test-strncasecmp.c (test_main): Likewise.
22024
22025         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
22026         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
22027         to __strcasecmp_nonascii and __strncasecmp_nonascii.
22028         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
22029         (__strncasecmp_ssse3) [PIC]: Likewise.
22030
22031 2013-08-26  Roland McGrath  <roland@hack.frob.com>
22032
22033         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
22034
22035         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
22036         instead of explicitly declaring xdecrypt.
22037         * nis/nss_nis/nis-publickey.c: Likewise.
22038
22039 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22040
22041         [BZ #15890]
22042         * nscd/aicache.c: Include res_hconf.h.
22043         (addhstaiX): Initialize res_hconf.
22044
22045 2013-08-26  Andreas Schwab  <schwab@suse.de>
22046
22047         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
22048         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
22049
22050 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22051
22052         * nscd/aicache.c (addhstaiX): Fix indentation.
22053
22054 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
22055
22056         * configure.ac: Quote $build_pt_chown test.
22057         * configure: Regenerated.
22058
22059 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
22060
22061         [BZ #15532]
22062         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
22063         * math/s_cexpf.c (__cexpf): Likewise.
22064         * math/s_cexpl.c (__cexpl): Likewise.
22065         * math/libm-test.inc (cexp_test_data): Correct expected return
22066         value for NaN + i0.  Add another test.
22067
22068 2013-08-22  David S. Miller  <davem@davemloft.net>
22069
22070         * po/ca.po: Update Catalan translation from translation project.
22071         * po/uk.po: Add Ukrainian translations from translation project.
22072
22073 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
22074
22075         [BZ #15797]
22076         * math/s_fdim.c (__fdim): Check for infinite arguments if result
22077         is infinite, not alongside NaN test.
22078         * math/s_fdimf.c (__fdimf): Likewise.
22079         * math/s_fdiml.c (__fdiml): Likewise.
22080         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
22081         errno is unchanged.
22082
22083 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
22084
22085         * argp/argp-help.c: Fix typos.
22086         * crypt/speeds.c: Likewise.
22087         * csu/check_fds.c: Likewise.
22088         * elf/dl-load.c: Likewise.
22089         * elf/dl-open.c: Likewise.
22090         * elf/reldep3.c: Likewise.
22091         * elf/reldep.c: Likewise.
22092         * elf/sprof.c: Likewise.
22093         * iconv/iconv_charmap.c: Likewise.
22094         * iconv/skeleton.c: Likewise.
22095         * iconv/strtab.c: Likewise.
22096         * io/lockf64.c: Likewise.
22097         * libio/libioP.h: Likewise.
22098         * resolv/gai_notify.c: Likewise.
22099         * resolv/ns_name.c: Likewise.
22100         * resolv/ns_samedomain.c: Likewise.
22101         * resolv/res_send.c: Likewise.
22102         * stdlib/random.c: Likewise.
22103         * sunrpc/rpc/xdr.h: Likewise.
22104         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
22105         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
22106         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
22107         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
22108         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
22109         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
22110         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
22111         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
22112         * sysdeps/mach/hurd/check_fds.c: Likewise.
22113         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
22114         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
22115         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22116         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
22117         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
22118         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
22119         * sysdeps/pthread/aio_notify.c: Likewise.
22120         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
22121         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
22122         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
22123         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
22124         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22125
22126 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22127
22128         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
22129         version if bit_Slow_SSE4_2 is set.
22130         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
22131         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
22132
22133 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22134
22135         [BZ #15867]
22136         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
22137         trampoline stack frame information.
22138         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
22139         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
22140         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
22141         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
22142         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
22143         * sysdeps/unix/sysv/linux/powerpc/init-first.c
22144         (_libc_vdso_platform_setup): Initialize the signal trampolines.
22145         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
22146         sa_flags value.
22147         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
22148         interrupting a syscall and set with option SA_SIGINFO.
22149
22150 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22151
22152         [BZ #15531]
22153         * math/s_cproj.c (__cproj): Only return an infinity if one part of
22154         argument is infinite.
22155         * math/s_cprojf.c (__cprojf): Likewise.
22156         * math/s_cprojl.c (__cprojl): Likewise.
22157         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
22158         * math/libm-test.inc (cproj_test_data): Add more tests.
22159
22160         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
22161
22162         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
22163         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
22164         size.  Use __ffs to determine corresponding shift.
22165
22166 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
22167             Roland McGrath  <roland@hack.frob.com>
22168
22169         * Makefile (INSTALL): Remove trailing blank lines from output of
22170         makeinfo.
22171
22172 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22173
22174         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
22175         Align 32 bit compat elf_greg to 8 bytes.
22176
22177 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
22178
22179         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
22180
22181 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
22182
22183         * string/strcoll_l.c (coll_seq): New structure.
22184         (get_next_seq_cached): New function.
22185         (get_next_seq): New function.
22186         (do_compare): New function.
22187         (STRCOLL): Use GNU style definition.  Simplify implementation
22188         by using get_next_seq, get_next_seq_cached and do_compare.
22189
22190 2013-08-16  Florian Weimer  <fweimer@redhat.com>
22191
22192         [BZ #14699]
22193         CVE-2013-4237
22194         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
22195         member.
22196         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
22197         member.
22198         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
22199         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
22200         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
22201         conditional.
22202         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
22203         GETDENTS_64BIT_ALIGNED.
22204         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
22205         * manual/filesys.texi (Reading/Closing Directory): Document
22206         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
22207         strongly.
22208         * manual/conf.texi (Limits for Files): Add portability note to
22209         NAME_MAX, PATH_MAX.
22210         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
22211
22212 2013-08-13  Andreas Schwab  <schwab@suse.de>
22213
22214         [BZ #15749]
22215         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
22216         of fabs.
22217         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
22218         LDBL_MAX_EXP >= 16384]: Add tests for it.
22219
22220 2013-08-12  David S. Miller  <davem@davemloft.net>
22221
22222         * version.h (RELEASE): Set to "development".
22223         (VERSION): Set to "2.18.90".
22224         * NEWS: Add 2.19 section.
22225
22226 2013-08-03  David S. Miller  <davem@davemloft.net>
22227
22228         * po/ko.po: Update Korean translation from translation project.
22229
22230 2013-08-01  David S. Miller  <davem@davemloft.net>
22231
22232         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
22233         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
22234         Bilka.
22235
22236 2013-07-30  David S. Miller  <davem@davemloft.net>
22237
22238         * po/fr.po: Update French translation from translation project.
22239
22240 2013-07-28  David S. Miller  <davem@davemloft.net>
22241
22242         * po/cs.po: Update Czech translation from translation project.
22243
22244         * po/sv.po: Update Swedish translation from translation project.
22245
22246 2013-07-27  David S. Miller  <davem@davemloft.net>
22247
22248         * po/eo.po: Update Esperanto translation from translation project.
22249
22250         * po/vi.po: Update Vietnamese translation from translation project.
22251
22252         * po/de.po: Update German translation from translation project.
22253
22254 2013-07-26  David S. Miller  <davem@davemloft.net>
22255
22256         * po/bg.po: Update Bulgarian translation from translation project.
22257
22258         * po/nl.po: Update Dutch translation from translation project.
22259         * po/pl.po: Update Polish translation from translation project.
22260         * po/ru.po: Update Russian translation from translation project.
22261
22262 2013-07-24  David S. Miller  <davem@davemloft.net>
22263
22264         * po/libc.pot: Update.
22265
22266 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22267
22268         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
22269         variable page size.
22270         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
22271         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
22272         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
22273
22274 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22275
22276         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
22277
22278 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22279             Andreas Schwab  <schwab@suse.de>
22280             Roland McGrath  <roland@hack.frob.com>
22281             Joseph Myers  <joseph@codesourcery.com>
22282             Carlos O'Donell  <carlos@redhat.com>
22283
22284         [BZ #15755]
22285         * config.h.in: Define HAVE_PT_CHOWN.
22286         * config.make.in (build-pt-chown): New variable.
22287         * configure.in (--enable-pt_chown): New configure option.
22288         * configure: Regenerate.
22289         * login/Makefile: Include Makeconfig.  Build pt_chown only if
22290         build-pt-chown is enabled.
22291         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
22292         pt_chown to fix pty ownership.
22293         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
22294         CLOSE_ALL_FDS.
22295         * manual/install.texi (Configuring and compiling): Mention
22296         --enable-pt_chown. Add @findex for grantpt.
22297         * INSTALL: Regenerate.
22298
22299 2013-07-20  David S. Miller  <davem@davemloft.net>
22300
22301         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
22302         difference between 32-bit and 64-bit.
22303
22304 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
22305
22306         [BZ #15711]
22307         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
22308         Avoid system header dependency with -ffreestanding.
22309         ($(objpfx)bits/syscall%d): Likewise.
22310
22311 2013-07-13  David S. Miller  <davem@davemloft.net>
22312
22313         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
22314         underflows from atanl/atan2l due to bug 15319.
22315         (casinh_test_data): Likewise.
22316
22317 2013-07-07  David S. Miller  <davem@davemloft.net>
22318
22319         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
22320
22321 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
22322
22323         * sysdeps/i386/fpu/libm-test-ulps: Update.
22324         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22325
22326 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22327
22328         * configure.in (--enable-lock-elision): Fix message text.
22329         * INSTALL: Regenerate.
22330         * configure: Regenerate.
22331
22332 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22333
22334         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22335
22336 2013-07-03  Andreas Jaeger  <aj@suse.de>
22337
22338         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
22339         define.
22340         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
22341         (ptrace_peeksiginfo_args): Add.
22342         (__ptrace_peeksiginfo_flags): Add.
22343         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
22344         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
22345         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
22346
22347 2013-07-03  Allan McRae  <allan@archlinux.org>
22348
22349         * sysdeps/i386/fpu/libm-test-ulps: Update.
22350
22351 2013-07-02  David S. Miller  <davem@davemloft.net>
22352
22353         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22354
22355 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
22356
22357         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
22358
22359 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22360
22361         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
22362         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22363
22364 2013-07-02  Andi Kleen <ak@linux.intel.com>
22365
22366         * config.h.in (ENABLE_LOCK_ELISION): Add.
22367         * configure.in (--enable-lock-elision): Add option.
22368         * manual/install.texi: Document --enable lock elision.
22369         * configure: Regenerate
22370         * INSTALL: Regenerate.
22371
22372 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
22373
22374         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
22375         SSE4.2 strcasecmp for libc.a.
22376         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
22377
22378 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
22379
22380         [BZ #13304]
22381         * soft-fp/op-common.h (_FP_FMA): New macro.
22382         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
22383         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
22384         (_FP_MUL_MEAT_1_imm): ... here.
22385         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
22386         (_FP_MUL_MEAT_1_wide): ... here.
22387         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
22388         (_FP_MUL_MEAT_1_hard): ... here.
22389         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
22390         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
22391         (_FP_MUL_MEAT_2_wide): ... here.
22392         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
22393         (_FP_MUL_MEAT_2_wide_3mul): ... here.
22394         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
22395         (_FP_MUL_MEAT_2_gmp): ... here.
22396         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
22397         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
22398         (_FP_MUL_MEAT_4_wide): ... here.
22399         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
22400         (_FP_MUL_MEAT_4_gmp): ... here.
22401         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
22402         (_FP_WFRACBITS_DW_S): Likewise.
22403         (_FP_WFRACXBITS_DW_S): Likewise.
22404         (_FP_HIGHBIT_DW_S): Likewise.
22405         (FP_FMA_S): Likewise.
22406         (_FP_FRAC_HIGH_DW_S): Likewise.
22407         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
22408         (_FP_WFRACBITS_DW_D): Likewise.
22409         (_FP_WFRACXBITS_DW_D): Likewise.
22410         (_FP_HIGHBIT_DW_D): Likewise.
22411         (FP_FMA_D): Likewise.
22412         (_FP_FRAC_HIGH_DW_D): Likewise.
22413         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
22414         (_FP_WFRACBITS_DW_E): Likewise.
22415         (_FP_WFRACXBITS_DW_E): Likewise.
22416         (_FP_HIGHBIT_DW_E): Likewise.
22417         (FP_FMA_E): Likewise.
22418         (_FP_FRAC_HIGH_DW_E): Likewise.
22419         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
22420         (_FP_WFRACBITS_DW_Q): Likewise.
22421         (_FP_WFRACXBITS_DW_Q): Likewise.
22422         (_FP_HIGHBIT_DW_Q): Likewise.
22423         (FP_FMA_Q): Likewise.
22424         (_FP_FRAC_HIGH_DW_Q): Likewise.
22425         * soft-fp/fmasf4.c: New file.
22426         * soft-fp/fmadf4.c: Likewise.
22427         * soft-fp/fmatf4.c: Likewise.
22428
22429 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22430
22431         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
22432         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
22433         Silvermont.
22434         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
22435         macro.
22436         (index_Slow_SSE4_2): Likewise.
22437         (index_Prefer_PMINUB_for_stringop): Likewise.
22438         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
22439         bit_Slow_SSE4_2 is set.
22440         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
22441         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
22442
22443 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22444
22445         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
22446         rtld_global._dl_hwcap2.
22447         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
22448         POWER8.
22449         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
22450         POWER8 feature descriptions defined in _dl_hwcap2.
22451         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
22452         string handling for POWER8 feature bits.
22453         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
22454         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
22455         _dl_powerpc_cap_flags.
22456         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
22457         * sysdeps/powerpc/rtld-global-offsets.sym
22458         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
22459         _dl_hwcap2 in the rtld_global_ro structure.
22460
22461 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22462
22463         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
22464         hardware capabilities in support of AT_HWCAP2.
22465         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
22466         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
22467         GLRO(dl_hwcap2).
22468         (_dl_show_auxv): Add support for calling _dl_procinfo to display
22469         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
22470         explicitly the unknown a_type display mechanism is used.
22471         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
22472         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
22473         struct member.
22474         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
22475         to macro prototype for AT_HWCAP2 support.
22476         * sysdeps/i386/dl-procinfo.h: Likewise.
22477         * sysdeps/s390/dl-procinfo.h: Likewise.
22478         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
22479         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
22480         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
22481         return -1 for unknown a_type display fallback.
22482         * sysdeps/sparc/dl-procinfo.h: Likewise.
22483         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
22484         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
22485
22486 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
22487
22488         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
22489         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
22490
22491 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
22492
22493         [BZ #12492]
22494         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
22495         mprotect making __stack_prot writable.
22496
22497 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
22498             Joseph Myers  <joseph@codesourcery.com>
22499
22500         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
22501         as being properly aligned.
22502
22503 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
22504
22505         * dlfcn/modstatic5.c: New file.
22506         * dlfcn/tststatic5.c: New file.
22507         * dlfcn/Makefile (tests): Add tststatic5.
22508         (tests-static): Likewise.
22509         (modules-names): Add modstatic5.
22510         (tststatic5-ENV): New variable.
22511         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
22512
22513         [BZ #15022]
22514         * elf/dl-support.c (_dl_main_map): New variable.
22515         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
22516         (_dl_nns, _dl_load_adds): Set to 1.
22517         (_dl_initial_searchlist): Refer to _dl_main_map.
22518         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
22519         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
22520         call to _dl_get_origin.
22521         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
22522         around call_map.
22523         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
22524         * dlfcn/modstatic3.c: New file.
22525         * dlfcn/tststatic3.c: New file.
22526         * dlfcn/tststatic4.c: New file.
22527         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
22528         (tests-static): Likewise.
22529         (modules-names): Add modstatic3.
22530         (tststatic3-ENV, tststatic4-ENV): New variables.
22531         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
22532         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
22533
22534 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
22535
22536         * configure.in (CC): Require GCC version 4.4 or later.
22537         * configure: Regenerated.
22538         * manual/install.texi (Tools for Compilation): Update GCC version
22539         requirement.
22540         * INSTALL: Regenerated.
22541
22542 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22543
22544         [BZ #15674]
22545         * string/test-memcmp.c (check2): New.
22546         (main): Call check2.
22547
22548         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
22549
22550 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
22551
22552         [BZ #15022]
22553         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
22554         over to...
22555         (dl_open_worker) [!SHARED]: ... here.
22556
22557 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22558
22559         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
22560
22561 2013-06-25  Richard Henderson  <rth@redhat.com>
22562
22563         * locale/programs/locarchive.c: Include <libc-internal.h>
22564
22565 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
22566
22567         * manual/texinfo.tex: Update to version 2013-06-21.17, with
22568         trailing whitespace removed.
22569
22570 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22571
22572         [BZ #10283]
22573         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
22574         * locale/programs/locarchive.c: Include libc-mmap.h.
22575         (prepare_address_space): Take two new outputs (the mmap base and len).
22576         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
22577         values.
22578         (create_archive): Declare new mmap base and len values for
22579         prepare_address_space, and store the result in ah.
22580         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
22581         (enlarge_archive): If ah->mmap_base is not NULL, use that and
22582         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22583         Declare new mmap base and len values for
22584         prepare_address_space, and store the result in new_ah.
22585         (open_archive): Declare new mmap base and len values for
22586         prepare_address_space, and store the result in ah.
22587         (close_archive): If ah->mmap_base is not NULL, use that and
22588         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22589         * sysdeps/generic/libc-mmap.h: New file.
22590
22591 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22592
22593         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22594         (ALIGN_UP): Likewise.
22595         (PTR_ALIGN_DOWN): Likewise.
22596         (PTR_ALIGN_UP): Likewise.
22597
22598 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22599
22600         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22601         entry mapped to PPC_PLATFORM_POWER8.
22602         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22603         POWER8.
22604         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22605         (_dl_string_platform): Add case for exporting platform position for
22606         POWER8.
22607         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22608         search path to sysdeps/powerpc/powerpc32/power8 directory.
22609         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22610         search path to sysdeps/powerpc/powerpc64/power8 directory.
22611         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22612         power7 directories.
22613         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22614         power7 directories.
22615
22616 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22617
22618         * INSTALL: Regenerate.
22619
22620         * nscd/connections.c (nscd_init): Fix comment.
22621
22622 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
22623
22624         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22625
22626         [BZ #15667]
22627         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22628         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22629
22630 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22631
22632         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22633         DL_DST_REQ_STATIC.
22634         (DL_DST_REQ_STATIC): Remove macro.
22635
22636 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
22637
22638         [BZ #7006]
22639         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22640         with a shift of 0 bits.
22641
22642 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22643
22644         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22645         $(tststatic-ENV).
22646
22647 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22648
22649         [BZ #15655]
22650         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22651
22652 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22653
22654         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22655         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22656         accepts -fno-tree-loop-distribute-patterns.
22657         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22658         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22659         recursive call.
22660         * string/memset.c (memset): Likewise.
22661         * string/test-memmove.c (simple_memmove): Disable loop transformation
22662         to library calls.
22663         * string/test-memset.c (simple_memset): Likewise.
22664         * benchtests/bench-memmove.c (simple_memmove): Likewise.
22665         * benchtests/bench-memset.c (simple_memset): Likewise.
22666         * configure: Regenerated.
22667
22668 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
22669
22670         * math/test-misc.c (main): Ignore fesetround failure when failures
22671         of subsequent rounding tests would be ignored.
22672
22673         [BZ #15654]
22674         * math/fedisblxcpt.c (fedisableexcept): Return 0.
22675         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22676         * math/fegetenv.c (__fegetenv): Return 0.
22677         * math/fegetexcept.c (fegetexcept): Return 0.
22678         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22679         FE_TONEAREST.
22680         * math/feholdexcpt.c (feholdexcept): Return 0.
22681         * math/fesetenv.c (__fesetenv): Return 0.
22682         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22683         argument FE_TONEAREST.
22684         * math/feupdateenv.c (__feupdateenv): Return 0.
22685         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22686
22687 2013-06-18  Roland McGrath  <roland@hack.frob.com>
22688
22689         * elf/rtld-Rules (rtld-compile-command.S): New variable.
22690         (rtld-compile-command.s, rtld-compile-command.c): New variables.
22691         ($(objpfx)rtld-%.os rules): Use them.
22692
22693 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22694
22695         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22696         fields.
22697
22698 2013-06-17  Roland McGrath  <roland@hack.frob.com>
22699
22700         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22701         length of target pattern, then descending length of dependency pattern.
22702         * configure.in (AWK): Require gawk 3.1.2 or newer.
22703         * manual/install.texi (Tools for Compilation): Say that we do.
22704         * configure: Regenerated.
22705
22706         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22707         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22708         * scripts/sysd-rules.awk: ... this new script.
22709         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22710         than a glob-style pattern.
22711
22712 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
22713
22714         * math/test-misc.c (main): Do not treat incorrectly rounded
22715         conversions as failure unless ROUNDING_TESTS passes.
22716
22717 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
22718
22719         [BZ #15631]
22720         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22721         restore exception state around main square root computation, then
22722         check for inexactness explicitly.
22723
22724         * math/libm-test.inc (fma_test_data): Add another test.
22725
22726 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22727
22728         * manual/threads.texi (Non-POSIX Extensions): New document
22729         node.  Document pthread_getattr_default_np and
22730         pthread_setattr_default_np.
22731
22732         * Versions.def (libpthread): Add GLIBC_2.18.
22733         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22734         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22735         Likewise.
22736         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22737         Likewise.
22738         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22739         Likewise.
22740         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22741         Likewise.
22742         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22743         Likewise.
22744         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22745         Likewise.
22746         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
22747         Likewise.
22748         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22749         Likewise.
22750         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
22751         Likewise.
22752
22753 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22754
22755         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22756         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
22757
22758 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22759             H.J. Lu  <hjl.tools@gmail.com>
22760
22761         [BZ #15627]
22762         * sysdeps/x86_64/rtld-memset.c: Remove file.
22763         * sysdeps/x86_64/rtld-memset.S: New file.
22764
22765 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
22766
22767         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
22768         (test_in_one_mode): Take arguments for whether the rounding mode
22769         is supported for each floating-point type.
22770         (do_test): Pass new arguments to test_in_one_mode using
22771         ROUNDING_TESTS.
22772
22773 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22774
22775         * posix/tst-waitid.c (do_test): Distinguish different instances of
22776         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
22777         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
22778         before entering the kernel for waitpid.
22779
22780 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22781
22782         * NEWS: Fix note on clock function precision.  Text by Roland
22783         McGrath.
22784
22785 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22786
22787         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
22788         it into place only when and if the sanity check passes.
22789
22790 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
22791
22792         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
22793         output for whether conversion result is exact.  Take argument
22794         indicating whether type is IBM long double.
22795         (round_for_all): Change need_exact field to ibm_ld.
22796         * stdlib/tst-strtod-round.c (struct exactness): New type.
22797         (struct test): Change bool ld_ok field to struct exactness exact.
22798         (TEST): Update all definitions for change to field.
22799         (tests): Regenerate array contents.
22800         (test_in_one_mode): Take pointer to new field instead of old ld_ok
22801         field value.  Check for IBM long double here.
22802         (do_test): Update calls to test_in_one_mode.
22803
22804 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22805
22806         [BZ #12515]
22807         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
22808         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
22809
22810 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22811
22812         [BZ #15605]
22813         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
22814         generated by the compiler on loop optimizations.
22815         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
22816         general definitions.
22817
22818 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
22819
22820         * math/bug-nextafter.c: Include <math-tests.h>.
22821         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22822         the relevant type.
22823         * math/bug-nexttoward.c: Include <math-tests.h>.
22824         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22825         the relevant type.
22826         * math/test-misc.c: Include <math-tests.h>.
22827         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22828         the relevant type.
22829
22830 2013-06-12  Andreas Jaeger  <aj@suse.de>
22831
22832         * po/ia.po: Update Interlingua translation from translation
22833         project.
22834
22835 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22836
22837         * include/fenv.h: Include stdbool.h.
22838         (struct rm_ctx): New structure.
22839         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
22840         Define macro.
22841         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
22842         (SET_RESTORE_ROUNDF): Likewise.
22843         (SET_RESTORE_ROUNDL): Likewise.
22844         (SET_RESTORE_ROUND_NOEX): Likewise.
22845         (SET_RESTORE_ROUND_NOEXF): Likewise.
22846         (SET_RESTORE_ROUND_NOEXL): Likewise.
22847         (SET_RESTORE_ROUND_53BIT): Likewise.
22848         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
22849         (libc_feresetround_noexf_ctx): Likewise.
22850         (libc_feresetround_noexl_ctx): Likewise.
22851         (libc_feholdsetround_53bit_ctx): Likewise.
22852         (libc_feresetround_53bit_ctx): Likewise.
22853         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
22854         (libc_feholdexcept_setround_sse_ctx): New function.
22855         (libc_fesetenv_sse_ctx): Likewise.
22856         (libc_feupdateenv_sse_ctx): Likewise.
22857         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
22858         (libc_feholdexcept_setround_387_ctx): Likewise.
22859         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
22860         (libc_feholdsetround_387_prec_ctx): Likewise.
22861         (libc_feholdsetround_387_ctx): Likewise.
22862         (libc_feholdsetround_387_53bit_ctx): Likewise.
22863         (libc_feholdsetround_sse_ctx): Likewise.
22864         (libc_feresetround_sse_ctx): Likewise.
22865         (libc_feresetround_387_ctx): Likewise.
22866         (libc_feupdateenv_387_ctx): Likewise.
22867         (libc_feholdexcept_setroundf_ctx): Define macro.
22868         (libc_fesetenvf_ctx): Likewise.
22869         (libc_feupdateenvf_ctx): Likewise.
22870         (libc_feholdsetroundf_ctx): Likewise.
22871         (libc_feresetroundf_ctx): Likewise.
22872         (libc_feholdexcept_setround_ctx): Likewise.
22873         (libc_fesetenv_ctx): Likewise.
22874         (libc_feupdateenv_ctx): Likewise.
22875         (libc_feholdsetround_ctx): Likewise.
22876         (libc_feresetround_ctx): Likewise.
22877         (libc_feholdexcept_setroundl_ctx): Likewise.
22878         (libc_feupdateenvl_ctx): Likewise.
22879         (libc_feholdsetroundl_ctx): Likewise.
22880         (libc_feresetroundl_ctx): Likewise.
22881         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
22882         (libc_feresetround_53bit_ctx): Likewise.
22883
22884 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22885
22886         * locale/iso-639.def: Convert to UTF-8.
22887
22888 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
22889
22890         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
22891         (EXCEPTION_TESTS_double): Likewise.
22892         (EXCEPTION_TESTS_long_double): Likewise.
22893         (EXCEPTION_TESTS): Likewise.
22894         * math/libm-test.inc (test_exceptions): Only test exceptions if
22895         EXCEPTION_TESTS (FLOAT).
22896
22897 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22898
22899         * benchtests/Makefile (string-bench): Add strcpy_chk and
22900         stpcpy_chk.
22901         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
22902         * benchtests/bench-stpcpy_chk.c: New file.
22903         * benchtests/bench-strcpy_chk-ifunc.c: New file.
22904         * benchtests/bench-strcpy_chk.c: New file.
22905         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
22906         code.
22907         (do_test): Likewise.
22908
22909 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22910
22911         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
22912         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
22913         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
22914         with tabs where appropriate.
22915         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
22916         dl-procinfo.h.
22917         [PPC_PLATFORM_PPC440]: Likewise.
22918         [PPC_PLATFORM_PPC464]: Likewise.
22919         [PPC_PLATFORM_PPC476]: Likewise.
22920         (_dl_string_platform): Add support for detecting ppc405, ppc440,
22921         ppc464, and ppc476 platform strings merging from ports/
22922         dl-procinfo.h.
22923
22924 2013-06-11  Andreas Schwab  <schwab@suse.de>
22925
22926         [BZ #14991]
22927         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
22928         (from_ucs4_idx): Regenerate.
22929         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
22930         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
22931         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
22932         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
22933         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
22934         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
22935         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
22936         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
22937         from FROM_LOOP and TO_LOOP specific macros.
22938         (BODY): Handle combining characters.
22939         * iconvdata/BIG5HKSCS.irreversible: Update.
22940         * iconvdata/BIG5HKSCS.precomposed: New file.
22941         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
22942         characters.
22943         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
22944
22945 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22946
22947         * include/sys/time.h: Fix indentation and add copyright header.
22948
22949         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
22950         (do_test): Likewise.
22951         * string/test-memchr.c (do_one_test): Likewise.
22952         (do_test): Likewise.
22953         * string/test-memcmp.c (do_one_test): Likewise.
22954         (do_test): Likewise.
22955         * string/test-memcpy.c (do_one_test): Likewise.
22956         (do_test): Likewise.
22957         * string/test-memmem.c (do_one_test): Likewise.
22958         (do_test): Likewise.
22959         (do_random_tests): Likewise.
22960         * string/test-memmove.c (do_one_test): Likewise.
22961         (do_test): Likewise.
22962         * string/test-memset.c (do_one_test): Likewise.
22963         (do_test): Likewise.
22964         * string/test-rawmemchr.c (do_one_test): Likewise.
22965         (do_test): Likewise.
22966         * string/test-strcasecmp.c (do_one_test): Likewise.
22967         (do_test): Likewise.
22968         * string/test-strcasestr.c (do_one_test): Likewise.
22969         (do_test): Likewise.
22970         * string/test-strcat.c (do_one_test): Likewise.
22971         (do_test): Likewise.
22972         * string/test-strchr.c (do_one_test): Likewise.
22973         (do_test): Likewise.
22974         * string/test-strcmp.c (do_one_test): Likewise.
22975         (do_test): Likewise.
22976         * string/test-strcpy.c (do_one_test): Likewise.
22977         (do_test): Likewise.
22978         * string/test-string.h: Likewise.
22979         (test_init): Likewise.
22980         * string/test-strlen.c (do_one_test): Likewise.
22981         (do_test): Likewise.
22982         * string/test-strncasecmp.c (do_one_test): Likewise.
22983         (do_test): Likewise.
22984         * string/test-strncat.c (do_one_test): Likewise.
22985         (do_test): Likewise.
22986         * string/test-strncmp.c (do_one_test): Likewise.
22987         (do_test_limit): Likewise.
22988         (do_test): Likewise.
22989         * string/test-strncpy.c (do_one_test): Likewise.
22990         (do_test): Likewise.
22991         * string/test-strnlen.c (do_one_test): Likewise.
22992         (do_test): Likewise.
22993         * string/test-strpbrk.c (do_one_test): Likewise.
22994         (do_test): Likewise.
22995         * string/test-strrchr.c (do_one_test): Likewise.
22996         (do_test): Likewise.
22997         * string/test-strspn.c (do_one_test): Likewise.
22998         (do_test): Likewise.
22999         * string/test-strstr.c (do_one_test): Likewise.
23000         (do_test): Likewise.
23001
23002         * benchtests/Makefile (string-bench): Add string benchmarks.
23003         * benchtests/bench-bcopy-ifunc.c: New file.
23004         * benchtests/bench-bcopy.c: New file.
23005         * benchtests/bench-bzero-ifunc.c: New file.
23006         * benchtests/bench-bzero.c: New file.
23007         * benchtests/bench-memccpy-ifunc.c: New file.
23008         * benchtests/bench-memccpy.c: New file.
23009         * benchtests/bench-memchr-ifunc.c: New file.
23010         * benchtests/bench-memchr.c: New file.
23011         * benchtests/bench-memcmp-ifunc.c: New file.
23012         * benchtests/bench-memcmp.c: New file.
23013         * benchtests/bench-memmem-ifunc.c: New file.
23014         * benchtests/bench-memmem.c: New file.
23015         * benchtests/bench-memmove-ifunc.c: New file.
23016         * benchtests/bench-memmove.c: New file.
23017         * benchtests/bench-mempcpy-ifunc.c: New file.
23018         * benchtests/bench-mempcpy.c: New file.
23019         * benchtests/bench-memset-ifunc.c: New file.
23020         * benchtests/bench-memset.c: New file.
23021         * benchtests/bench-rawmemchr-ifunc.c: New file.
23022         * benchtests/bench-rawmemchr.c: New file.
23023         * benchtests/bench-stpcpy-ifunc.c: New file.
23024         * benchtests/bench-stpcpy.c: New file.
23025         * benchtests/bench-stpncpy-ifunc.c: New file.
23026         * benchtests/bench-stpncpy.c: New file.
23027         * benchtests/bench-strcasecmp-ifunc.c: New file.
23028         * benchtests/bench-strcasecmp.c: New file.
23029         * benchtests/bench-strcasestr-ifunc.c: New file.
23030         * benchtests/bench-strcasestr.c: New file.
23031         * benchtests/bench-strcat-ifunc.c: New file.
23032         * benchtests/bench-strcat.c: New file.
23033         * benchtests/bench-strchr-ifunc.c: New file.
23034         * benchtests/bench-strchr.c: New file.
23035         * benchtests/bench-strchrnul-ifunc.c: New file.
23036         * benchtests/bench-strchrnul.c: New file.
23037         * benchtests/bench-strcmp-ifunc.c: New file.
23038         * benchtests/bench-strcmp.c: New file.
23039         * benchtests/bench-strcpy-ifunc.c: New file.
23040         * benchtests/bench-strcpy.c: New file.
23041         * benchtests/bench-strcspn-ifunc.c: New file.
23042         * benchtests/bench-strcspn.c: New file.
23043         * benchtests/bench-strlen-ifunc.c: New file.
23044         * benchtests/bench-strlen.c: New file.
23045         * benchtests/bench-strncasecmp-ifunc.c: New file.
23046         * benchtests/bench-strncasecmp.c: New file.
23047         * benchtests/bench-strncat-ifunc.c: New file.
23048         * benchtests/bench-strncat.c: New file.
23049         * benchtests/bench-strncmp-ifunc.c: New file.
23050         * benchtests/bench-strncmp.c: New file.
23051         * benchtests/bench-strncpy-ifunc.c: New file.
23052         * benchtests/bench-strncpy.c: New file.
23053         * benchtests/bench-strnlen-ifunc.c: New file.
23054         * benchtests/bench-strnlen.c: New file.
23055         * benchtests/bench-strpbrk-ifunc.c: New file.
23056         * benchtests/bench-strpbrk.c: New file.
23057         * benchtests/bench-strrchr-ifunc.c: New file.
23058         * benchtests/bench-strrchr.c: New file.
23059         * benchtests/bench-strspn-ifunc.c: New file.
23060         * benchtests/bench-strspn.c: New file.
23061         * benchtests/bench-strstr-ifunc.c: New file.
23062         * benchtests/bench-strstr.c: New file.
23063
23064         * benchtests/Makefile: Disable parallel execution of targets.
23065         (string-bench): Add memcpy.
23066         (benchset): New variable to store a list of benchmark sets.
23067         (bench-func): Renamed from bench.
23068         (bench-set): New target.
23069         (bench): Depend on bench-func and bench-set.
23070         * benchtests/README: Add section on benchmark sets.
23071         * benchtests/bench-memcpy-ifunc.c: New file.
23072         * benchtests/bench-memcpy.c: New file.
23073         * benchtests/bench-string.h: New file.
23074
23075 2013-06-11  Andreas Schwab  <schwab@suse.de>
23076
23077         [BZ #15577]
23078         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
23079         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
23080         values in the triple.
23081         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
23082         terminator in the group key.
23083
23084 2013-06-11  Andreas Jaeger  <aj@suse.de>
23085
23086         * po/zh_TW.po: Update Chinese (traditional) translation from
23087         translation project.
23088
23089 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
23090
23091         * include/time.h (__clock_gettime): Add libc_hidden_proto.
23092         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
23093         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
23094         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
23095         (clock_getcpuclockid): Likewise.
23096         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
23097         Add weak_alias and libc_hidden_def.
23098         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
23099         * rt/clock_gettime.c (clock_gettime): Rename to
23100         __clock_gettime.  Add weak_alias and libc_hidden_def.
23101         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
23102         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
23103         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
23104         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
23105         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
23106         Likewise.
23107         * rt/clock_settime.c (clock_settime): Rename to
23108         __clock_settime.  Add weak_alias and libc_hidden_def.
23109         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
23110
23111 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
23112
23113         * mach/err_boot.sub: Remove trailing whitespace.
23114         * mach/err_ipc.sub: Likewise.
23115         * mach/err_mach.sub: Likewise.
23116
23117         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
23118         (ROUNDING_TESTS_double): Likewise.
23119         (ROUNDING_TESTS_long_double): Likewise.
23120         (ROUNDING_TESTS): Likewise.
23121         * math/libm-test.inc: Include <math-tests.h>.
23122         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
23123         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
23124         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
23125         (IF_ROUND_INIT_FE_UPWARD): Likewise.
23126
23127 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
23128
23129         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
23130         of assigning.
23131
23132 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
23133
23134         * sysdeps/gnu/errlist.awk: Do not generate space at end of
23135         otherwise empty TRANS lines.
23136         * sysdeps/gnu/errlist.c: Regenerated.
23137
23138         * catgets/gencat.c (error_print): Use (void) in function
23139         definition.
23140         * crypt/crypt_util.c (__init_des): Likewise.
23141         * crypt/speeds.c (Stop): Likewise.
23142         (main): Likewise.
23143         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
23144         * inet/ruserpass.c (token): Likewise.
23145         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
23146         * intl/localealias.c (extend_alias_table): Likewise.
23147         * intl/plural-exp.c (init_germanic_plural): Likewise.
23148         * libio/fcloseall.c (__fcloseall): Likewise.
23149         * libio/genops.c (_IO_flush_all): Likewise.
23150         (_IO_flush_all_linebuffered): Likewise.
23151         (_IO_cleanup): Likewise.
23152         (_IO_iter_begin): Likewise.
23153         (_IO_iter_end): Likewise.
23154         (_IO_list_lock): Likewise.
23155         (_IO_list_unlock): Likewise.
23156         (_IO_list_resetlock): Likewise.
23157         * libio/getchar.c (getchar): Likewise.
23158         * libio/getchar_u.c (getchar_unlocked): Likewise.
23159         * libio/getwchar.c (getwchar): Likewise.
23160         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
23161         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
23162         * login/getpt.c (__getpt): Likewise.
23163         * login/tst-utmp.c (main): Likewise.
23164         * malloc/hooks.c (__malloc_check_init): Likewise.
23165         * malloc/malloc.c (__malloc_stats): Likewise.
23166         * malloc/mtrace.c (tr_break): Likewise.
23167         (mtrace): Likewise.
23168         (muntrace): Likewise.
23169         * misc/fstab.c (endfsent): Likewise.
23170         * misc/getclktck.c (__getclktck): Likewise.
23171         * misc/getdtsz.c (__getdtablesize): Likewise.
23172         * misc/gethostid.c (gethostid): Likewise.
23173         * misc/getpagesize.c (__getpagesize): Likewise.
23174         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
23175         (__get_nprocs): Likewise.
23176         (__get_phys_pages): Likewise.
23177         (__get_avphys_pages): Likewise.
23178         * misc/getttyent.c (getttyent): Likewise.
23179         (setttyent): Likewise.
23180         (endttyent): Likewise.
23181         * misc/getusershell.c (getusershell): Likewise.
23182         (endusershell): Likewise.
23183         (setusershell): Likewise.
23184         (initshells): Likewise.
23185         * misc/hsearch.c (__hdestroy): Likewise.
23186         * misc/sync.c (sync): Likewise.
23187         * misc/syslog.c (closelog_internal): Likewise.
23188         (closelog): Likewise.
23189         * misc/ttyslot.c (ttyslot): Likewise.
23190         * misc/vhangup.c (vhangup): Likewise.
23191         * posix/fork.c (__fork): Likewise.
23192         * posix/getegid.c (__getegid): Likewise.
23193         * posix/geteuid.c (__geteuid): Likewise.
23194         * posix/getgid.c (__getgid): Likewise.
23195         * posix/getpid.c (__getpid): Likewise.
23196         * posix/getppid.c (__getppid): Likewise.
23197         * posix/getuid.c (__getuid): Likewise.
23198         * posix/pause.c (pause): Likewise.
23199         * posix/setpgrp.c (setpgrp): Likewise.
23200         * posix/setsid.c (__setsid): Likewise.
23201         * posix/test-vfork.c (noop): Likewise.
23202         * resolv/gethnamaddr.c (_endhtent): Likewise.
23203         (_gethtent): Likewise.
23204         (ht_endhostent): Likewise.
23205         (gethostent): Likewise.
23206         (dns_service): Likewise.
23207         * stdlib/drand48.c (drand48): Likewise.
23208         * stdlib/lrand48.c (lrand48): Likewise.
23209         * stdlib/mrand48.c (mrand48): Likewise.
23210         * stdlib/rand.c (rand): Likewise.
23211         * stdlib/random.c (__random): Likewise.
23212         * stdlib/setenv.c (clearenv): Likewise.
23213         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
23214         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
23215         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
23216         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
23217         (__get_nprocs): Likewise.
23218         (__get_phys_pages): Likewise.
23219         (__get_avphys_pages): Likewise.
23220         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
23221         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
23222         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
23223         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
23224         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
23225         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
23226         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
23227         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
23228         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
23229         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
23230         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
23231         * sysdeps/mach/hurd/sync.c (sync): Likewise.
23232         * sysdeps/posix/clock.c (clock): Likewise.
23233         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
23234         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
23235         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
23236         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
23237         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
23238         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
23239         (__get_nprocs_conf): Likewise.
23240         (__get_phys_pages): Likewise.
23241         (__get_avphys_pages): Likewise.
23242         * time/clock.c (clock): Likewise.
23243         * time/tzset.c (__tzname_max): Likewise.
23244
23245 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
23246
23247         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
23248         (__bswap_32): Do not use "register".
23249         * crypt/crypt.c (_ufc_doit_r): Likewise.
23250         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
23251         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
23252         * gmon/gmon.c (__monstartup): Likewise.
23253         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
23254         * hurd/hurdmalloc.c (more_memory): Likewise.
23255         (malloc): Likewise.
23256         (free): Likewise.
23257         (realloc): Likewise.
23258         (malloc_fork_prepare): Likewise.
23259         (malloc_fork_parent): Likewise.
23260         (malloc_fork_child): Likewise.
23261         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
23262         (_svcauth_des): Likewise.
23263         * inet/inet_lnaof.c (inet_lnaof): Likewise.
23264         * inet/inet_net.c (inet_network): Likewise.
23265         * inet/inet_netof.c (inet_netof): Likewise.
23266         * inet/rcmd.c (__validuser2_sa): Likewise.
23267         * io/fts.c (fts_open): Likewise.
23268         (fts_load): Likewise.
23269         (fts_close): Likewise.
23270         (fts_read): Likewise.
23271         (fts_children): Likewise.
23272         (fts_build): Likewise.
23273         (fts_stat): Likewise.
23274         (fts_sort): Likewise.
23275         (fts_alloc): Likewise.
23276         (fts_lfree): Likewise.
23277         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
23278         (_IO_file_xsgetn): Likewise.
23279         (_IO_file_xsgetn_mmap): Likewise.
23280         * libio/iofopncook.c (_IO_cookie_read): Likewise.
23281         (_IO_cookie_write): Likewise.
23282         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
23283         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
23284         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
23285         * malloc/obstack.c (_obstack_begin): Likewise.
23286         (_obstack_begin_1): Likewise.
23287         (_obstack_newchunk): Likewise.
23288         (_obstack_allocated_p): Likewise.
23289         (obstack_free): Likewise.
23290         (_obstack_memory_used): Likewise.
23291         * misc/getttyent.c (getttynam): Likewise.
23292         (getttyent): Likewise.
23293         (skip): Likewise.
23294         (value): Likewise.
23295         * misc/getusershell.c (initshells): Likewise.
23296         * misc/syslog.c (__vsyslog_chk): Likewise.
23297         * misc/ttyslot.c (ttyslot): Likewise.
23298         * nis/nis_hash.c (__nis_hash): Likewise.
23299         * posix/fnmatch_loop.c (FCT): Likewise.
23300         * posix/getconf.c (print_all): Likewise.
23301         (main): Likewise.
23302         * posix/getopt.c (exchange): Likewise.
23303         * posix/glob.c (globfree): Likewise.
23304         (prefix_array): Likewise.
23305         (__glob_pattern_type): Likewise.
23306         * resolv/arpa/nameser.h (NS_GET16): Likewise.
23307         (NS_GET32): Likewise.
23308         (NS_PUT16): Likewise.
23309         (NS_PUT32): Likewise.
23310         * resolv/gethnamaddr.c (getanswer): Likewise.
23311         (gethostbyname2): Likewise.
23312         (gethostbyaddr): Likewise.
23313         (_gethtent): Likewise.
23314         (_gethtbyname2): Likewise.
23315         (_gethtbyaddr): Likewise.
23316         * resolv/ns_print.c (dst_s_get_int16): Likewise.
23317         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
23318         * resolv/res_init.c (__res_vinit): Likewise.
23319         (net_mask): Likewise.
23320         * resolv/res_mkquery.c (outchar): Likewise.
23321         (PRINT): Likewise.
23322         * stdio-common/printf_fp.c (outchar): Likewise.
23323         (PRINT): Likewise.
23324         * stdio-common/printf_fphex.c (outchar): Likewise.
23325         (PRINT): Likewise.
23326         * stdio-common/printf_size.c (outchar): Likewise.
23327         (PRINT): Likewise.
23328         * stdio-common/test_rdwr.c (main): Likewise.
23329         * stdio-common/tfformat.c (matches): Likewise.
23330         * stdio-common/vfprintf.c (outchar): Likewise.
23331         (printf_unknown): Likewise.
23332         (buffered_vfprintf): Likewise.
23333         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
23334         * stdio-common/xbug.c (AppendToBuffer): Likewise.
23335         (ReadFile): Likewise.
23336         * stdlib/qsort.c (SWAP): Likewise.
23337         (_quicksort): Likewise.
23338         * stdlib/setenv.c (__add_to_environ): Likewise.
23339         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
23340         * stdlib/strtol_l.c (__strtol_l): Likewise.
23341         * stdlib/tst-strtod.c (main): Likewise.
23342         * stdlib/tst-strtol.c (main): Likewise.
23343         * stdlib/tst-strtoll.c (main): Likewise.
23344         * string/bits/string2.h (__strcmp_cc): Likewise.
23345         (__strcmp_cg): Likewise.
23346         (__strcspn_c1): Likewise.
23347         (__strcspn_c2): Likewise.
23348         (__strcspn_c3): Likewise.
23349         (__strspn_c1): Likewise.
23350         (__strspn_c2): Likewise.
23351         (__strspn_c3): Likewise.
23352         (__strsep_1c): Likewise.
23353         (__strsep_2c): Likewise.
23354         (__strsep_3c): Likewise.
23355         * string/memccpy.c (__memccpy): Likewise.
23356         * string/stpcpy.c (__stpcpy): Likewise.
23357         * string/strcmp.c (strcmp): Likewise.
23358         * string/strrchr.c (strrchr): Likewise.
23359         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
23360         Likewise.
23361         * sysdeps/mach/hurd/getcwd.c
23362         (_hurd_canonicalize_directory_name_internal): Likewise.
23363         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
23364         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
23365         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
23366         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
23367         Likewise, in both definitions.
23368         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
23369         definitions.
23370         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
23371         64] (__bswap_64): Likewise.
23372         * time/test_time.c (main): Likewise.
23373         * time/tzfile.c (__tzfile_read): Likewise.
23374         (__tzfile_compute): Likewise.
23375         * time/tzset.c (__tzset_parse_tz): Likewise.
23376         (tzset_internal): Likewise.
23377         (compute_change): Likewise.
23378         * wcsmbs/wcscat.c (__wcscat): Likewise.
23379         * wcsmbs/wcschr.c (wcschr): Likewise.
23380         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
23381         * wcsmbs/wcscspn.c (wcscspn): Likewise.
23382         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
23383         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
23384         * wcsmbs/wcsspn.c (wcsspn): Likewise.
23385         * wcsmbs/wcsstr.c (wcsstr): Likewise.
23386         * wcsmbs/wmemchr.c (wmemchr): Likewise.
23387         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
23388         * wcsmbs/wmemset.c (wmemset): Likewise.
23389
23390 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
23391
23392         * scripts/config.guess: Update to version 2013-05-16.
23393         * scripts/config.sub: Update to version 2013-04-24.
23394         * scripts/install-sh: Update to version 2011-11-20.07.
23395         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
23396         * scripts/move-if-change: Update to version 2012-01-06 07:23.
23397
23398 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
23399
23400         * debug/fgetws_u_chk.c: Fix leading whitespaces.
23401         * elf/sln.c: Likewise.
23402         * hurd/hurd/ioctl.h: Likewise.
23403         * hurd/hurdmalloc.c: Likewise.
23404         * hurd/xattr.c: Likewise.
23405         * include/shlib-compat.h: Likewise.
23406         * inet/ruserpass.c: Likewise.
23407         * libio/iofgets_u.c: Likewise.
23408         * libio/iofgetws_u.c: Likewise.
23409         * locale/programs/ld-identification.c: Likewise.
23410         * locale/programs/ld-time.c: Likewise.
23411         * mach/msg-destroy.c: Likewise.
23412         * nss/nss_files/files-netgrp.c: Likewise.
23413         * resolv/res_data.c: Likewise.
23414         * soft-fp/op-1.h: Likewise.
23415         * soft-fp/op-2.h: Likewise.
23416         * soft-fp/op-4.h: Likewise.
23417         * soft-fp/op-common.h: Likewise.
23418         * stdio-common/printf_fphex.c: Likewise.
23419         * stdlib/strtod_l.c: Likewise.
23420         * sunrpc/rpc/clnt.h: Likewise.
23421         * sysdeps/generic/framestate.c: Likewise.
23422         * sysdeps/i386/bsd-_setjmp.S: Likewise.
23423         * sysdeps/i386/bsd-setjmp.S: Likewise.
23424         * sysdeps/i386/__longjmp.S: Likewise.
23425         * sysdeps/i386/setjmp.S: Likewise.
23426         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23427         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
23428         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23429         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
23430         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
23431         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
23432         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
23433         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
23434         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
23435         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
23436         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
23437         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
23438         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
23439         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
23440         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
23441         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
23442         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
23443         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
23444         * sysdeps/ieee754/support.c: Likewise.
23445         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
23446         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
23447         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
23448         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
23449         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
23450         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
23451         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
23452         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
23453         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
23454         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
23455         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
23456         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
23457         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
23458         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
23459         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
23460         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
23461         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
23462         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
23463
23464 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
23465
23466         * posix/transbug.c: Remove executable mode.
23467
23468 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
23469
23470         * crypt/speeds.c: Remove trailing whitespace.
23471         * dlfcn/default.c: Likewise.
23472         * elf/ifuncdep2.c: Likewise.
23473         * elf/ifuncmain1.c: Likewise.
23474         * elf/ifuncmain1vis.c: Likewise.
23475         * elf/testobj.h: Likewise.
23476         * elf/tst-stackguard1.c: Likewise.
23477         * gmon/sys/gmon.h: Likewise.
23478         * hurd/hurdmsg.c: Likewise.
23479         * hurd/new-fd.c: Likewise.
23480         * hurd/ports-get.c: Likewise.
23481         * iconvdata/ibm1008_420.c: Likewise.
23482         * inet/tst-getni1.c: Likewise.
23483         * inet/tst-getni2.c: Likewise.
23484         * libio/ioungetc.c: Likewise.
23485         * libio/wfiledoalloc.c: Likewise.
23486         * manual/libm-err-tab.pl: Likewise.
23487         * math/w_dremf.c: Likewise.
23488         * misc/ftruncate.c: Likewise.
23489         * posix/bug-glob2.c: Likewise.
23490         * posix/tst-pcre.c: Likewise.
23491         * posix/wait4.c: Likewise.
23492         * resolv/README: Likewise.
23493         * resolv/res_debug.h: Likewise.
23494         * resolv/tst-inet_ntop.c: Likewise.
23495         * setjmp/bug269-setjmp.c: Likewise.
23496         * soft-fp/extended.h: Likewise.
23497         * soft-fp/op-1.h: Likewise.
23498         * soft-fp/op-2.h: Likewise.
23499         * soft-fp/op-4.h: Likewise.
23500         * soft-fp/op-8.h: Likewise.
23501         * soft-fp/testit.c: Likewise.
23502         * stdio-common/bug16.c: Likewise.
23503         * stdlib/random.c: Likewise.
23504         * sunrpc/rpcsvc/rquota.x: Likewise.
23505         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
23506         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
23507         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
23508         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
23509         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
23510         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
23511         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
23512         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
23513         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
23514         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
23515         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
23516         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
23517         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
23518         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
23519         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
23520         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
23521         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
23522         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
23523         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
23524         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
23525         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
23526         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
23527         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
23528         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
23529         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
23530         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
23531         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
23532         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
23533         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
23534         * sysdeps/ieee754/s_lib_version.c: Likewise.
23535         * sysdeps/mach/hurd/check_fds.c: Likewise.
23536         * sysdeps/mach/hurd/getsockname.c: Likewise.
23537         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
23538         * sysdeps/mach/hurd/recvfrom.c: Likewise.
23539         * sysdeps/powerpc/bits/link.h: Likewise.
23540         * sysdeps/powerpc/dl-procinfo.c: Likewise.
23541         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
23542         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
23543         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
23544         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
23545         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
23546         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
23547         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
23548         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
23549         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
23550         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
23551         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
23552         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
23553         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
23554         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
23555         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
23556         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
23557         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
23558         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
23559         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
23560         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
23561         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
23562         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
23563         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
23564         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
23565         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
23566         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
23567         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
23568         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
23569         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
23570         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
23571         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
23572         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
23573         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
23574         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
23575         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
23576         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
23577         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
23578         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
23579         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
23580         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
23581         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
23582         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
23583         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23584         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23585         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23586         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23587         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23588         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23589         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23590         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23591         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23592         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23593         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23594         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23595         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23596         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23597         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23598         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23599         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23600         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23601         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23602         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23603         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23604         * sysdeps/powerpc/sysdep.h: Likewise.
23605         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23606         * sysdeps/s390/s390-64/sub_n.S: Likewise.
23607         * sysdeps/sh/dl-trampoline.S: Likewise.
23608         * sysdeps/sh/memset.S: Likewise.
23609         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23610         * sysdeps/sh/strlen.S: Likewise.
23611         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23612         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23613         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23614         * sysdeps/sparc/sparc32/rem.S: Likewise.
23615         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23616         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23617         * sysdeps/sparc/sparc32/strchr.S: Likewise.
23618         * sysdeps/sparc/sparc32/udiv.S: Likewise.
23619         * sysdeps/sparc/sparc32/urem.S: Likewise.
23620         * sysdeps/sparc/sparc64/add_n.S: Likewise.
23621         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23622         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23623         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23624         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23625         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23626         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23627         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23628         * sysdeps/unix/bsd/times.c: Likewise.
23629         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23630         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23631         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23632         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23633         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23634         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23635         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23636         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23637         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23638         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23639         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23640         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23641         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23642         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23643         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23644         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23645         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23646         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23647         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
23648         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23649         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23650         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23651         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23652         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23653         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23654         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23655         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23656         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23657         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23658         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23659         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23660         * sysdeps/x86_64/strcspn.S: Likewise.
23661
23662 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23663
23664         * locale/C-translit.h: Revert #include <stdint.h> because this is a
23665         generated file.  Regenerate properly from gen-translit.pl.
23666         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
23667         locale/C-translit.h.
23668
23669 2013-06-05  Andreas Schwab  <schwab@suse.de>
23670
23671         [BZ #15100]
23672         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23673         week as 6 instead of -1.
23674         * time/tst-strptime.c (day_tests): Add test case.
23675
23676 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23677
23678         * sysdeps/generic/math_private.h
23679         (libc_feholdexcept_setround_53bit): Replace with
23680         libc_feholdsetround_53bit.
23681         (libc_feupdateenv_53bit): Replace with
23682         libc_feresetround_53bit.
23683         (SET_RESTORE_ROUND_53BIT): Adjust.
23684
23685 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23686
23687         * string/test-strchrnul.c: Add copyright header.
23688
23689         * posix/tst-getaddrinfo4.c: Increase test timeout.
23690
23691 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
23692
23693         [BZ #15536]
23694         * math/libm-test.inc (MAX_EXP): Remove
23695         (MIN_EXP): Define.
23696         (ulp): Use MIN_EXP - MANT_DIG.
23697         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23698
23699 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
23700
23701         * po/be.po: Revert last change.
23702         * po/zh_CN.po: Likewise.
23703         * po/header.pot: Likewise.
23704
23705 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
23706
23707         * Makefile ($(common-objpfx)linkobj/libc.so): Define
23708         link-libc-deps to empty as target-specific variable.
23709         * Makerules (link-libc-args): New variable.
23710         (libc-for-link): Likewise.
23711         (link-libc-deps): Likewise.
23712         (lib%.so): Depend on $(link-libc-deps).  Link with
23713         $(link-libc-args).
23714         (build-module): Link with $(link-libc-args).
23715         (build-module-asneeded): Likewise.
23716         (build-module-helper-objlist): Filter out $(link-libc-deps) from
23717         list of objects.
23718         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23719         target-specific variable.
23720         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23721         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23722         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23723         libc.
23724         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23725         libc and ld.so.
23726         ($(objpfx)libpcprofile.so): Likewise.
23727         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23728         libc_nonshared.a.
23729         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23730         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23731         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23732         $(link-libc-deps).
23733         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23734         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23735         * login/Makefile ($(objpfx)libutil.so): Likewise.
23736         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23737         * math/Makefile ($(objpfx)libm.so): Likewise.
23738         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23739         $(objpfx)libnsl.so): Define libc-for-link as target-specific
23740         variable instead of depending directly on libc.
23741         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23742         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23743         $(link-libc-deps).
23744         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23745         libc.
23746         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
23747         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
23748         ($(objpfx)libanl.so): Likewise.
23749         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
23750         ld.so.
23751         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
23752         $(link-libc-deps).
23753         * sysdeps/i386/fpu/Makefile: Remove file.
23754         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
23755         ($(objpfx)libm.so): Remove dependency on ld.so.
23756
23757 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
23758
23759         [BZ # 15553]
23760         * nis/yp_xdr.c (XDRMAXNAME): Define.
23761         (XDRMAXRECORD): Define.
23762         (xdr_domainname): Use XDRMAXNAME.
23763         (xdr_mapname): Likewise.
23764         (xdr_peername): Likewise.
23765         (xdr_keydat): Use XDRMAXRECORD.
23766         (xdr_valdat): Likewise.
23767
23768 2013-05-30  Jeff Law  <law@redhat.com>
23769
23770         [BZ #14256]
23771         * manual/errno.texi (ESTALE): Update to account for more than
23772         just NFS file systems.
23773         * sysdeps/gnu/errlist.c: Regenerated.
23774
23775 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23776
23777         [BZ #15465]
23778         * elf/Makefile (tests): Add tst-null-argv.
23779         (modules-names):  Add tst-null-argv-lib.
23780         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
23781         (tst-null-argv-ENV): Set environment for tst-null-argv.
23782         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
23783         (RTLD_PROGNAME): New macro.
23784         * elf/tst-null-argv.c: New test case.
23785         * elf/tst-null-argv-lib.c: Library for test case.
23786         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
23787         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
23788         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
23789         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
23790         * elf/dl-init.c (call_init): Likewise.
23791         (_dl_init): Likewise.
23792         * elf/dl-load.c (print_search_path): Likewise.
23793         (_dl_map_object): Likewise.
23794         * elf/dl-lookup.c (do_lookup_x): Likewise.
23795         (add_dependency): Likewise.
23796         (_dl_lookup_symbol_x): Likewise.
23797         (_dl_debug_bindings): Likewise.
23798         * elf/dl-open.c (_dl_show_scope): Likewise.
23799         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
23800         * elf/dl-version.c (match_symbol): Likewise.
23801         (_dl_check_map_versions): Likewise.
23802         * elf/rtld.c (dl_main): Likewise.
23803         (print_unresolved): Use RTLD_PROGNAME.
23804         (print_missing_version): Likewise.
23805         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
23806         (elf_machine_rela): Likewise.
23807         * sysdeps/powerpc/powerpc32/dl-machine.c
23808         (__process_machine_rela): Likewise.
23809         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
23810         Likewise.
23811         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
23812         Likewise.
23813         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
23814         Likewise.
23815         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
23816         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
23817         Likewise.
23818         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
23819         Likewise.
23820         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
23821
23822 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
23823
23824         * po/be.po: Add descriptive title.
23825         * po/zh_CN.po: Likewise.
23826         * po/header.pot: Likewise.
23827
23828 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
23829
23830         * locale/programs/locarchive.c (create_archive): Inlucde fname in
23831         error message.
23832         (enlarge_archive): Likewise.
23833
23834 2013-05-28  Ben North  <ben@redfrontdoor.org>
23835
23836         * manual/arith.texi (frexp): It is the magnitude of the return
23837         value which lies in [0.5, 1), not the return value itself.
23838
23839 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23840
23841         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23842
23843 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
23844
23845         * stdio-common/bug26.c (main): Correct fscanf template.
23846
23847         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
23848         declare _dl_skip_args.
23849
23850         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
23851         Don't declare.
23852
23853         * manual/platform.texi: Add missing @end deftypefun.
23854
23855 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23856
23857         [BZ #15529]
23858         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
23859         bit of mantissa of 2^16382.
23860         * math/libm-test.inc (hypot_test_data): Add more tests.
23861
23862         * math/libm-test.inc: Add drem and pow10 to list of tested
23863         functions.
23864         (pow10_test): New function.
23865         (drem_test): Likewise.
23866         (drem_test_tonearest): Likewise.
23867         (drem_test_towardzero): Likewise.
23868         (drem_test_downward): Likewise.
23869         (drem_test_upward): Likewise.
23870         (main): Call the new functions.
23871
23872         * math/libm-test.inc (finite_test_data): Remove.
23873         (finite_test): Run tests from isfinite_test_data.
23874         (gamma_test_data): Remove.
23875         (gamma_test): Run tests from lgamma_test_data.
23876         * sysdeps/i386/fpu/libm-test-ulps: Update.
23877         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23878
23879 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23880
23881         * manual/platform.texi: Add PowerPC PPR function set documentation.
23882         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
23883         implementation.
23884
23885 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
23886
23887         * math/libm-test.inc (MAX_EXP): Define.
23888         (ULPDIFF): Define.
23889         (ulp): New function.
23890         (check_float_internal): Use ULPDIFF.
23891         (cpow_test): Disable failing test.
23892         (check_ulp): Test ulp() implemetnation.
23893         (main): Call check_ulp before starting tests.
23894
23895 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23896
23897         * math/gen-libm-test.pl (generate_testfile): Do not handle
23898         START_DATA and END_DATA.
23899         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
23900         END_DATA.
23901         (acos_tonearest_test_data): Likewise.
23902         (acos_towardzero_test_data): Likewise.
23903         (acos_downward_test_data): Likewise.
23904         (acos_upward_test_data): Likewise.
23905         (acosh_test_data): Likewise.
23906         (asin_test_data): Likewise.
23907         (asin_tonearest_test_data): Likewise.
23908         (asin_towardzero_test_data): Likewise.
23909         (asin_downward_test_data): Likewise.
23910         (asin_upward_test_data): Likewise.
23911         (asinh_test_data): Likewise.
23912         (atan_test_data): Likewise.
23913         (atanh_test_data): Likewise.
23914         (atan2_test_data): Likewise.
23915         (cabs_test_data): Likewise.
23916         (cacos_test_data): Likewise.
23917         (cacosh_test_data): Likewise.
23918         (carg_test_data): Likewise.
23919         (casin_test_data): Likewise.
23920         (casinh_test_data): Likewise.
23921         (catan_test_data): Likewise.
23922         (catanh_test_data): Likewise.
23923         (cbrt_test_data): Likewise.
23924         (ccos_test_data): Likewise.
23925         (ccosh_test_data): Likewise.
23926         (ceil_test_data): Likewise.
23927         (cexp_test_data): Likewise.
23928         (cimag_test_data): Likewise.
23929         (clog_test_data): Likewise.
23930         (clog10_test_data): Likewise.
23931         (conj_test_data): Likewise.
23932         (copysign_test_data): Likewise.
23933         (cos_test_data): Likewise.
23934         (cos_tonearest_test_data): Likewise.
23935         (cos_towardzero_test_data): Likewise.
23936         (cos_downward_test_data): Likewise.
23937         (cos_upward_test_data): Likewise.
23938         (cosh_test_data): Likewise.
23939         (cosh_tonearest_test_data): Likewise.
23940         (cosh_towardzero_test_data): Likewise.
23941         (cosh_downward_test_data): Likewise.
23942         (cosh_upward_test_data): Likewise.
23943         (cpow_test_data): Likewise.
23944         (cproj_test_data): Likewise.
23945         (creal_test_data): Likewise.
23946         (csin_test_data): Likewise.
23947         (csinh_test_data): Likewise.
23948         (csqrt_test_data): Likewise.
23949         (ctan_test_data): Likewise.
23950         (ctan_tonearest_test_data): Likewise.
23951         (ctan_towardzero_test_data): Likewise.
23952         (ctan_downward_test_data): Likewise.
23953         (ctan_upward_test_data): Likewise.
23954         (ctanh_test_data): Likewise.
23955         (ctanh_tonearest_test_data): Likewise.
23956         (ctanh_towardzero_test_data): Likewise.
23957         (ctanh_downward_test_data): Likewise.
23958         (ctanh_upward_test_data): Likewise.
23959         (erf_test_data): Likewise.
23960         (erfc_test_data): Likewise.
23961         (exp_test_data): Likewise.
23962         (exp_tonearest_test_data): Likewise.
23963         (exp_towardzero_test_data): Likewise.
23964         (exp_downward_test_data): Likewise.
23965         (exp_upward_test_data): Likewise.
23966         (exp10_test_data): Likewise.
23967         (exp2_test_data): Likewise.
23968         (expm1_test_data): Likewise.
23969         (fabs_test_data): Likewise.
23970         (fdim_test_data): Likewise.
23971         (finite_test_data): Likewise.
23972         (floor_test_data): Likewise.
23973         (fma_test_data): Likewise.
23974         (fma_towardzero_test_data): Likewise.
23975         (fma_downward_test_data): Likewise.
23976         (fma_upward_test_data): Likewise.
23977         (fmax_test_data): Likewise.
23978         (fmin_test_data): Likewise.
23979         (fmod_test_data): Likewise.
23980         (fpclassify_test_data): Likewise.
23981         (frexp_test_data): Likewise.
23982         (gamma_test_data): Likewise.
23983         (hypot_test_data): Likewise.
23984         (ilogb_test_data): Likewise.
23985         (isfinite_test_data): Likewise.
23986         (isgreater_test_data): Likewise.
23987         (isgreaterequal_test_data): Likewise.
23988         (isinf_test_data): Likewise.
23989         (isless_test_data): Likewise.
23990         (islessequal_test_data): Likewise.
23991         (islessgreater_test_data): Likewise.
23992         (isnan_test_data): Likewise.
23993         (isnormal_test_data): Likewise.
23994         (issignaling_test_data): Likewise.
23995         (isunordered_test_data): Likewise.
23996         (j0_test_data): Likewise.
23997         (j1_test_data): Likewise.
23998         (jn_test_data): Likewise.
23999         (ldexp_test_data): Likewise.
24000         (lgamma_test_data): Likewise.
24001         (lrint_test_data): Likewise.
24002         (lrint_tonearest_test_data): Likewise.
24003         (lrint_towardzero_test_data): Likewise.
24004         (lrint_downward_test_data): Likewise.
24005         (lrint_upward_test_data): Likewise.
24006         (llrint_test_data): Likewise.
24007         (llrint_tonearest_test_data): Likewise.
24008         (llrint_towardzero_test_data): Likewise.
24009         (llrint_downward_test_data): Likewise.
24010         (llrint_upward_test_data): Likewise.
24011         (log_test_data): Likewise.
24012         (log10_test_data): Likewise.
24013         (log1p_test_data): Likewise.
24014         (log2_test_data): Likewise.
24015         (logb_test_data): Likewise.
24016         (logb_downward_test_data): Likewise.
24017         (lround_test_data): Likewise.
24018         (llround_test_data): Likewise.
24019         (modf_test_data): Likewise.
24020         (nearbyint_test_data): Likewise.
24021         (nextafter_test_data): Likewise.
24022         (nexttoward_test_data): Likewise.
24023         (pow_test_data): Likewise.
24024         (pow_tonearest_test_data): Likewise.
24025         (pow_towardzero_test_data): Likewise.
24026         (pow_downward_test_data): Likewise.
24027         (pow_upward_test_data): Likewise.
24028         (remainder_test_data): Likewise.
24029         (remainder_tonearest_test_data): Likewise.
24030         (remainder_towardzero_test_data): Likewise.
24031         (remainder_downward_test_data): Likewise.
24032         (remainder_upward_test_data): Likewise.
24033         (remquo_test_data): Likewise.
24034         (rint_test_data): Likewise.
24035         (rint_tonearest_test_data): Likewise.
24036         (rint_towardzero_test_data): Likewise.
24037         (rint_downward_test_data): Likewise.
24038         (rint_upward_test_data): Likewise.
24039         (round_test_data): Likewise.
24040         (scalb_test_data): Likewise.
24041         (scalbn_test_data): Likewise.
24042         (scalbln_test_data): Likewise.
24043         (signbit_test_data): Likewise.
24044         (sin_test_data): Likewise.
24045         (sin_tonearest_test_data): Likewise.
24046         (sin_towardzero_test_data): Likewise.
24047         (sin_downward_test_data): Likewise.
24048         (sin_upward_test_data): Likewise.
24049         (sincos_test_data): Likewise.
24050         (sinh_test_data): Likewise.
24051         (sinh_tonearest_test_data): Likewise.
24052         (sinh_towardzero_test_data): Likewise.
24053         (sinh_downward_test_data): Likewise.
24054         (sinh_upward_test_data): Likewise.
24055         (sqrt_test_data): Likewise.
24056         (tan_test_data): Likewise.
24057         (tan_tonearest_test_data): Likewise.
24058         (tan_towardzero_test_data): Likewise.
24059         (tan_downward_test_data): Likewise.
24060         (tan_upward_test_data): Likewise.
24061         (tanh_test_data): Likewise.
24062         (tgamma_test_data): Likewise.
24063         (trunc_test_data): Likewise.
24064         (y0_test_data): Likewise.
24065         (y1_test_data): Likewise.
24066         (yn_test_data): Likewise.
24067         (significand_test_data): Likewise.
24068
24069         * math/gen-libm-test.pl (@functions): Remove variable.
24070         (generate_testfile): Don't handle START and END lines.
24071         * math/libm-test.inc (START): New macro.
24072         (END): Likewise.
24073         (END_COMPLEX): Likewise.
24074         (acos_test): Use END macro without arguments.
24075         (acos_test_tonearest): Likewise.
24076         (acos_test_towardzero): Likewise.
24077         (acos_test_downward): Likewise.
24078         (acos_test_upward): Likewise.
24079         (acosh_test): Likewise.
24080         (asin_test): Likewise.
24081         (asin_test_tonearest): Likewise.
24082         (asin_test_towardzero): Likewise.
24083         (asin_test_downward): Likewise.
24084         (asin_test_upward): Likewise.
24085         (asinh_test): Likewise.
24086         (atan_test): Likewise.
24087         (atanh_test): Likewise.
24088         (atan2_test): Likewise.
24089         (cabs_test): Likewise.
24090         (cacos_test): Use END_COMPLEX macro without arguments.
24091         (cacosh_test): Likewise.
24092         (carg_test): Use END macro without arguments.
24093         (casin_test): Use END_COMPLEX macro without arguments.
24094         (casinh_test): Likewise.
24095         (catan_test): Likewise.
24096         (catanh_test): Likewise.
24097         (cbrt_test): Use END macro without arguments.
24098         (ccos_test): Use END_COMPLEX macro without arguments.
24099         (ccosh_test): Likewise.
24100         (ceil_test): Use END macro without arguments.
24101         (cexp_test): Use END_COMPLEX macro without arguments.
24102         (cimag_test): Use END macro without arguments.
24103         (clog_test): Use END_COMPLEX macro without arguments.
24104         (clog10_test): Likewise.
24105         (conj_test): Likewise.
24106         (copysign_test): Use END macro without arguments.
24107         (cos_test): Likewise.
24108         (cos_test_tonearest): Likewise.
24109         (cos_test_towardzero): Likewise.
24110         (cos_test_downward): Likewise.
24111         (cos_test_upward): Likewise.
24112         (cosh_test): Likewise.
24113         (cosh_test_tonearest): Likewise.
24114         (cosh_test_towardzero): Likewise.
24115         (cosh_test_downward): Likewise.
24116         (cosh_test_upward): Likewise.
24117         (cpow_test): Use END_COMPLEX macro without arguments.
24118         (cproj_test): Likewise.
24119         (creal_test): Use END macro without arguments.
24120         (csin_test): Use END_COMPLEX macro without arguments.
24121         (csinh_test): Likewise.
24122         (csqrt_test): Likewise.
24123         (ctan_test): Likewise.
24124         (ctan_test_tonearest): Likewise.
24125         (ctan_test_towardzero): Likewise.
24126         (ctan_test_downward): Likewise.
24127         (ctan_test_upward): Likewise.
24128         (ctanh_test): Likewise.
24129         (ctanh_test_tonearest): Likewise.
24130         (ctanh_test_towardzero): Likewise.
24131         (ctanh_test_downward): Likewise.
24132         (ctanh_test_upward): Likewise.
24133         (erf_test): Use END macro without arguments.
24134         (erfc_test): Likewise.
24135         (exp_test): Likewise.
24136         (exp_test_tonearest): Likewise.
24137         (exp_test_towardzero): Likewise.
24138         (exp_test_downward): Likewise.
24139         (exp_test_upward): Likewise.
24140         (exp10_test): Likewise.
24141         (exp2_test): Likewise.
24142         (expm1_test): Likewise.
24143         (fabs_test): Likewise.
24144         (fdim_test): Likewise.
24145         (finite_test): Likewise.
24146         (floor_test): Likewise.
24147         (fma_test): Likewise.
24148         (fma_test_towardzero): Likewise.
24149         (fma_test_downward): Likewise.
24150         (fma_test_upward): Likewise.
24151         (fmax_test): Likewise.
24152         (fmin_test): Likewise.
24153         (fmod_test): Likewise.
24154         (fpclassify_test): Likewise.
24155         (frexp_test): Likewise.
24156         (gamma_test): Likewise.
24157         (hypot_test): Likewise.
24158         (ilogb_test): Likewise.
24159         (isfinite_test): Likewise.
24160         (isgreater_test): Likewise.
24161         (isgreaterequal_test): Likewise.
24162         (isinf_test): Likewise.
24163         (isless_test): Likewise.
24164         (islessequal_test): Likewise.
24165         (islessgreater_test): Likewise.
24166         (isnan_test): Likewise.
24167         (isnormal_test): Likewise.
24168         (issignaling_test): Likewise.
24169         (isunordered_test): Likewise.
24170         (j0_test): Likewise.
24171         (j1_test): Likewise.
24172         (jn_test): Likewise.
24173         (ldexp_test): Likewise.
24174         (lgamma_test): Likewise.
24175         (lrint_test): Likewise.
24176         (lrint_test_tonearest): Likewise.
24177         (lrint_test_towardzero): Likewise.
24178         (lrint_test_downward): Likewise.
24179         (lrint_test_upward): Likewise.
24180         (llrint_test): Likewise.
24181         (llrint_test_tonearest): Likewise.
24182         (llrint_test_towardzero): Likewise.
24183         (llrint_test_downward): Likewise.
24184         (llrint_test_upward): Likewise.
24185         (log_test): Likewise.
24186         (log10_test): Likewise.
24187         (log1p_test): Likewise.
24188         (log2_test): Likewise.
24189         (logb_test): Likewise.
24190         (logb_test_downward): Likewise.
24191         (lround_test): Likewise.
24192         (llround_test): Likewise.
24193         (modf_test): Likewise.
24194         (nearbyint_test): Likewise.
24195         (nextafter_test): Likewise.
24196         (nexttoward_test): Likewise.
24197         (pow_test): Likewise.
24198         (pow_test_tonearest): Likewise.
24199         (pow_test_towardzero): Likewise.
24200         (pow_test_downward): Likewise.
24201         (pow_test_upward): Likewise.
24202         (remainder_test): Likewise.
24203         (remainder_test_tonearest): Likewise.
24204         (remainder_test_towardzero): Likewise.
24205         (remainder_test_downward): Likewise.
24206         (remainder_test_upward): Likewise.
24207         (remquo_test): Likewise.
24208         (rint_test): Likewise.
24209         (rint_test_tonearest): Likewise.
24210         (rint_test_towardzero): Likewise.
24211         (rint_test_downward): Likewise.
24212         (rint_test_upward): Likewise.
24213         (round_test): Likewise.
24214         (scalb_test): Likewise.
24215         (scalbn_test): Likewise.
24216         (scalbln_test): Likewise.
24217         (signbit_test): Likewise.
24218         (sin_test): Likewise.
24219         (sin_test_tonearest): Likewise.
24220         (sin_test_towardzero): Likewise.
24221         (sin_test_downward): Likewise.
24222         (sin_test_upward): Likewise.
24223         (sincos_test): Likewise.
24224         (sinh_test): Likewise.
24225         (sinh_test_tonearest): Likewise.
24226         (sinh_test_towardzero): Likewise.
24227         (sinh_test_downward): Likewise.
24228         (sinh_test_upward): Likewise.
24229         (sqrt_test): Likewise.
24230         (tan_test): Likewise.
24231         (tan_test_tonearest): Likewise.
24232         (tan_test_towardzero): Likewise.
24233         (tan_test_downward): Likewise.
24234         (tan_test_upward): Likewise.
24235         (tanh_test): Likewise.
24236         (tgamma_test): Likewise.
24237         (trunc_test): Likewise.
24238         (y0_test): Likewise.
24239         (y1_test): Likewise.
24240         (yn_test): Likewise.
24241         (significand_test): Likewise.
24242
24243 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
24244
24245         [BZ #15381]
24246         * libio/genops.c (_IO_no_init): Initialize wide struct info.
24247
24248 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24249
24250         [BZ #14894]
24251         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
24252         __ppc_mdoio and __ppc_mdoom.
24253         * manual/platform.texi: Document new functions __ppc_yield,
24254         __ppc_mdoio and __ppc_mdoom.
24255
24256 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
24257
24258         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
24259         (main): Mention "tls" pseudo-hwcap is legacy.
24260         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
24261
24262 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24263
24264         * math/gen-libm-test.pl (parse_args): Output only string of
24265         arguments as text for test name, not full call or descriptions of
24266         tests for extra outputs.
24267         (generate_testfile): Do not pass function name to parse_args.
24268         Generate this_func variable from START.
24269         * math/libm-test.inc (struct test_f_f_data): Rename test_name
24270         field to arg_str.
24271         (struct test_ff_f_data): Likewise.
24272         (test_ff_f_data_nexttoward): Likewise.
24273         (struct test_fi_f_data): Likewise.
24274         (struct test_fl_f_data): Likewise.
24275         (struct test_if_f_data): Likewise.
24276         (struct test_fff_f_data): Likewise.
24277         (struct test_c_f_data): Likewise.
24278         (struct test_f_f1_data): Likewise.  Remove field extra_name.
24279         (struct test_fF_f1_data): Likewise.
24280         (struct test_ffI_f1_data): Likewise.
24281         (struct test_c_c_data): Rename test_name field to arg_str.
24282         (struct test_cc_c_data): Likewise.
24283         (struct test_f_i_data): Likewise.
24284         (struct test_ff_i_data): Likewise.
24285         (struct test_f_l_data): Likewise.
24286         (struct test_f_L_data): Likewise.
24287         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
24288         and extra2_name.
24289         (COMMON_TEST_SETUP): New macro.
24290         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
24291         (COMMON_TEST_CLEANUP): Likewise.
24292         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
24293         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
24294         macros.
24295         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
24296         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
24297         macros.
24298         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
24299         (RUN_TEST_fff_f): Take argument string.  Call new setup and
24300         cleanup macros.
24301         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
24302         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
24303         macros.
24304         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
24305         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
24306         macros.
24307         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24308         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
24309         cleanup macros.
24310         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24311         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
24312         cleanup macros.
24313         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24314         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
24315         cleanup macros.
24316         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24317         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
24318         macros.
24319         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
24320         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
24321         macros.
24322         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
24323         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
24324         macros.
24325         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
24326         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
24327         cleanup macros.
24328         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
24329         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
24330         cleanup macros.
24331         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
24332         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
24333         macros.
24334         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
24335         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
24336         cleanup macros.
24337         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
24338         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
24339         macros.
24340         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
24341         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
24342         macros.
24343         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
24344         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
24345         cleanup macros.
24346         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
24347
24348 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
24349
24350         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
24351         to _sifields.sigfault.
24352         (si_addr_lsb): Define new macro.
24353         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24354         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
24355         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
24356
24357 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
24358
24359         [BZ #15441]
24360         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
24361         returns -1.
24362         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
24363         null return -1.
24364         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
24365         loading the domain.
24366
24367 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
24368
24369         * math/gen-libm-test.pl (parse_args): Do not include expected
24370         result in test name.
24371         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
24372         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24373         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24374         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24375         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24376         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24377
24378 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
24379
24380         * benchtests/Makefile: Sort function entries.
24381
24382         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
24383         tanh, asinh, acosh, atanh.
24384         * benchtests/acos-inputs: New file.
24385         * benchtests/acosh-inputs: New file.
24386         * benchtests/asin-inputs: New file.
24387         * benchtests/asinh-inputs: New file.
24388         * benchtests/atanh-inputs: New file.
24389         * benchtests/cosh-inputs: New file.
24390         * benchtests/log-inputs: New file.
24391         * benchtests/sinh-inputs: New file.
24392         * benchtests/tanh-inputs: New file.
24393
24394 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
24395
24396         [BZ #15339]
24397         * posix/tst-getaddrinfo4.c: New test.
24398         * posix/Makefile (tests): Add it.
24399
24400 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24401
24402         [BZ #15339]
24403         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
24404         when no services were used.
24405         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
24406         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
24407
24408 2013-05-21  Andreas Schwab  <schwab@suse.de>
24409
24410         [BZ #15014]
24411         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
24412         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
24413         successful.
24414         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
24415         redundant variable declarations and reallocation of buffer when
24416         parsing as IPv6 address.  Always set NSS status when called from
24417         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
24418         buffer too small.  Correct computation of needed size.
24419         * nss/Makefile (tests): Add test-digits-dots.
24420         * nss/test-digits-dots.c: New test.
24421
24422 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
24423
24424         * benchtests/Makefile: Remove instructions for adding
24425         benchmark tests.
24426         * benchtests/README: New file to explain how to execute and
24427         enhance the benchmark tests.
24428
24429 2013-05-21  Andreas Schwab  <schwab@suse.de>
24430
24431         [BZ #15493]
24432         * setjmp/Makefile (tests): Add tst-sigsetjmp.
24433         * setjmp/tst-sigsetjmp.c: New test.
24434
24435 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24436
24437         * sysdeps/x86_64/memset.S (memset): New implementation.
24438         (__bzero): Likewise.
24439         (__memset_tail): New function.
24440
24441 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
24442
24443         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
24444         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
24445         __memcpy_sse2_unaligned ifunc selection.
24446         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
24447         Add memcpy-sse2-unaligned.S.
24448         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
24449         Add: __memcpy_sse2_unaligned.
24450
24451 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
24452
24453         [BZ #15490]
24454         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
24455         math_force_eval before restoring floating-point envrionment.
24456         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
24457         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
24458         Likewise.
24459         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
24460         <math_private.h>.
24461         (__nearbyintl): Use math_force_eval before restoring
24462         floating-point environment.
24463         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
24464
24465         * math/gen-libm-test.pl (special_functions): Remove.
24466         (parse_args): Don't handle TEST_extra.  Handle functions with no
24467         return value.
24468         * math/libm-test.inc (struct test_sincos_data): Replace with
24469         struct test_fFF_11_data.
24470         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
24471         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
24472         (sincos_test_data): Change element type to struct
24473         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
24474         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
24475         RUN_TEST_LOOP_sincos.
24476         * math/README.libm-test: Don't mention special handling of
24477         individual functions.
24478         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
24479         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
24480         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
24481         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
24482         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
24483         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24484
24485         * math/gen-libm-test.pl (get_variable): Remove function.
24486         (parse_args): Don't show pointer parameters to call in test
24487         names.  Use "extra output N" in test names for extra outputs
24488         rather than naming variables.
24489
24490 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
24491
24492         [BZ #15488]
24493         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
24494         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
24495         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
24496         double tests.
24497         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
24498         disable.
24499         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
24500         check_long_double.
24501
24502         * math/gen-libm-test.pl (@tests): Remove variable.
24503         ($count): Likewise.
24504         (new_test): Remove function.
24505         (show_exceptions): New function.
24506         (special_functions): Use show_exceptions instead of new_test.
24507         (parse_args): Likewise.
24508         (generate_testfile): Pass only function name in generated call to
24509         print_max_error or print_complex_max_error.
24510         (get_ulps): Do not handle complex tests specially.
24511         (output_test): Rename to ...
24512         (get_all_ulps_for_test): ... this.  Return a string rather than
24513         printing to a file.  Require ulps to be present.
24514         (output_ulps): Generate arrays rather than #defines.
24515         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
24516         (struct ulp_data): New type.
24517         (BUILD_COMPLEX_ULP): Remove macro.
24518         (compare_ulp_data): New function.
24519         (find_ulps): Likewise.
24520         (find_test_ulps): Likewise.
24521         (find_function_ulps): Likewise.
24522         (find_complex_function_ulps): Likewise.
24523         (print_max_error): Determine allowed ulps using
24524         find_function_ulps.
24525         (print_complex_max_error): Determine allowed ulps using
24526         find_complex_function_ulps.
24527         (check_float_internal): Determine max ulps using find_test_ulps.
24528         (check_float): Do not take max_ulp parameter.  Update call to
24529         check_float_internal.
24530         (check_complex): Likewise.
24531         (check_int): Do not take max_ulp parameter.
24532         (check_long): Likewise.
24533         (check_bool): Likewise.
24534         (check_longlong): Likewise.
24535         (struct test_f_f_data): Remove max_ulp field.
24536         (struct test_ff_f_data): Likewise.
24537         (struct test_ff_f_data_nexttoward): Likewise.
24538         (struct test_fi_f_data): Likewise.
24539         (struct test_fl_f_data): Likewise.
24540         (struct test_if_f_data): Likewise.
24541         (struct test_fff_f_data): Likewise.
24542         (struct test_c_f_data): Likewise.
24543         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
24544         (struct test_fF_f1_data): Likewise.
24545         (struct test_ffI_f1_data): Likewise.
24546         (struct test_c_c_data): Remove max_ulp field.
24547         (struct test_cc_c_data): Likewise.
24548         (struct test_f_i_data): Likewise.
24549         (struct test_ff_i_data): Likewise.
24550         (struct test_f_l_data): Likewise.
24551         (struct test_f_L_data): Likewise.
24552         (struct test_sincos_data): Likewise.
24553         (RUN_TEST_f_f): Do not handle ulps.
24554         (RUN_TEST_LOOP_f_f): Likewise.
24555         (RUN_TEST_2_f): Likewise.
24556         (RUN_TEST_LOOP_2_f): Likewise.
24557         (RUN_TEST_fff_f): Likewise.
24558         (RUN_TEST_LOOP_fff_f): Likewise.
24559         (RUN_TEST_c_f): Likewise.
24560         (RUN_TEST_LOOP_c_f): Likewise.
24561         (RUN_TEST_f_f1): Likewise.
24562         (RUN_TEST_LOOP_f_f1): Likewise.
24563         (RUN_TEST_fF_f1): Likewise.
24564         (RUN_TEST_LOOP_fF_f1): Likewise.
24565         (RUN_TEST_fI_f1): Likewise.
24566         (RUN_TEST_LOOP_fI_f1): Likewise.
24567         (RUN_TEST_ffI_f1): Likewise.
24568         (RUN_TEST_LOOP_ffI_f1): Likewise.
24569         (RUN_TEST_c_c): Likewise.
24570         (RUN_TEST_LOOP_c_c): Likewise.
24571         (RUN_TEST_cc_c): Likewise.
24572         (RUN_TEST_LOOP_cc_c): Likewise.
24573         (RUN_TEST_f_i): Likewise.
24574         (RUN_TEST_LOOP_f_i): Likewise.
24575         (RUN_TEST_f_i_tg): Likewise.
24576         (RUN_TEST_LOOP_f_i_tg): Likewise.
24577         (RUN_TEST_ff_i_tg): Likewise.
24578         (RUN_TEST_LOOP_ff_i_tg): Likewise.
24579         (RUN_TEST_f_b): Likewise.
24580         (RUN_TEST_LOOP_f_b): Likewise.
24581         (RUN_TEST_f_b_tg): Likewise.
24582         (RUN_TEST_LOOP_f_b_tg): Likewise.
24583         (RUN_TEST_f_l): Likewise.
24584         (RUN_TEST_LOOP_f_l): Likewise.
24585         (RUN_TEST_f_L): Likewise.
24586         (RUN_TEST_LOOP_f_L): Likewise.
24587         (RUN_TEST_sincos): Likewise.
24588         (RUN_TEST_LOOP_sincos): Likewise.
24589
24590 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
24591
24592         [BZ #15480]
24593         [BZ #15485]
24594         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24595         main case of finite arguments, set rounding mode to FE_TONEAREST
24596         and discard exceptions.
24597         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24598         exceptions.
24599         (remainder_tonearest_test_data): New variable.
24600         (remainder_test_tonearest): New function.
24601         (remainder_towardzero_test_data): New variable.
24602         (remainder_test_towardzero): New function.
24603         (remainder_downward_test_data): New variable.
24604         (remainder_test_downward): New function.
24605         (remainder_upward_test_data): New variable.
24606         (remainder_test_upward): New function.
24607         (main): Call the new test functions.
24608
24609         * math/libm-test.inc (struct test_f_f1_data): Remove field
24610         extra_init.
24611         (struct test_fF_f1_data): Likewise.
24612         (struct test_ffI_f1_data): Likewise.
24613         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
24614         based on value of EXTRA_EXPECTED.
24615         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24616         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
24617         EXTRA_VAR based on value of EXTRA_EXPECTED.
24618         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24619         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
24620         EXTRA_VAR based on value of EXTRA_EXPECTED.
24621         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24622         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
24623         EXTRA_VAR based on value of EXTRA_EXPECTED.
24624         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24625         * math/gen-libm-test.pl (parse_args): Don't output initializers
24626         for extra output values.
24627
24628         * math/libm-test.inc (check_int): Expect result to be exactly
24629         equal to expected value and do not handle ulps.
24630         (check_long): Likewise.
24631         (check_longlong): Likewise.
24632
24633         * math/libm-test.inc (ceil_test_data): Test for "inexact"
24634         exceptions.
24635         (cimag_test_data): Likewise.
24636         (conj_test_data): Likewise.
24637         (copysign_test_data): Likewise.
24638         (cproj_test_data): Likewise.
24639         (creal_test_data): Likewise.
24640         (fabs_test_data): Likewise.
24641         (fdim_test_data): Likewise.
24642         (finite_test_data): Likewise.
24643         (floor_test_data): Likewise.
24644         (fmax_test_data): Likewise.
24645         (fmin_test_data): Likewise.
24646         (fmod_test_data): Likewise.
24647         (fpclassify_test_data): Likewise.
24648         (frexp_test_data): Likewise.
24649         (ilogb_test_data): Likewise.
24650         (isfinite_test_data): Likewise.
24651         (isgreater_test_data): Likewise.
24652         (isgreaterequal_test_data): Likewise.
24653         (isinf_test_data): Likewise.
24654         (isless_test_data): Likewise.
24655         (islessequal_test_data): Likewise.
24656         (islessgreater_test_data): Likewise.
24657         (isnan_test_data): Likewise.
24658         (isnormal_test_data): Likewise.
24659         (issignaling_test_data): Likewise.
24660         (isunordered_test_data): Likewise.
24661         (ldexp_test_data): Likewise.
24662         (lrint_test_data): Likewise.
24663         (lrint_test_data) [TEST_FLOAT]: Disable one test.
24664         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24665         (lrint_tonearest_test_data): Test for "inexact" exceptions.
24666         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24667         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24668         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24669         test input.
24670         (lrint_towardzero_test_data): Test for "inexact" exceptions.
24671         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24672         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24673         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24674         that test input.
24675         (lrint_downward_test_data): Test for "inexact" exceptions.
24676         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24677         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24678         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24679         test input.
24680         (lrint_upward_test_data): Test for "inexact" exceptions.
24681         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24682         test input.
24683         (llrint_test_data): Test for "inexact" exceptions.
24684         (llrint_test_data) [TEST_FLOAT]: Disable one test.
24685         (llrint_tonearest_test_data): Test for "inexact" exceptions.
24686         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24687         (llrint_towardzero_test_data): Test for "inexact" exceptions.
24688         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24689         (llrint_downward_test_data): Test for "inexact" exceptions.
24690         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24691         (llrint_upward_test_data): Test for "inexact" exceptions.
24692         (logb_test_data): Likewise.
24693         (logb_downward_test_data): Likewise.
24694         (nextafter_test_data): Likewise.
24695         (nexttoward_test_data): Likewise.
24696         (remainder_test_data): Likewise.
24697         (remquo_test_data): Likewise.
24698         (scalbn_test_data): Likewise.
24699         (scalbln_test_data): Likewise.
24700         (signbit_test_data): Likewise.
24701         (sqrt_test_data): Likewise.
24702         (significand_test_data): Likewise.
24703
24704 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24705
24706         [BZ #15424]
24707         * benchtests/bench-modf.c (struct args): Mark arg0 as
24708         volatile.
24709         * scripts/bench.pl: Mark members of struct args as volatile.
24710
24711 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24712
24713         [BZ # 15497]
24714         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24715         negative infinity on POWER6 or lower.
24716         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24717
24718 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
24719
24720         [BZ #15442]
24721         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24722         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24723         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24724         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24725         (_FP_SETQNAN): New macro.
24726         (_FP_SETQNAN_SEMIRAW): Likewise.
24727         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24728         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24729         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24730         (FP_EXTEND): Use _FP_FRAC_SNANP.
24731         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24732         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24733         into account.
24734         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24735         New macro.
24736         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24737         Likewise.
24738
24739 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24740
24741         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24742         with DIVIDE_BY_ZERO_EXCEPTION.
24743         (gamma_test_data): Likewise.
24744         (lgamma_test_data): Likewise.
24745         (log_test_data): Likewise.
24746         (log10_test_data): Likewise.
24747         (log2_test_data): Likewise.
24748         (tgamma_test_data): Likewise.
24749
24750         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
24751         (acos_test_tonearest): Likewise.
24752         (acos_test_towardzero): Likewise.
24753         (acos_test_downward): Likewise.
24754         (acos_test_upward): Likewise.
24755         (acosh_test): Likewise.
24756         (asin_test): Likewise.
24757         (asin_test_tonearest): Likewise.
24758         (asin_test_towardzero): Likewise.
24759         (asin_test_downward): Likewise.
24760         (asin_test_upward): Likewise.
24761         (asinh_test): Likewise.
24762         (atan_test): Likewise.
24763         (atanh_test): Likewise.
24764         (atan2_test): Likewise.
24765         (cabs_test): Likewise.
24766         (cacos_test): Likewise.
24767         (cacosh_test): Likewise.
24768         (casin_test): Likewise.
24769         (casinh_test): Likewise.
24770         (catan_test): Likewise.
24771         (catanh_test): Likewise.
24772         (cbrt_test): Likewise.
24773         (ccos_test): Likewise.
24774         (ccosh_test): Likewise.
24775         (cexp_test): Likewise.
24776         (clog_test): Likewise.
24777         (clog10_test): Likewise.
24778         (cos_test): Likewise.
24779         (cos_test_tonearest): Likewise.
24780         (cos_test_towardzero): Likewise.
24781         (cos_test_downward): Likewise.
24782         (cos_test_upward): Likewise.
24783         (cosh_test): Likewise.
24784         (cosh_test_tonearest): Likewise.
24785         (cosh_test_towardzero): Likewise.
24786         (cosh_test_downward): Likewise.
24787         (cosh_test_upward): Likewise.
24788         (cpow_test): Likewise.
24789         (csin_test): Likewise.
24790         (csinh_test): Likewise.
24791         (csqrt_test): Likewise.
24792         (ctan_test): Likewise.
24793         (ctan_test_tonearest): Likewise.
24794         (ctan_test_towardzero): Likewise.
24795         (ctan_test_downward): Likewise.
24796         (ctan_test_upward): Likewise.
24797         (ctanh_test): Likewise.
24798         (ctanh_test_tonearest): Likewise.
24799         (ctanh_test_towardzero): Likewise.
24800         (ctanh_test_downward): Likewise.
24801         (ctanh_test_upward): Likewise.
24802         (erf_test): Likewise.
24803         (erfc_test): Likewise.
24804         (exp_test): Likewise.
24805         (exp_test_tonearest): Likewise.
24806         (exp_test_towardzero): Likewise.
24807         (exp_test_downward): Likewise.
24808         (exp_test_upward): Likewise.
24809         (exp10_test): Likewise.
24810         (exp2_test): Likewise.
24811         (expm1_test): Likewise.
24812         (fmod_test): Likewise.
24813         (gamma_test): Likewise.
24814         (hypot_test): Likewise.
24815         (j0_test): Likewise.
24816         (j1_test): Likewise.
24817         (jn_test): Likewise.
24818         (lgamma_test): Likewise.
24819         (log_test): Likewise.
24820         (log10_test): Likewise.
24821         (log1p_test): Likewise.
24822         (log2_test): Likewise.
24823         (logb_test_downward): Likewise.
24824         (pow_test): Likewise.
24825         (pow_test_tonearest): Likewise.
24826         (pow_test_towardzero): Likewise.
24827         (pow_test_downward): Likewise.
24828         (pow_test_upward): Likewise.
24829         (remainder_test): Likewise.
24830         (remquo_test): Likewise.
24831         (sin_test): Likewise.
24832         (sin_test_tonearest): Likewise.
24833         (sin_test_towardzero): Likewise.
24834         (sin_test_downward): Likewise.
24835         (sin_test_upward): Likewise.
24836         (sincos_test): Likewise.
24837         (sinh_test): Likewise.
24838         (sinh_test_tonearest): Likewise.
24839         (sinh_test_towardzero): Likewise.
24840         (sinh_test_downward): Likewise.
24841         (sinh_test_upward): Likewise.
24842         (sqrt_test): Likewise.
24843         (tan_test): Likewise.
24844         (tan_test_tonearest): Likewise.
24845         (tan_test_towardzero): Likewise.
24846         (tan_test_downward): Likewise.
24847         (tan_test_upward): Likewise.
24848         (tanh_test): Likewise.
24849         (tgamma_test): Likewise.
24850         (y0_test): Likewise.
24851         (y1_test): Likewise.
24852         (yn_test): Likewise.
24853
24854         * math/gen-libm-test.pl (adjust_arg): Remove function.
24855         (special_function): Remove argument $in_func.  Only handle
24856         generating output for tables of tests, not inside functions.
24857         (parse_args): Likewise.
24858         (generate_testfile): Remove variable $in_func.  Update call to
24859         parse_args.
24860         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
24861         (MINUS_ZERO_INIT): Rename macro to minus_zero.
24862         (PLUS_INFTY_INIT): Rename macro to plus_infty.
24863         (MINUS_INFTY_INIT): Rename macro to minus_infty.
24864         (QNAN_VALUE_INIT): Rename macro to qnan_value.
24865         (MAX_VALUE_INIT): Rename macro to max_value.
24866         (MIN_VALUE_INIT): Rename macro to min_value.
24867         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
24868         (plus_zero): Remove variable.
24869         (minus_zero): Likewise.
24870         (plus_infty): Likewise.
24871         (minus_infty): Likewise.
24872         (qnan_value): Likewise.
24873         (max_value): Likewise.
24874         (min_value): Likewise.
24875         (min_subnorm_value): Likewise.
24876
24877 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24878
24879         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
24880         uint64_t or uint32_t usage.
24881         * crypt/sha256-block.c: Likewise.
24882         * crypt/sha256-crypt.c: Likewise.
24883         * crypt/sha256.c: Likewise.
24884         * crypt/sha512-block.c: Likewise.
24885         * crypt/sha512-crypt.c: Likewise.
24886         * crypt/sha512.c: Likewise.
24887         * debug/backtrace-tst.c: Likewise.
24888         * debug/pcprofiledump.c: Likewise.
24889         * elf/cache.c: Likewise.
24890         * elf/dl-cache.c: Likewise.
24891         * elf/dl-misc.c: Likewise.
24892         * elf/dl-profile.c: Likewise.
24893         * elf/dl-support.c: Likewise.
24894         * elf/ldconfig.c: Likewise.
24895         * elf/sprof.c: Likewise.
24896         * iconv/dummy-repertoire.c: Likewise.
24897         * iconv/iconv_charmap.c: Likewise.
24898         * iconv/skeleton.c: Likewise.
24899         * iconvdata/8bit-generic.c: Likewise.
24900         * iconvdata/cp737.h: Likewise.
24901         * iconvdata/cp775.h: Likewise.
24902         * iconvdata/ibm1008.h: Likewise.
24903         * iconvdata/ibm1025.h: Likewise.
24904         * iconvdata/ibm1046.h: Likewise.
24905         * iconvdata/ibm1097.h: Likewise.
24906         * iconvdata/ibm1112.h: Likewise.
24907         * iconvdata/ibm1122.h: Likewise.
24908         * iconvdata/ibm1123.h: Likewise.
24909         * iconvdata/ibm1124.h: Likewise.
24910         * iconvdata/ibm1129.h: Likewise.
24911         * iconvdata/ibm1130.h: Likewise.
24912         * iconvdata/ibm1132.h: Likewise.
24913         * iconvdata/ibm1133.h: Likewise.
24914         * iconvdata/ibm1137.h: Likewise.
24915         * iconvdata/ibm1140.h: Likewise.
24916         * iconvdata/ibm1141.h: Likewise.
24917         * iconvdata/ibm1142.h: Likewise.
24918         * iconvdata/ibm1143.h: Likewise.
24919         * iconvdata/ibm1144.h: Likewise.
24920         * iconvdata/ibm1145.h: Likewise.
24921         * iconvdata/ibm1146.h: Likewise.
24922         * iconvdata/ibm1147.h: Likewise.
24923         * iconvdata/ibm1148.h: Likewise.
24924         * iconvdata/ibm1149.h: Likewise.
24925         * iconvdata/ibm1153.h: Likewise.
24926         * iconvdata/ibm1154.h: Likewise.
24927         * iconvdata/ibm1155.h: Likewise.
24928         * iconvdata/ibm1156.h: Likewise.
24929         * iconvdata/ibm1157.h: Likewise.
24930         * iconvdata/ibm1158.h: Likewise.
24931         * iconvdata/ibm1160.h: Likewise.
24932         * iconvdata/ibm1161.h: Likewise.
24933         * iconvdata/ibm1162.h: Likewise.
24934         * iconvdata/ibm1163.h: Likewise.
24935         * iconvdata/ibm1164.h: Likewise.
24936         * iconvdata/ibm1166.h: Likewise.
24937         * iconvdata/ibm1167.h: Likewise.
24938         * iconvdata/ibm12712.h: Likewise.
24939         * iconvdata/ibm1390.h: Likewise.
24940         * iconvdata/ibm1399.h: Likewise.
24941         * iconvdata/ibm16804.h: Likewise.
24942         * iconvdata/ibm4517.h: Likewise.
24943         * iconvdata/ibm4899.h: Likewise.
24944         * iconvdata/ibm4909.h: Likewise.
24945         * iconvdata/ibm4971.h: Likewise.
24946         * iconvdata/ibm5347.h: Likewise.
24947         * iconvdata/ibm803.h: Likewise.
24948         * iconvdata/ibm856.h: Likewise.
24949         * iconvdata/ibm901.h: Likewise.
24950         * iconvdata/ibm902.h: Likewise.
24951         * iconvdata/ibm9030.h: Likewise.
24952         * iconvdata/ibm9066.h: Likewise.
24953         * iconvdata/ibm921.h: Likewise.
24954         * iconvdata/ibm922.h: Likewise.
24955         * iconvdata/ibm9448.h: Likewise.
24956         * iconvdata/isiri-3342.h: Likewise.
24957         * iconvdata/jis0201.h: Likewise.
24958         * include/link.h: Likewise.
24959         * include/netdb.h: Likewise.
24960         * inet/check_native.c: Likewise.
24961         * inet/check_pf.c: Likewise.
24962         * inet/getipv4sourcefilter.c: Likewise.
24963         * inet/getnameinfo.c: Likewise.
24964         * inet/getsourcefilter.c: Likewise.
24965         * inet/htonl.c: Likewise.
24966         * inet/setipv4sourcefilter.c: Likewise.
24967         * inet/setsourcefilter.c: Likewise.
24968         * inet/test-inet6_opt.c: Likewise.
24969         * inet/tst-network.c: Likewise.
24970         * locale/C-collate.c: Likewise.
24971         * locale/C-ctype.c: Likewise.
24972         * locale/C-time.c: Likewise.
24973         * locale/C-translit.h: Likewise.
24974         * locale/loadarchive.c: Likewise.
24975         * locale/programs/3level.h: Likewise.
24976         * locale/programs/charmap.c: Likewise.
24977         * locale/programs/charmap.h: Likewise.
24978         * locale/programs/ld-address.c: Likewise.
24979         * locale/programs/ld-collate.c: Likewise.
24980         * locale/programs/ld-ctype.c: Likewise.
24981         * locale/programs/ld-identification.c: Likewise.
24982         * locale/programs/ld-measurement.c: Likewise.
24983         * locale/programs/ld-messages.c: Likewise.
24984         * locale/programs/ld-monetary.c: Likewise.
24985         * locale/programs/ld-name.c: Likewise.
24986         * locale/programs/ld-numeric.c: Likewise.
24987         * locale/programs/ld-paper.c: Likewise.
24988         * locale/programs/ld-telephone.c: Likewise.
24989         * locale/programs/ld-time.c: Likewise.
24990         * locale/programs/linereader.c: Likewise.
24991         * locale/programs/locale.c: Likewise.
24992         * locale/programs/locarchive.c: Likewise.
24993         * locale/programs/locfile.h: Likewise.
24994         * locale/programs/repertoire.c: Likewise.
24995         * locale/programs/simple-hash.c: Likewise.
24996         * locale/programs/simple-hash.h: Likewise.
24997         * malloc/memusage.c: Likewise.
24998         * malloc/memusagestat.c: Likewise.
24999         * nis/nis_defaults.c: Likewise.
25000         * nis/nis_hash.c: Likewise.
25001         * nis/nis_print.c: Likewise.
25002         * nis/nis_xdr.c: Likewise.
25003         * nscd/connections.c: Likewise.
25004         * nscd/hstcache.c: Likewise.
25005         * nscd/nscd_gethst_r.c: Likewise.
25006         * nscd/nscd_getserv_r.c: Likewise.
25007         * nscd/nscd_helper.c: Likewise.
25008         * nscd/servicescache.c: Likewise.
25009         * nss/makedb.c: Likewise.
25010         * nss/nss_db/db-XXX.c: Likewise.
25011         * nss/nss_db/db-initgroups.c: Likewise.
25012         * nss/nss_db/db-netgrp.c: Likewise.
25013         * nss/nss_files/files-network.c: Likewise.
25014         * nss/nss_files/files-parse.c: Likewise.
25015         * posix/bug-regex5.c: Likewise.
25016         * posix/fnmatch_loop.c: Likewise.
25017         * posix/regcomp.c: Likewise.
25018         * posix/regexec.c: Likewise.
25019         * posix/tst-rfc3484-2.c: Likewise.
25020         * posix/tst-rfc3484-3.c: Likewise.
25021         * posix/tst-rfc3484.c: Likewise.
25022         * resolv/nss_dns/dns-canon.c: Likewise.
25023         * resolv/nss_dns/dns-network.c: Likewise.
25024         * resolv/res_init.c: Likewise.
25025         * resolv/res_mkquery.c: Likewise.
25026         * resolv/tst-aton.c: Likewise.
25027         * stdlib/cxa_atexit.c: Likewise.
25028         * stdlib/cxa_finalize.c: Likewise.
25029         * stdlib/gen-fpioconst.c: Likewise.
25030         * stdlib/strtol_l.c: Likewise.
25031         * string/tst-endian.c: Likewise.
25032         * sunrpc/auth_des.c: Likewise.
25033         * sunrpc/clnt_udp.c: Likewise.
25034         * sunrpc/rtime.c: Likewise.
25035         * sunrpc/svcauth_des.c: Likewise.
25036         * sunrpc/xdr.c: Likewise.
25037         * sunrpc/xdr_intXX_t.c: Likewise.
25038         * sunrpc/xdr_rec.c: Likewise.
25039         * sysdeps/generic/ldconfig.h: Likewise.
25040         * sysdeps/generic/ldsodefs.h: Likewise.
25041         * sysdeps/generic/memusage.h: Likewise.
25042         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
25043         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
25044         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
25045         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
25046         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
25047         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
25048         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
25049         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
25050         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
25051         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25052         * sysdeps/posix/getaddrinfo.c: Likewise.
25053         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
25054         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25055         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
25056         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
25057         * sysdeps/powerpc/test-gettimebase.c: Likewise.
25058         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
25059         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
25060         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
25061         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
25062         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
25063         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
25064         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
25065         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
25066         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
25067         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
25068         * sysdeps/x86_64/dl-tls.h: Likewise.
25069         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
25070         * time/alt_digit.c: Likewise.
25071         * time/era.c: Likewise.
25072         * wcsmbs/tst-c16c32-1.c: Likewise.
25073
25074 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25075
25076         * math/libm-test.inc (struct test_sincos_data): New type.
25077         (RUN_TEST_LOOP_sincos): New macro.
25078         (sincos_test_data): New variable.
25079         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
25080
25081 2013-05-16  Richard Henderson  <rth@redhat.com>
25082
25083         * math/atest-exp2.c (LIMB64): New macro.
25084         (CONSTSZ): New macro.
25085         (mp_exp1, mp_exp_m1, mp_log2): New variables.
25086         (hexdig): Move ...
25087         (print_mpn_fp): ... to function scope.
25088         (read_mpn_hex): Remove.
25089         (get_log2): Remove.
25090         (exp2_mpn): Use mp_log2.
25091         (main): Use mp_exp1.
25092
25093 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
25094
25095         * math/libm-test.inc: Remove comment about not testing "inexact"
25096         exceptions.
25097         (INEXACT_EXCEPTION): New macro.
25098         (NO_INEXACT_EXCEPTION): Likewise.
25099         (INVALID_EXCEPTION_OK): Update value.
25100         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
25101         (OVERFLOW_EXCEPTION_OK): Likewise.
25102         (UNDERFLOW_EXCEPTION_OK): Likewise.
25103         (IGNORE_ZERO_INF_SIGN): Likewise.
25104         (ERRNO_UNCHANGED): Likewise.
25105         (ERRNO_EDOM): Likewise.
25106         (ERRNO_ERANGE): Likewise.
25107         (test_exceptions): Handle testing "inexact" exceptions.
25108         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
25109         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
25110         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
25111         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
25112         INEXACT_EXCEPTION.
25113         (rint_towardzero_test_data): Likewise.
25114         (rint_downward_test_data): Likewise.
25115         (rint_upward_test_data): Likewise.
25116
25117         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
25118         with OVERFLOW_EXCEPTION.
25119         (exp10_test_data): Likewise.
25120         (exp2_test_data): Likewise.
25121         (expm1_test_data): Likewise.
25122         (lgamma_test_data): Likewise.
25123         (pow_test_data): Likewise.
25124         (tgamma_test_data): Likewise.
25125         (yn_test_data): Remove duplicate test of overflow.
25126
25127         * math/libm-test.inc (struct test_cc_c_data): New type.
25128         (RUN_TEST_LOOP_cc_c): New macro.
25129         (cpow_test_data): New variable.
25130         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
25131
25132         * math/libm-test.inc (struct test_f_L_data): New type.
25133         (RUN_TEST_LOOP_f_L): New macro.
25134         (llrint_test_data): New variable.
25135         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
25136         (llrint_tonearest_test_data): New variable.
25137         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
25138         (llrint_towardzero_test_data): New variable.
25139         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
25140         (llrint_downward_test_data): New variable.
25141         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
25142         (llrint_upward_test_data): New variable.
25143         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
25144         (llround_test_data): New variable.
25145         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
25146
25147 2013-05-13  Peter Collingbourne  <pcc@google.com>
25148
25149         * math/atest-exp2.c (get_log2): Remove const attribute.
25150
25151 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25152
25153         * math/libm-test.inc (struct test_f_l_data): New type.
25154         (RUN_TEST_LOOP_f_l): New macro.
25155         (lrint_test_data): New variable.
25156         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
25157         (lrint_tonearest_test_data): New variable.
25158         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
25159         (lrint_towardzero_test_data): New variable.
25160         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
25161         (lrint_downward_test_data): New variable.
25162         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
25163         (lrint_upward_test_data): New variable.
25164         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
25165         (lround_test_data): New variable.
25166         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
25167
25168 2013-05-15  Peter Collingbourne  <pcc@google.com>
25169
25170         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
25171         (EXTRACT_WORDS64) Use where appropriate.
25172         (INSERT_WORDS64) Likewise.
25173
25174         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
25175         constraints with x constraints.
25176         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
25177
25178         * malloc/obstack.c (_obstack_compat): Add initializer.
25179
25180 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
25181
25182         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
25183         si_trapno and add si_addr_lsb to _sifields.sigfault.
25184         (si_trapno): Remove macro.
25185         (si_addr_lsb): Define new macro.
25186         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
25187
25188 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
25189
25190         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
25191         instead of TEST_f_l.
25192         (llrint_test_tonearest): Likewise.
25193         (llrint_test_towardzero): Likewise.
25194         (llrint_test_downward): Likewise.
25195         (llrint_test_upward): Likewise.
25196         (llround_test): Likewise.
25197
25198         * math/libm-test.inc (struct test_f_i_data): Add comment.
25199         (RUN_TEST_LOOP_f_b): New macro.
25200         (RUN_TEST_LOOP_f_b_tg): Likewise.
25201         (finite_test_data): New variable.
25202         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
25203         (isfinite_test_data): New variable.
25204         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25205         (isinf_test_data): New variable.
25206         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25207         (isnan_test_data): New variable.
25208         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25209         (isnormal_test_data): New variable.
25210         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25211         (issignaling_test_data): New variable.
25212         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25213         (signbit_test_data): New variable.
25214         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
25215
25216         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
25217         with INVALID_EXCEPTION.
25218         (acosh_test_data): Likewise.
25219         (asin_test_data): Likewise.
25220         (atanh_test_data): Likewise.
25221         (fmod_test_data): Likewise.
25222         (log_test_data): Likewise.
25223         (log10_test_data): Likewise.
25224         (log2_test_data): Likewise.
25225         (pow_test_data): Likewise.
25226         (sqrt_test_data): Likewise.
25227         (y0_test_data): Likewise.
25228         (y1_test_data): Likewise.
25229         (yn_test_data): Likewise.
25230
25231         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
25232         function contents.
25233
25234         * math/libm-test.inc (struct test_ff_i_data): New type.
25235         (RUN_TEST_LOOP_ff_i_tg): New macro.
25236         (isgreater_test_data): New variable.
25237         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25238         (isgreaterequal_test_data): New variable.
25239         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25240         (isless_test_data): New variable.
25241         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25242         (islessequal_test_data): New variable.
25243         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25244         (islessgreater_test_data): New variable.
25245         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25246         (isunordered_test_data): New variable.
25247         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
25248
25249 2013-05-14  David S. Miller  <davem@davemloft.net>
25250
25251         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25252
25253 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
25254
25255         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
25256
25257         * math/libm-test.inc (struct test_fF_f1_data): Change type of
25258         extra_test to int.
25259         (struct test_f_i_data): Change type of max_ulp to int.
25260
25261         * math/libm-test.inc (test_ffI_f1_data): New type.
25262         (RUN_TEST_LOOP_ffI_f1): New macro.
25263         (remquo_test_data): New variable.
25264         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
25265
25266         * setjmp/tst-setjmp-fp.c: New file.
25267         * setjmp/Makefile (tests): Add tst-setjmp-fp.
25268         (link-libm): New variable.
25269         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
25270
25271         * math/libm-test.inc (struct test_f_i_data): New type.
25272         (RUN_TEST_LOOP_f_i): New macro.
25273         (RUN_TEST_LOOP_f_i_tg): Likewise.
25274         (fpclassify_test_data): New variable.
25275         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
25276         (ilogb_test_data): New variable.
25277         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
25278
25279         * math/libm-test.inc (scalbln_test): Correct function name in END
25280         call.
25281
25282         * math/libm-test.inc (struct test_f_f1_data): Add comment.
25283         (RUN_TEST_LOOP_fI_f1): New macro.
25284         (frexp_test_data): New variable.
25285         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
25286
25287         * math/libm-test.inc (struct test_fF_f1_data): New type.
25288         (RUN_TEST_LOOP_fF_f1): New macro.
25289         (modf_test_data): New variable.
25290         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
25291
25292         * math/libm-test.inc (struct test_f_f1_data): New type.
25293         (RUN_TEST_LOOP_f_f1): New macro.
25294         (gamma_test_data): New variable.
25295         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25296         (lgamma_test_data): New variable.
25297         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
25298
25299 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
25300
25301         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
25302         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
25303         (main): Comment "tls" pseudo-hwcap.
25304
25305 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
25306
25307         * math/libm-test.inc (struct test_fl_f_data): New type.
25308         (RUN_TEST_LOOP_fl_f): New variable.
25309         (scalbln_test_data): New variable.
25310         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
25311
25312         * math/libm-test.inc (struct test_fi_f_data): New type.
25313         (RUN_TEST_LOOP_fi_f): New macro.
25314         (ldexp_test_data): New variable.
25315         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
25316         (scalbn_test_data): New variable.
25317         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
25318
25319         * math/libm-test.inc (struct test_c_f_data): New type.
25320         (RUN_TEST_LOOP_c_f): New macro.
25321         (cabs_test_data): New variable.
25322         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
25323         (carg_test_data): New variable.
25324         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
25325         (cimag_test_data): New variable.
25326         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
25327         (creal_test_data): New variable.
25328         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
25329
25330         * math/libm-test.inc (struct test_if_f_data): New type.
25331         (RUN_TEST_LOOP_if_f): New macro.
25332         (jn_test_data): New variable.
25333         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
25334         (yn_test_data): New variable.
25335         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
25336
25337         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
25338
25339 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25340
25341         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
25342         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
25343
25344 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
25345
25346         * benchtests/Makefile (CPPFLAGS-nonlib): Add
25347         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
25348         (bench-deps): Add bench-timing.h.
25349         * benchtests-bench-skeleton.c: Include bench-timing.h.
25350         (main): Use TIMING_* macros instead of clock_gettime.
25351         * benchtests/bench-timing.h: New file.
25352
25353         [BZ #14582]
25354         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
25355         Renamed from _LIB_VERSION.
25356         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
25357
25358 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
25359
25360         * math/libm-test.inc (struct test_fff_f_data): New type.
25361         (RUN_TEST_LOOP_fff_f): New macro.
25362         (fma_test_data): New variable.
25363         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
25364         (fma_towardzero_test_data): New variable.
25365         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
25366         (fma_downward_test_data): New variable.
25367         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
25368         (fma_upward_test_data): New variable.
25369         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
25370
25371         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
25372         (struct test_c_c_data): New type.
25373         (RUN_TEST_LOOP_c_c): New macro.
25374         (cacos_test_data): New variable.
25375         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
25376         (cacosh_test_data): New variable.
25377         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
25378         (casin_test_data): New variable.
25379         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
25380         (casinh_test_data): New variable.
25381         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
25382         (catan_test_data): New variable.
25383         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
25384         (catanh_test_data): New variable.
25385         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
25386         (ccos_test_data): New variable.
25387         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
25388         (ccosh_test_data): New variable.
25389         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
25390         (cexp_test_data): New variable.
25391         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
25392         (clog_test_data): New variable.
25393         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
25394         (clog10_test_data): New variable.
25395         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
25396         (conj_test_data): New variable.
25397         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
25398         (cproj_test_data): New variable.
25399         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
25400         (csin_test_data): New variable.
25401         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
25402         (csinh_test_data): New variable.
25403         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
25404         (csqrt_test_data): New variable.
25405         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
25406         (ctan_test_data): New variable.
25407         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
25408         (ctan_tonearest_test_data): New variable.
25409         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25410         (ctan_towardzero_test_data): New variable.
25411         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25412         (ctan_downward_test_data): New variable.
25413         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25414         (ctan_upward_test_data): New variable.
25415         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25416         (ctanh_test_data): New variable.
25417         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
25418         (ctanh_tonearest_test_data): New variable.
25419         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
25420         (ctanh_towardzero_test_data): New variable.
25421         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
25422         (ctanh_downward_test_data): New variable.
25423         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
25424         (ctanh_upward_test_data): New variable.
25425         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
25426         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
25427         of BUILD_COMPLEX.
25428
25429         * math/libm-test.inc (struct test_ff_f_data): New type.
25430         (struct test_ff_f_data_nexttoward): Likewise.
25431         (RUN_TEST_LOOP_2_f): New macro.
25432         (RUN_TEST_LOOP_ff_f): Likewise.
25433         (atan2_test_data): New variable.
25434         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
25435         (copysign_test_data): New variable.
25436         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
25437         (fdim_test_data): New variable.
25438         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
25439         (fmax_test_data): New variable.
25440         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
25441         (fmin_test_data): New variable.
25442         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
25443         (fmod_test_data): New variable.
25444         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
25445         (hypot_test_data): New variable.
25446         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
25447         (nextafter_test_data): New variable.
25448         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
25449         (nexttoward_test_data): New variable.
25450         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
25451         (pow_test_data): New variable.
25452         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
25453         (pow_tonearest_test_data): New variable.
25454         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
25455         (pow_towardzero_test_data): New variable.
25456         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
25457         (pow_downward_test_data): New variable.
25458         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
25459         (pow_upward_test_data): New variable.
25460         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
25461         (remainder_test_data): New variable.
25462         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
25463         (scalb_test_data): New variable.
25464         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
25465         * sysdeps/i386/fpu/libm-test-ulps: Update.
25466
25467 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
25468
25469         * math/libm-test.inc (fma_test): Use max_value instead of local
25470         variable fltmax.
25471         (nextafter_test): Likewise.
25472
25473         * math/libm-test.inc (acos_towardzero_test_data): New variable.
25474         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25475         (acos_downward_test_data): New variable.
25476         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25477         (acos_upward_test_data): New variable.
25478         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25479         (acosh_test_data): New variable.
25480         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
25481         (asin_test_data): New variable.
25482         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
25483         (asin_tonearest_test_data): New variable.
25484         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25485         (asin_towardzero_test_data): New variable.
25486         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25487         (asin_downward_test_data): New variable.
25488         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25489         (asin_upward_test_data): New variable.
25490         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25491         (asinh_test_data): New variable.
25492         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
25493         (atan_test_data): New variable.
25494         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
25495         (atanh_test_data): New variable.
25496         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
25497         (cbrt_test_data): New variable.
25498         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
25499         (ceil_test_data): New variable.
25500         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
25501         (cos_test_data): New variable.
25502         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
25503         (cos_tonearest_test_data): New variable.
25504         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25505         (cos_towardzero_test_data): New variable.
25506         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25507         (cos_downward_test_data): New variable.
25508         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25509         (cos_upward_test_data): New variable.
25510         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25511         (cosh_test_data): New variable.
25512         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
25513         (cosh_tonearest_test_data): New variable.
25514         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25515         (cosh_towardzero_test_data): New variable.
25516         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25517         (cosh_downward_test_data): New variable.
25518         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25519         (cosh_upward_test_data): New variable.
25520         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25521         (erf_test_data): New variable.
25522         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
25523         (erfc_test_data): New variable.
25524         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
25525         (exp_test_data): New variable.
25526         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
25527         (exp_tonearest_test_data): New variable.
25528         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25529         (exp_towardzero_test_data): New variable.
25530         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25531         (exp_downward_test_data): New variable.
25532         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25533         (exp_upward_test_data): New variable.
25534         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25535         (exp10_test_data): New variable.
25536         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
25537         (exp2_test_data): New variable.
25538         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
25539         (expm1_test_data): New variable.
25540         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
25541         (fabs_test_data): New variable.
25542         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
25543         (floor_test_data): New variable.
25544         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
25545         (j0_test_data): New variable.
25546         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
25547         (j1_test_data): New variable.
25548         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
25549         (log_test_data): New variable.
25550         (log_test): Run tests with RUN_TEST_LOOP_f_f.
25551         (log10_test_data): New variable.
25552         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
25553         (log1p_test_data): New variable.
25554         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
25555         (log2_test_data): New variable.
25556         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
25557         (logb_test_data): New variable.
25558         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
25559         (logb_downward_test_data): New variable.
25560         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25561         (nearbyint_test_data): New variable.
25562         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
25563         (rint_test_data): New variable.
25564         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
25565         (rint_tonearest_test_data): New variable.
25566         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25567         (rint_towardzero_test_data): New variable.
25568         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25569         (rint_downward_test_data): New variable.
25570         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25571         (rint_upward_test_data): New variable.
25572         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25573         (round_test_data): New variable.
25574         (round_test): Run tests with RUN_TEST_LOOP_f_f.
25575         (sin_test_data): New variable.
25576         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
25577         (sin_tonearest_test_data): New variable.
25578         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25579         (sin_towardzero_test_data): New variable.
25580         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25581         (sin_downward_test_data): New variable.
25582         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25583         (sin_upward_test_data): New variable.
25584         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25585         (sinh_test_data): New variable.
25586         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25587         (sinh_tonearest_test_data): New variable.
25588         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25589         (sinh_towardzero_test_data): New variable.
25590         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25591         (sinh_downward_test_data): New variable.
25592         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25593         (sinh_upward_test_data): New variable.
25594         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25595         (sqrt_test_data): New variable.
25596         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25597         (tan_test_data): New variable.
25598         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25599         (tan_tonearest_test_data): New variable.
25600         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25601         (tan_towardzero_test_data): New variable.
25602         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25603         (tan_downward_test_data): New variable.
25604         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25605         (tan_upward_test_data): New variable.
25606         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25607         (tanh_test_data): New variable.
25608         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25609         (tgamma_test_data): New variable.
25610         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25611         (trunc_test_data): New variable.
25612         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25613         (y0_test_data): New variable.
25614         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25615         (y1_test_data): New variable.
25616         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25617         (significand_test_data): New variable.
25618         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25619
25620 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
25621
25622         [BZ #12387]
25623         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25624
25625 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
25626
25627         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25628
25629 2013-05-10  Andreas Jaeger  <aj@suse.de>
25630
25631         [BZ #15448]
25632         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25633         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25634
25635 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25636
25637         * math/gen-libm-test.pl (adjust_arg): New function.
25638         (special_functions): Handle generating output in both functions
25639         and arrays.
25640         (parse_args): Likewise.
25641         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
25642         $in_func argument to parse_args.
25643         * math/libm-test.inc (struct test_f_f_data): New type.
25644         (IF_ROUND_INIT_): New macro.
25645         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25646         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25647         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25648         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25649         (ROUND_RESTORE_): Likewise.
25650         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25651         (ROUND_RESTORE_FE_TONEAREST): Likewise.
25652         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25653         (ROUND_RESTORE_FE_UPWARD): Likewise.
25654         (RUN_TEST_LOOP_f_f): New macro.
25655         (acos_test_data): New variable.
25656         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25657         (acos_tonearest_test_data): New variable.
25658         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25659
25660 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25661
25662         * benchtests/bench-skeleton.c (startup): Fix coding style.
25663
25664 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25665
25666         [BZ #6809]
25667         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25668         negative infinity argument.
25669         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25670         negative infinity argument.
25671         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25672         negative infinity argument.
25673         * math/libm-test.inc (tgamma_test): Expect errno to be set for
25674         domain errors.
25675
25676 2013-05-10  Florian Weimer  <fweimer@redhat.com>
25677
25678         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25679         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25680         * iconv/iconv_prog.c (main): Likewise.
25681         * locale/programs/charmap-dir.c (charmap_readdir)
25682         (fopen_uncompressed): Likewise.
25683         * locale/programs/locfile.c (siblings_uncached)
25684         (write_locale_data): Use lstat64 instead of lstat.
25685         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25686         stat.
25687
25688 2013-05-10  Andreas Jaeger  <aj@suse.de>
25689
25690         [BZ #15395]
25691         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25692         localization.
25693         Include <locale.h>.
25694
25695 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
25696
25697         * elf/dl-close.c (_dl_close_worker): Add comments.
25698
25699 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
25700
25701         [BZ #15359]
25702         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25703         high part of pi/2.
25704         (__ieee754_rem_pio2l): Update comments.
25705
25706         [BZ #15429]
25707         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25708         high part of pi/2.
25709         (__ieee754_rem_pio2l): Update comments.
25710
25711         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25712         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25713
25714         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25715         M_PI_4l.
25716
25717         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25718         (M_PI_34_LOG10El): Likewise.
25719         (M_PI2_LOG10El): Likewise.
25720         (M_PI4_LOG10El): Likewise.
25721         (M_PI_LOG10El): Likewise.
25722
25723 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25724
25725         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25726
25727 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
25728
25729         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25730         (MINUS_ZERO_INIT): Likewise.
25731         (PLUS_INFTY_INIT): Likewise.
25732         (MINUS_INFTY_INIT): Likewise.
25733         (QNAN_VALUE_INIT): Likewise.
25734         (MAX_VALUE_INIT): Likewise.
25735         (MIN_VALUE_INIT): Likewise.
25736         (MIN_SUBNORM_VALUE_INIT): Likewise.
25737         (plus_zero): Initialize with PLUS_ZERO_INIT.
25738         (minus_zero): Initialize with MINUS_ZERO_INIT.
25739         (plus_infty): Initialize with PLUS_INFTY_INIT.
25740         (minus_infty): Initialize with MINUS_INFTY_INIT.
25741         (qnan_value): Initialize with QNAN_VALUE_INIT.
25742         (max_value): Initialize with MAX_VALUE_INIT.
25743         (min_value): Initialize with MIN_VALUE_INIT.
25744         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25745
25746         * math/libm-test.inc (RUN_TEST_if_f): New macro.
25747         (jn_test): Use TEST_if_f instead of TEST_ff_f.
25748         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
25749         (yn_test): Use TEST_if_f instead of TEST_ff_f.
25750
25751         * math/libm-test.inc (RUN_TEST_f_f): New macro.
25752         (RUN_TEST_2_f): Likewise.
25753         (RUN_TEST_ff_f): Likewise.
25754         (RUN_TEST_fi_f): Likewise.
25755         (RUN_TEST_fl_f): Likewise.
25756         (RUN_TEST_fff_f): Likewise.
25757         (RUN_TEST_c_f): Likewise.
25758         (RUN_TEST_f_f1): Likewise.
25759         (RUN_TEST_fF_f1): Likewise.
25760         (RUN_TEST_fI_f1): Likewise.
25761         (RUN_TEST_ffI_f1): Likewise.
25762         (RUN_TEST_c_c): Likewise.
25763         (RUN_TEST_cc_c): Likewise.
25764         (RUN_TEST_f_i): Likewise.
25765         (RUN_TEST_f_i_tg): Likewise.
25766         (RUN_TEST_ff_i_tg): Likewise.
25767         (RUN_TEST_f_b): Likewise.
25768         (RUN_TEST_f_b_tg): Likewise.
25769         (RUN_TEST_f_l): Likewise.
25770         (RUN_TEST_f_L): Likewise.
25771         (RUN_TEST_sincos): Likewise.
25772         * math/gen-libm-test.pl (new_test): Take new argument to indicate
25773         whether to show exceptions.  Do not include ");\n" in return
25774         value.
25775         (special_functions): Output call to RUN_TEST_sincos instead of
25776         check_float calls.  Update calls to new_test.
25777         (parse_args): Output call to single RUN_TEST_* macro instead of
25778         check_* calls and other assignments.  Update calls to new_test.
25779
25780         [BZ #2546]
25781         [BZ #2560]
25782         [BZ #5159]
25783         [BZ #15426]
25784         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
25785         input to result for tgamma overflow.
25786         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
25787         (gamma_coeff): New variable.
25788         (NCOEFF): New macro.
25789         (gamma_positive): New function.
25790         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
25791         underflow here.  Use gamma_positive instead of exp (lgamma) for
25792         other arguments.
25793         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
25794         (gamma_coeff): New variable.
25795         (NCOEFF): New macro.
25796         (gammaf_positive): New function.
25797         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
25798         underflow here.  Use gamma_positive instead of exp (lgamma) for
25799         other arguments.
25800         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
25801         (gamma_coeff): New variable.
25802         (NCOEFF): New macro.
25803         (gammal_positive): New function.
25804         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
25805         underflow here.  Use gamma_positive instead of exp (lgamma) for
25806         other arguments.
25807         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
25808         (gamma_coeff): New variable.
25809         (NCOEFF): New macro.
25810         (gammal_positive): New function.
25811         (__ieee754_gammal_r): Handle positive infinity, overflow and
25812         underflow here.  Handle NaN the same as positive infinity.  Remove
25813         check x < 0xffffffff for negative integers.  Use gamma_positive
25814         instead of exp (lgamma) for other arguments.
25815         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
25816         (gamma_coeff): New variable.
25817         (NCOEFF): New macro.
25818         (gammal_positive): New function.
25819         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
25820         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
25821         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
25822         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
25823         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
25824         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
25825         * sysdeps/generic/math_private.h (__gamma_productf): New
25826         prototype.
25827         (__gamma_product): Likewise.
25828         (__gamma_productl): Likewise.
25829         * math/Makefile (libm-calls): Add gamma_product.
25830         * math/libm-test.inc (tgamma_test): Add more tests.
25831         * sysdeps/i386/fpu/libm-test-ulps: Update.
25832         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25833
25834 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
25835
25836         * benchtests/bench-skeleton.c (main): Preheat CPU.
25837
25838 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
25839
25840         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
25841
25842 2013-05-07  Roland McGrath  <roland@hack.frob.com>
25843
25844         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
25845         and _dl_skip_args_internal.
25846
25847 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
25848
25849         * manual/message.texi (Message Translation): Talk about users.
25850         Message to key mapping impacts design.
25851
25852 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25853
25854         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
25855
25856         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
25857
25858         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
25859         * sysdeps/wordsize-64/glob64.c: ... here.
25860
25861         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
25862         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
25863         New macros.
25864
25865         * debug/getlogin_r_chk.c: Moved to ...
25866         * login/getlogin_r_chk.c: ... here.
25867         * debug/Makefile (routines): Move getlogin_r_chk to ...
25868         * login/Makefile (routines): ... here.
25869         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
25870         * login/Versions (libc: GLIBC_2.4): ... here.
25871
25872         * io/poll.c (__poll): Renamed from poll.
25873         Add libc_hidden_def.
25874         (poll): Define as weak alias.
25875
25876         * debug/ptsname_r_chk.c: Moved to ...
25877         * login/ptsname_r_chk.c: ... here.
25878         * debug/Makefile (routines): Move ptsname_r_chk to ...
25879         * login/Makefile (routines): ... here.
25880         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
25881         * login/Versions (libc: GLIBC_2.4): ... here.
25882
25883         * posix/getlogin.c: Moved to ...
25884         * login/getlogin.c: ... here.
25885         * posix/getlogin_r.c: Moved to ...
25886         * login/getlogin_r.c: ... here.
25887         * posix/getlogin_r.c: Moved to ...
25888         * login/getlogin_r.c: ... here.
25889         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
25890         * login/Makefile (routines): ... here.
25891         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
25892         * login/Versions (libc: GLIBC_2.0): ... here.
25893
25894         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
25895         (setrlimit): Define as weak alias.
25896
25897         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
25898         Call __ names for open, ftruncate, and close.
25899         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
25900         (truncate): Define as weak alias.
25901
25902 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
25903
25904         * math/gen-libm-test.pl (parse_args): Initialize x before each
25905         test of frexp, modf and remquo.
25906
25907         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
25908         test signgam value.
25909
25910 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25911
25912         [BZ #15418]
25913         [BZ #15419]
25914         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
25915         internal tests.
25916         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25917
25918 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25919
25920         * elf/dl-writev.h: New file.
25921         * elf/dl-misc.c: Include it.
25922         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
25923         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
25924
25925 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
25926
25927         * math/libm-test.inc (noXFails): Remove variable.
25928         (noXPasses): Likewise.
25929         (BUILD_COMPLEX_INT): Remove macro.
25930         (print_screen): Remove xfail argument.
25931         (print_screen_max_error): Likewise.
25932         (update_stats): Likewise.
25933         (print_max_error): Likewise.  Update calls to other affected
25934         functions.
25935         (print_complex_max_error): Likewise.
25936         (test_single_exception): Update calls to print_screen.
25937         (test_single_errno): Likewise.
25938         (check_float_internal): Remove xfail argument.  Update calls to
25939         other affected functions.
25940         (check_float): Likewise.
25941         (check_complex): Likewise.
25942         (check_int): Likewise.
25943         (check_long): Likewise.
25944         (check_bool): Likewise.
25945         (check_longlong): Likewise.
25946         (main): Don't print noXFails and noXPasses.
25947         * math/gen-libm-test.pl (top level): Don't mention expected
25948         failure handling in comment.
25949         (new_test): Don't handle expected failures.
25950         (parse_args): Don't mention expected failure handling in comment.
25951         (generate_testfile): Don't handle expected failures.
25952         (parse_ulps): Likewise.
25953         (print_ulps_file): Likewise.
25954         (get_failure): Remove function.
25955         (output_test): Don't handle expected failures.
25956         * make/README.libm-test: Don't mention expected failure handling.
25957
25958         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
25959         (minus_zero): Likewise.
25960         (plus_infty): Likewise.
25961         (minus_infty): Likewise.
25962         (qnan_value): Likewise.
25963         (max_value): Likewise.
25964         (min_value): Likewise.
25965         (min_subnorm_value): Likewise.
25966         (initialize): Do not initialize those variables dynamically.
25967
25968 2013-05-03  Roland McGrath  <roland@hack.frob.com>
25969
25970         * io/open.c (__open_2): Moved to ...
25971         * io/open_2.c: ... this new file.
25972         * io/open64.c (__open64_2): Moved to ...
25973         * io/open64_2.c: ... this new file.
25974         * io/openat.c (__openat_2): Moved to ...
25975         * io/openat_2.c: ... this new file.
25976         * io/openat64.c (__openat64_2): Moved to ...
25977         * io/openat64_2.c: ... this new file.
25978         * io/Makefile (routines): Add them.
25979         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
25980         * sysdeps/unix/sysv/linux/open_2.c: File removed.
25981         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
25982         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
25983         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
25984         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
25985         (__openat64): Add hidden_ver.
25986         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
25987         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
25988
25989         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
25990         Separately conditionalize setting of GLRO(dl_sysinfo) so
25991         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
25992         as well, but the actual setting is only under [NEED_DL_SYSINFO].
25993
25994 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25995
25996         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
25997         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
25998         definition.
25999         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
26000         * sysdeps/unix/sysv/linux/powerpc/init-first.c
26001         (_libc_vdso_platform_setup): Add __vdso_time initialization.
26002         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
26003         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
26004
26005 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
26006
26007         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
26008         test signgam value.
26009
26010         * math/libm-test.inc (hypot_test): Do not use
26011         IGNORE_ZERO_INF_SIGN.
26012
26013 2013-05-03  Andreas Jaeger  <aj@suse.de>
26014
26015         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
26016         Linux 3.9.
26017         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
26018         (PF_MAX): Adjust for VSOCK change.
26019
26020 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26021
26022         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26023
26024 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
26025
26026         [BZ #15264]
26027         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
26028         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
26029         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
26030
26031 2013-05-02  David S. Miller  <davem@davemloft.net>
26032
26033         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26034
26035 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
26036
26037         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
26038
26039 2013-05-01  Roland McGrath  <roland@hack.frob.com>
26040
26041         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
26042
26043 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
26044
26045         [BZ #14952]
26046         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
26047         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26048         Use __attribute__ ((__gnu_inline__)).
26049         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
26050         Don't use __attribute__ ((__gnu_inline__)).
26051
26052 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
26053
26054         [BZ #15423]
26055         * math/s_catan.c (__catan): Handle small real or imaginary part of
26056         input specially to avoid spurious underflow.
26057         * math/s_catanf.c (__catanf): Likewise.
26058         * math/s_catanh.c (__catanh): Likewise.
26059         * math/s_catanhf.c (__catanhf): Likewise.
26060         * math/s_catanhl.c (__catanhl): Likewise.
26061         * math/s_catanl.c (__catanl): Likewise.
26062         * math/libm-test.inc (catan_test): Add more tests.
26063         (catanh_test): Likewise.
26064         * sysdeps/i386/fpu/libm-test-ulps: Update.
26065         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26066
26067 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26068
26069         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26070
26071 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
26072
26073         [BZ #15416]
26074         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
26075         accurately for denominator in atan2.
26076         * math/s_catanf.c (__catanf): Likewise.
26077         * math/s_catanh.c (__catanh): Likewise.
26078         * math/s_catanhf.c (__catanhf): Likewise.
26079         * math/s_catanhl.c (__catanhl): Likewise.
26080         * math/s_catanl.c (__catanl): Likewise.
26081         * math/libm-test.inc (catan_test): Add more tests.
26082         (catanh_test): Likewise.
26083         * sysdeps/i386/fpu/libm-test-ulps: Update.
26084         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26085
26086 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26087
26088         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
26089
26090         * benchtests/Makefile (bench): Remove slow benchmarks.
26091         * benchtests/atan-inputs: Add slow benchmark inputs.
26092         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
26093         (BENCH_FUNC): Accept variant offset.
26094         (VARIANT): Define.
26095         * benchtests/bench-skeleton.c (main): Run benchmark for each
26096         variant.
26097         * benchtests/cos-inputs: Add slow benchmark inputs.
26098         * benchtests/exp-inputs: Likewise.
26099         * benchtests/pow-inputs: Likewise.
26100         * benchtests/sin-inputs: Likewise.
26101         * benchtests/slowatan-inputs: Remove.
26102         * benchtests/slowatan.c: Remove.
26103         * benchtests/slowcos-inputs: Remove.
26104         * benchtests/slowcos.c: Remove.
26105         * benchtests/slowexp-inputs: Remove.
26106         * benchtests/slowexp.c: Remove.
26107         * benchtests/slowpow-inputs: Remove.
26108         * benchtests/slowpow.c: Remove.
26109         * benchtests/slowsin-inputs: Remove.
26110         * benchtests/slowsin.c: Remove.
26111         * benchtests/slowtan-inputs: Remove.
26112         * benchtests/slowtan.c: Remove.
26113         * benchtests/tan-inputs: Add slow benchmark inputs.
26114         * scripts/bench.pl: Parse comments and directives.
26115
26116         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
26117         in CPPFLAGS.
26118         ($(objpfx)bench-%.c): Remove *-ITER.
26119         * benchtests/bench-modf.c: Remove definition of ITER.
26120         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
26121         (main): Loop for DURATION seconds instead of fixed number of
26122         iterations.
26123         * scripts/bench.pl: Don't expect iterations in parameters.
26124
26125 2013-04-29  Roland McGrath  <roland@hack.frob.com>
26126
26127         * io/fchdir.c (__fchdir): Renamed from fchdir.
26128         (fchdir): Define as weak alias.
26129
26130 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26131
26132         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
26133         (ERRNO_EDOM): Likewise.
26134         (ERRNO_ERANGE): Likewise.
26135         (noErrnoTests): New variable.
26136         (init_max_error): Set errno to 0.
26137         (test_single_errno): New function.
26138         (test_errno): Likewise.
26139         (check_float_internal): Call test_errno.  Set errno to 0.
26140         (check_complex): Refer to errno tests in comment.
26141         (check_int): Call test_errno.  Set errno to 0.
26142         (check_long): Likewise.
26143         (check_bool): Likewise.
26144         (check_longlong): Likewise.
26145         (cos_test): Use ERRNO_* flags for errno tests instead of
26146         check_int.
26147         (expm1_test): Likewise.
26148         (fmod_test): Likewise.
26149         (ilogb_test): Likewise.
26150         (lgamma_test): Likewise.
26151         (pow_test): Likewise.
26152         (remainder_test): Likewise.
26153         (sin_test): Likewise.
26154         (tan_test): Likewise.
26155         (yn_test): Likewise.
26156         (initialize): Set errno to 0.
26157         (main): Print number of errno tests.
26158         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
26159
26160 2013-04-29  Andreas Jaeger  <aj@suse.de>
26161
26162         [BZ #15084]
26163         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
26164         and RES_USEVC.
26165
26166         [BZ #15085]
26167         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
26168         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
26169         unimplemented.
26170
26171         [BZ #15380]
26172         * stdlib/random.c (__initstate): Return NULL if
26173         __initstate fails.
26174
26175         [BZ #15086]
26176         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
26177         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
26178         RES_SNGLKUPREOP.
26179
26180 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26181
26182         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26183
26184 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
26185
26186         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
26187         of individual tests.
26188         (casin_test): Likewise.
26189         (casinh_test): Likewise.
26190
26191 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
26192
26193         [BZ #15409]
26194         * math/s_catan.c (__catan): Handle arguments with large real or
26195         imaginary part separately without squaring.
26196         * math/s_catanf.c (__catanf): Likewise.
26197         * math/s_catanh.c (__catanh): Likewise.
26198         * math/s_catanhf.c (__catanhf): Likewise.
26199         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26200         and redefine.
26201         (__catanhl): Handle arguments with large real or imaginary part
26202         separately without squaring.
26203         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
26204         and redefine.
26205         (__catanl): Handle arguments with large real or imaginary part
26206         separately without squaring.
26207         * math/libm-test.inc (catan_test): Add more tests.
26208         (catanh_test): Likewise.
26209         * sysdeps/i386/fpu/libm-test-ulps: Update.
26210         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26211
26212 2013-04-27  Andreas Jaeger  <aj@suse.de>
26213
26214         [BZ #15007]
26215         * stdlib/stdlib.h: Update guards for qecvt.
26216         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
26217         <stdlib.h>.
26218
26219 2013-04-27  Allan McRae  <allan@archlinux.org>
26220
26221         * sysdeps/i386/fpu/libm-test-ulps: Update.
26222
26223 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
26224
26225         [BZ #15406]
26226         * math/s_catan.c: Include <float.h>.
26227         (__catan): Ensure underflow exception occurs for underflowed
26228         result.
26229         * math/s_catanf.c: Include <float.h>.
26230         (__catanf): Ensure underflow exception occurs for underflowed
26231         result.
26232         * math/s_catanh.c: Include <float.h>.
26233         (__catanh): Ensure underflow exception occurs for underflowed
26234         result.
26235         * math/s_catanhf.c: Include <float.h>.
26236         (__catanhf): Ensure underflow exception occurs for underflowed
26237         result.
26238         * math/s_catanhl.c: Include <float.h>.
26239         (__catanhl): Ensure underflow exception occurs for underflowed
26240         result.
26241         * math/s_catanl.c: Include <float.h>.
26242         (__catanl): Ensure underflow exception occurs for underflowed
26243         result.
26244         * math/libm-test.inc (catan_test): Add more tests.
26245         (catanh_test): Likewise.
26246
26247         [BZ #15405]
26248         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
26249         underflowed result.
26250         * math/s_ccoshf.c (__ccoshf): Likewise.
26251         * math/s_ccoshl.c (__ccoshl): Likewise.
26252         * math/s_csin.c (__csin): Likewise.
26253         * math/s_csinf.c (__csinf): Likewise.
26254         * math/s_csinh.c (__csinh): Likewise.
26255         * math/s_csinhf.c (__csinhf): Likewise.
26256         * math/s_csinhl.c (__csinhl): Likewise.
26257         * math/s_csinl.c (__csinl): Likewise.
26258         * math/libm-test.inc (ccos_test): Add more tests.
26259         (ccosh_test): Likewise.
26260         (csin_test): Likewise.
26261         (csinh_test): Likewise.
26262
26263 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26264
26265         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
26266         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
26267         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
26268         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
26269         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
26270         powerpc/power5+/fpu folders.
26271         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
26272
26273
26274 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
26275
26276         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26277
26278 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
26279
26280         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
26281         additions to variable.
26282         [$(config-machine) = x86_64] (modules-names): Likewise.
26283         ($(objpfx)tst-audit3): Remove dependency.
26284         ($(objpfx)tst-audit3.out): Likewise.
26285         ($(objpfx)tst-audit4): Likewise.
26286         ($(objpfx)tst-audit4.out): Likewise.
26287         ($(objpfx)tst-audit5): Likewise.
26288         ($(objpfx)tst-audit5.out): Likewise.
26289         ($(objpfx)tst-audit6): Likewise.
26290         ($(objpfx)tst-audit6.out): Likewise.
26291         ($(objpfx)tst-audit7): Likewise.
26292         ($(objpfx)tst-audit7.out): Likewise.
26293         (tst-audit3-ENV): Remove variable.
26294         (tst-audit4-ENV): Likewise.
26295         (tst-audit5-ENV): Likewise.
26296         (tst-audit6-ENV): Likewise.
26297         (tst-audit7-ENV): Likewise.
26298         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
26299         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
26300         addition to variable.
26301         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
26302         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
26303         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
26304         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
26305         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
26306         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
26307         tst-audit3, tst-audit4 and tst-audit5.
26308         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
26309         tst-audit6 and tst-audit7.
26310         [$(subdir) = elf] (modules-names): Add audit modules for those
26311         tests.
26312         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
26313         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
26314         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
26315         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
26316         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
26317         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
26318         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
26319         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
26320         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
26321         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
26322         [$(subdir) = elf] (tst-audit3-ENV): New variable.
26323         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
26324         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
26325         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
26326         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
26327         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
26328         Likewise.
26329         [$(subdir) = elf && $(config-cflags-avx) = yes]
26330         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
26331         [$(subdir) = elf && $(config-cflags-avx) = yes]
26332         (CFLAGS-tst-auditmod4a.c): Likewise.
26333         [$(subdir) = elf && $(config-cflags-avx) = yes]
26334         (CFLAGS-tst-auditmod4b.c): Likewise.
26335         [$(subdir) = elf && $(config-cflags-avx) = yes]
26336         (CFLAGS-tst-auditmod6b.c): Likewise.
26337         [$(subdir) = elf && $(config-cflags-avx) = yes]
26338         (CFLAGS-tst-auditmod6c.c): Likewise.
26339         [$(subdir) = elf && $(config-cflags-avx) = yes]
26340         (CFLAGS-tst-auditmod7b.c): Likewise.
26341         * elf/tst-audit3.c: Move to ...
26342         * sysdeps/x86_64/tst-audit3.c: ... here.
26343         * elf/tst-audit4.c: Move to ...
26344         * sysdeps/x86_64/tst-audit4.c: ... here.
26345         * elf/tst-audit5.c: Move to ...
26346         * sysdeps/x86_64/tst-audit5.c: ... here.
26347         * elf/tst-audit6.c: Move to ...
26348         * sysdeps/x86_64/tst-audit6.c: ... here.
26349         * elf/tst-audit7.c: Move to ...
26350         * sysdeps/x86_64/tst-audit7.c: ... here.
26351         * elf/tst-auditmod3a.c: Move to ...
26352         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
26353         * elf/tst-auditmod3b.c: Move to ...
26354         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
26355         * elf/tst-auditmod4a.c: Move to ...
26356         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
26357         * elf/tst-auditmod4b.c: Move to ...
26358         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
26359         * elf/tst-auditmod5a.c: Move to ...
26360         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
26361         * elf/tst-auditmod5b.c: Move to ...
26362         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
26363         * elf/tst-auditmod6a.c: Move to ...
26364         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
26365         * elf/tst-auditmod6b.c: Move to ...
26366         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
26367         * elf/tst-auditmod6c.c: Move to ...
26368         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
26369         * elf/tst-auditmod7a.c: Move to ...
26370         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
26371         * elf/tst-auditmod7b.c: Move to ...
26372         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
26373
26374 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
26375
26376         [BZ #15366]
26377         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
26378         define unconditionally.
26379         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
26380         define unconditionally.
26381         (INT8_C, INT16_C, etc.): Likewise.
26382
26383 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
26384
26385         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
26386         __ehdr_start with hidden visibility.
26387
26388         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
26389
26390 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
26391
26392         * math/libm-test.inc (cos_test): Use accurate hex constants.
26393         (sincost_test): Likewise.
26394
26395 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
26396
26397         * math/libm-test.inc (catan_test): Add more tests.
26398         (catanh_test): Likewise.
26399
26400         * math/s_catanf.c (__catanf): Use suffixed floating-point
26401         constants.
26402         * math/s_catanhf.c (__catanhf): Likewise.
26403         * math/s_catanhl.c (__catanhl): Likewise.
26404         * math/s_catanl.c (__catanl): Likewise.
26405
26406         [BZ #15394]
26407         * math/s_catan.c (__catan): Calculate imaginary part of result
26408         with log1p not log unless computing log of number close to 0.
26409         * math/s_catanf.c (__catanf): Likewise.
26410         * math/s_catanl.c (__catanl): Likewise.
26411         * math/s_catanh.c (__catanh): Calculate real part of result with
26412         log1p not log unless computing log of number close to 0.
26413         * math/s_catanhf.c (__catanhf): Likewise.
26414         * math/s_catanhl.c (__catanhl): Likewise.
26415         * math/libm-test.inc (catan_test): Add more tests.
26416         (catanh_test): Likewise.
26417         * sysdeps/i386/fpu/libm-test-ulps: Update.
26418         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26419
26420 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26421
26422         * benchtests/Makefile: Mention files in which fast and slow
26423         paths of math functions are implemented.
26424
26425 2013-04-23  Roland McGrath  <roland@hack.frob.com>
26426
26427         * sysdeps/posix/timespec_get.c: New file.
26428
26429 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26430
26431         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
26432         POWER.
26433         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
26434         for POWER.
26435         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
26436         powerpc/power5/fpu folders.
26437         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
26438         * benchtests/Makefile: Add modf testcase.
26439         * benchtests/bench-modf.c: New file: Benchmark test for mo
26440
26441 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
26442
26443         [BZ #14888]
26444         * time/Makefile (tests): Add tst-strptime-whitespace.
26445         * time/strptime_l.c (get_number): Use ISSPACE.
26446         (__strptime_internal): Likewise.
26447         * time/tst-strptime-whitespace.c: New test case.
26448
26449 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
26450
26451         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
26452         member.
26453         (_nss_files_init): Set it here.
26454
26455 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
26456
26457         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
26458         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
26459         unsigned.
26460
26461 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
26462
26463         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
26464
26465 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
26466
26467         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
26468         size just once.
26469
26470 2013-04-21  David S. Miller  <davem@davemloft.net>
26471
26472         * po/ru.po: Update Russion translation from translation project.
26473
26474 2013-04-17  Adam Conrad  <adconrad@0c3.net>
26475
26476         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
26477         and setfsgid.
26478
26479 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
26480
26481         * configure.in: Remove i386 configure warning. Remove i386 case.
26482         * configure: Regenerate.
26483         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
26484         Add example to error message.
26485         * sysdeps/i386/configure: Regenerate.
26486
26487 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
26488
26489         * benchtests/Makefile (bench): Add cos, tan, slowcos and
26490         slowtan.
26491         * benchtests/cos-inputs: New file.
26492         * benchtests/slowcos-inputs: New file.
26493         * benchtests/slowcos.c: New file.
26494         * benchtests/slowtan-inputs: New file.
26495         * benchtests/slowtan.c: New file.
26496         * benchtests/tan-inputs: New file.
26497
26498 2013-04-16  Roland McGrath  <roland@hack.frob.com>
26499
26500         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
26501         considered kosher.
26502
26503 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
26504
26505         * benchtests/Makefile: Include cppflags-iterator.mk to add
26506         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
26507
26508         * Makefile.in (bench-clean): New target.
26509         * benchtests/Makefile (bench-clean): Likewise.
26510
26511 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
26512
26513         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
26514
26515 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
26516
26517         * stdio-common/tstdiomisc.c: Fix coding-style violation.
26518
26519 2013-04-15  Andreas Schwab  <schwab@suse.de>
26520
26521         * nscd/grpcache.c (cache_addgr): Properly check for short write.
26522         * nscd/initgrcache.c (addinitgroupsX): Likewise.
26523         * nscd/pwdcache.c (cache_addpw): Likewise.
26524         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
26525         more than recsize.
26526
26527 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26528
26529         * benchtests/Makefile (bench): Write all output to
26530         bench-out.tmp together.
26531
26532 2013-04-15  Andreas Schwab  <schwab@suse.de>
26533
26534         * nscd/nscd.c (main): Don't fork again after closing files.
26535
26536 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26537
26538         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
26539
26540         * benchtests/Rules (bench-deps): Collect dependencies into a
26541         single variable.  Add Makefile to dependencies.
26542         ($(objpfx)bench-%.c): Depend on bench-deps.
26543
26544 2013-04-12  Roland McGrath  <roland@hack.frob.com>
26545             Xavier Roche  <roche+kml2@exalead.com>
26546
26547         [BZ #15361]
26548         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
26549         just that it's a file descriptor.
26550         * manual/llio.texi (Synchronizing AIO Operations): Update description
26551         for EBADF error from aio_fsync.
26552
26553 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
26554
26555         * Rules (bench): Move target definition...
26556         * benchtests/Makefile: ... here.
26557
26558 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
26559
26560         * math/libm-test.inc (cos_test): Fix PI/2 test.
26561         (sincos_test): Likewise.
26562         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
26563         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
26564
26565 2013-04-11  Andreas Schwab  <schwab@suse.de>
26566
26567         [BZ #13988]
26568         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
26569         accept exponent character only when digits were seen.
26570         * stdio-common/Makefile (tests): Add bug26.
26571         * stdio-common/bug26.c: New file.
26572
26573         [BZ #14293]
26574         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
26575         non-freeable.
26576
26577 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26578
26579         * Makeconfig (rtld-prefix): Define built linker prefix.
26580         * Rules (run-bench): Use it.
26581         * math/Makefile (run-regen-ulps): Likewise.
26582
26583         * Rules (bench): Remove eval.
26584
26585 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26586             Roland McGrath  <roland@hack.frob.com>
26587             Ondrej Bilka  <neleai@seznam.cz>
26588
26589         [BZ #15346]
26590         * time/getdate.c: Include ctype.h and alloca.h.
26591         (__getdate_r): Trim leading and trailing spaces of input.
26592         * time/tst-getdate.c (tests): Add tests with leading and
26593         trailing spaces.
26594
26595 2013-04-08  Roland McGrath  <roland@hack.frob.com>
26596
26597         [BZ #14280]
26598         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26599         when computing value.
26600
26601 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26602
26603         * math/README.libm-test (How can I generate "libm-test-ulps"?):
26604         Use testrun.sh to run libm tests.
26605
26606         [BZ #15309]
26607         * elf/dl-open.c (dl_open_worker): memset all of seen array.
26608
26609 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
26610
26611         [BZ #15264]
26612         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26613
26614 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26615
26616         * Makefile.in (regen-ulps): New target.
26617         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26618         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26619         [ifneq (no,$(PERL)] (regen-ulps): New target.
26620         [ifeq (no,$(PERL)] (regen-ulps): New target.
26621         * math/libm-test.inc (ulps_file_name): Define.
26622         (output_dir): New variable.
26623         (options): Add "output-dir" option.
26624         (parse_opt): Handle 'o' case.
26625         (main): If output_dir is non-NULL use it as a prefix
26626         otherwise use "".
26627         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26628
26629 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26630
26631         [BZ #10060, #10062]
26632         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26633         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26634         fail configure if __sync_val_compare_and_swap is not inlined.
26635         * sysdeps/i386/configure: Regenerate.
26636         * configure.in: Build for i686 when configured for i386.
26637         * configure: Regenerate.
26638         * README: Remove i386 reference.
26639
26640 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26641
26642         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26643         * sysdeps/s390/s390-64/sysdep.h: Likewise.
26644
26645 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
26646
26647         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
26648         (lmsnanval): New variables.
26649         (F): Add conversion tests.
26650         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26651         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26652
26653         * stdio-common/tstdiomisc.c (F): Properly collect individual
26654         tests' results.
26655
26656         [BZ #14686, #15336]
26657         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26658         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26659         Instead, use input NaN values or generate a qNaN by arithmetic
26660         operation.  Also fix bugs to comply with the standard.
26661         * math/libm-test.inc (remainder_test): Add more tests.
26662
26663         [BZ #15335, #15342]
26664         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26665         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26666         input NaN values or generate a qNaN by arithmetic operation.
26667
26668         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26669         unreachable code.
26670
26671         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26672         definitions.
26673
26674 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
26675
26676         [BZ #14478]
26677         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26678         underflowed result.
26679         * math/s_cexpf.c (__cexpf): Likewise.
26680         * math/s_cexpl.c (__cexpl): Likewise.
26681         * math/libm-test.inc (cexp_test): Add more tests.
26682
26683 2013-04-03  Andreas Schwab  <schwab@suse.de>
26684
26685         [BZ #15330]
26686         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26687         order arrays from heap if bigger than alloca cutoff.
26688
26689 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
26690
26691         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26692         (SNAN_TESTS_double): Refer to GCC PR56831.
26693         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26694         GCC PR56828.
26695
26696 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26697
26698         * Rules (bench): Move bench.out after the run is complete.
26699
26700         * Rules (bench): Echo currently running benchmark.
26701
26702         * benchtests/Makefile (bench): Add atan and slowatan.
26703         * benchtests/atan-inputs: New file.
26704         * benchtests/slowatan-inputs: New file.
26705         * benchtests/slowatan.c: New file.
26706
26707         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26708         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26709         its value.
26710
26711         [BZ #15305]
26712         * sysdeps/unix/sysv/linux/kernel-features.h
26713         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26714         __ASSUME_XFS_RESTRICTED_CHOWN.
26715         * sysdeps/unix/sysv/linux/pathconf.c
26716         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26717         Save and restore errno.
26718
26719 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
26720
26721         [BZ #15327]
26722         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26723         arguments using __kernel_casinh.
26724         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26725         arguments using __kernel_casinhf.
26726         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26727         arguments using __kernel_casinhl.
26728         * math/libm-test.inc (cacosh_test): Add more tests.
26729         * sysdeps/i386/fpu/libm-test-ulps: Update.
26730         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26731
26732 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26733
26734         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26735         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26736
26737         * bench/Makefile (bench): Add sin and slowsin.
26738         * benchtests/sin-inputs: New file.
26739         * benchtests/slowsin-inputs: New file.
26740         * benchtests/slowsin.c: New file.
26741
26742         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26743         (bench): Add slowexp and slowpow.
26744         (exp-ITER): Increase iterations.
26745         (pow-ITER): Likewise.
26746         * benchtests/exp-inputs: Change input.
26747         * benchtests/pow-inputs: Likewise.
26748         * benchtests/slowexp-inputs: New file.
26749         * benchtests/slowexp.c: New file.
26750         * benchtests/slowpow-inputs: New file.
26751         * benchtests/slowpow.c: New file.
26752
26753 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26754
26755         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
26756         instructions.
26757         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
26758         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
26759         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
26760         * benchtests/Makefile: Add rint benchtest.
26761         * benchtests/rint-inputs: Input for rint benchtest.
26762
26763 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
26764
26765         * Versions.def (libm): Add GLIBC_2.18.
26766         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
26767         hidden libm prototypes.
26768         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
26769         * math/Makefile (libm-calls): Add s_issignaling.
26770         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
26771         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
26772         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
26773         declaration.
26774         * math/math.h [__USE_GNU] (issignaling): New macro.
26775         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
26776         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
26777         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
26778         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
26779         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
26780         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
26781         * manual/arith.texi (issignaling): New section.
26782         * manual/libm-err-tab.pl (@all_functions): Update comment.
26783         * math/gen-libm-test.pl (parse_args): Apply special handling for
26784         issignaling.
26785         * math/libm-test.inc (print_float, issignaling_test): New
26786         functions.
26787         (check_float_internal): Add issignaling checks.
26788         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
26789         default definition.
26790         * sysdeps/powerpc/math-tests.h: New file.
26791         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
26792         tests.
26793         * math/test-snan.c (TEST_FUNC): Likewise.
26794
26795 2013-03-30  David S. Miller  <davem@davemloft.net>
26796
26797         * po/de.po: Update from translation team.
26798
26799 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
26800
26801         [BZ #10357]
26802         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26803         imaginary part less than 1.0 and real part less than 0.5
26804         specially.
26805         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26806         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26807         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
26808         (cacos_test): Add more tests.
26809         (casin_test): Likewise.
26810         (casinh_test): Likewise.
26811         * sysdeps/i386/fpu/libm-test-ulps: Update.
26812         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26813
26814 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26815
26816         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
26817         ONE with its value.
26818
26819         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
26820         (__pow_mp): Replace ONE and MONE with their values.
26821         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26822         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
26823         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26824         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
26825         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26826         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26827
26828         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
26829
26830         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
26831         (__pow_mp): Replace ZERO and MZERO with their values.
26832         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26833         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26834         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26835         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26836         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26837         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
26838         (__sqr): Likewise.
26839
26840         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
26841
26842         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
26843
26844 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26845
26846         * include/stdlib.h [!SHARED] (__call_tls_dtors):
26847         Declare with __attribute__ ((weak)).
26848         * stdlib/exit.c (__libc_atexit) [!SHARED]:
26849         Call __call_tls_dtors only if it's not NULL.
26850
26851 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26852
26853         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
26854         didn't do it already, then set _dl_phdr and _dl_phnum based on the
26855         magic __ehdr_start linker symbol if it's defined.
26856         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
26857         them up here if it was already done.
26858
26859         * elf/dl-support.c (_dl_phdr): Make pointer to const.
26860         (_dl_aux_init): Use const in cast when setting it.
26861         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
26862         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
26863         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
26864
26865         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
26866         Declare them here.
26867         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
26868         * csu/libc-tls.c: Nor here.
26869         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
26870
26871         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
26872         (__libc_message): Never call vsyslog.
26873
26874 2013-03-28  Alan Modra  <amodra@gmail.com>
26875
26876         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
26877         Define as empty.
26878         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
26879         Likewise.
26880
26881 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26882
26883         [BZ #15214]
26884         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
26885         underflow.
26886         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26887
26888 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26889
26890         [BZ #15304]
26891         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
26892         Don't add gid passed as argument.
26893
26894         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
26895
26896 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
26897
26898         [BZ #15307]
26899         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26900         imaginary part between 1.0 and 1.5 and real part less than 0.5
26901         specially.
26902         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26903         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26904         * math/libm-test.inc (cacos_test): Add more tests.
26905         (casin_test): Likewise.
26906         (casinh_test): Likewise.
26907         * sysdeps/i386/fpu/libm-test-ulps: Update.
26908         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26909
26910 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26911
26912         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
26913         constants.
26914         (norm): Likewise.
26915         (denorm): Likewise.
26916         (__dbl_mp): Likewise.
26917         (add_magnitudes): Likewise.
26918         (sub_magnitudes): Likewise.
26919         (__add): Likewise.
26920         (__sub): Likewise.
26921         (__mul): Likewise.
26922         (__sqr): Likewise.
26923         (__inv): Likewise.
26924         (__dvd): Likewise.
26925
26926         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
26927         commented code.
26928         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
26929         (__dubcos): Likewise.
26930         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
26931         (__ieee754_acos): Likewise.
26932         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26933         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
26934         (__exp1): Likewise.
26935         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26936         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
26937         (log1): Likewise.
26938         (my_log2): Likewise.
26939         (checkint): Likewise.
26940         * sysdeps/ieee754/dbl-64/e_remainder.c
26941         (__ieee754_remainder): Likewise.
26942         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26943         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
26944         (bsloww): Likewise.
26945         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26946
26947         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26948         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
26949         MANTISSA_STORE_T to store computations on mantissa.  Use
26950         macros for rounding and division.
26951         (denorm): Likewise.
26952         (__dbl_mp): Likewise.
26953         (add_magnitudes): Likewise.
26954         (sub_magnitudes): Likewise.
26955         (__mul): Likewise.
26956         (__sqr): Likewise.
26957         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
26958         powers of two in terms of TWOPOW macro.
26959         (mp_no): Make type of mantissa as MANTISSA_T.
26960         [!RADIXI]: Define RADIXI.
26961         [!TWO52]: Define TWO52.
26962         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26963
26964 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26965
26966         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
26967         llroundl symbol when building for PPC32.
26968
26969 2013-03-24  Mark H Weaver  <mhw@netris.org>
26970
26971         * manual/arith.texi (Normalization Functions): Fix prototypes for
26972         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
26973
26974 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26975
26976         [BZ #13889]
26977         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
26978         high value to check if expl overflow.
26979         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
26980         to check for underflow and overflow.
26981         * math/libm-test.inc: Add exp test.
26982
26983 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
26984
26985         [BZ #11120]
26986         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
26987         with NOT_IN_libc.
26988
26989 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26990
26991         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
26992         symbol.
26993
26994 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
26995
26996         * math/gen-libm-test.pl (parse_args, special_functions): Properly
26997         wrap blocks consisting of several statements.
26998
26999         * sysdeps/generic/math-tests.h: New file.
27000         * sysdeps/i386/fpu/math-tests.h: Likewise.
27001         * math/test-snan.c: Include it.
27002         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
27003
27004 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27005
27006         [BZ #15285]
27007         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
27008         (__ieee754_j0l): Do not improve calculations using cos of twice
27009         input for inputs above LDBL_MAX / 2.0L.
27010         (__ieee754_y0l): Likewise.
27011         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
27012         (__ieee754_j1l): Do not improve calculations using cos of twice
27013         input for inputs above LDBL_MAX / 2.0L.
27014         (__ieee754_y1l): Likewise.
27015         * math/libm-test.inc (j0_test): Add another test.
27016         (j1_test): Likewise.
27017         (y0_test): Likewise.
27018         (y1_test): Likewise.
27019         * sysdeps/i386/fpu/libm-test-ulps: Update.
27020
27021 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27022
27023         * Rules ($(objpfx)bench-%.c): Include code from a C source
27024         file.
27025
27026 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
27027
27028         [BZ #15287]
27029         * math/k_casinh.c (__kernel_casinh): Handle arguments with
27030         imaginary part 1.0 and real part less than 0.5 specially.
27031         * math/k_casinhf.c (__kernel_casinhf): Likewise.
27032         * math/k_casinhl.c (__kernel_casinhl): Likewise.
27033         * math/libm-test.inc (cacos_test): Add more tests.
27034         (casin_test): Likewise.
27035         (casinh_test): Likewise.
27036         * sysdeps/i386/fpu/libm-test-ulps: Update.
27037         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27038
27039 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27040
27041         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
27042         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
27043
27044 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
27045
27046         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
27047         * config.make.in (config-cflags-sse4): Remove variable.
27048         (config-cflags-avx): Likewise.
27049         (config-cflags-sse2avx): Likewise.
27050         (config-cflags-novzeroupper): Likewise.
27051         (config-asflags-i686): Likewise.
27052         (have-mfma4): Likewise.
27053         (have-as-vis3): Likewise.
27054         (MIG): Likewise.
27055         * configure.in (MIG): Do not AC_SUBST.
27056         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
27057         (libc_cv_cc_sse4): Do not AC_SUBST.
27058         (libc_cv_cc_avx): Likewise.
27059         (libc_cv_cc_sse2avx): Likewise.
27060         (libc_cv_cc_novzeroupper): Likewise.
27061         (libc_cv_cc_fma4): Likewise.
27062         (libc_cv_as_i686): Likewise.
27063         (libc_cv_sparc_as_vis3): Likewise.
27064         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
27065         LIBC_CONFIG_VAR.
27066         (config-asflags-i686): Likewise.
27067         (config-cflags-avx): Likewise.
27068         (config-cflags-sse2avx): Likewise.
27069         (have-mfma4): Likewise.
27070         (config-cflags-novzeroupper): Likewise.
27071         * sysdeps/mach/configure.in (MIG): Likewise.
27072         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
27073         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
27074         LIBC_CONFIG_VAR.
27075         (config-cflags-avx): Likewise.
27076         (config-cflags-sse2avx): Likewise.
27077         (have-mfma4): Likewise.
27078         (config-cflags-novzeroupper): Likewise.
27079         * configure: Regenerated.
27080         * sysdeps/i386/configure: Likewise.
27081         * sysdeps/mach/configure: Likewise.
27082         * sysdeps/sparc/configure: Likewise.
27083         * sysdeps/x86_64/configure: Likewise.
27084
27085 2013-03-20  Roland McGrath  <roland@hack.frob.com>
27086
27087         [BZ #14812]
27088         * locale/programs/localedef.c (options): Put N_ translation marker
27089         on argument names, not just descriptions.
27090
27091 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27092
27093         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
27094
27095 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
27096
27097         [BZ #14176]
27098         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
27099
27100 2013-03-19  Roland McGrath  <roland@hack.frob.com>
27101
27102         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
27103         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
27104         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
27105         [!BEFORE_ABORT] (before_abort): New function.
27106         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
27107         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
27108         (writev_for_fatal): New function.
27109         (WRITEV_FOR_FATAL): New macro; call that.
27110         (backtrace_and_maps): New function.
27111         (BEFORE_ABORT): New macro; call that.
27112         (struct str_list): Type removed.
27113         (__libc_message, __libc_fatal): Functions removed.
27114         Include <sysdeps/posix/libc_fatal.c> instead.
27115
27116 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
27117
27118         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
27119         constants.
27120         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
27121         double constants.
27122
27123 2013-03-19  Andreas Schwab  <schwab@suse.de>
27124
27125         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
27126         * sysdeps/gnu/configure: Regenerate.
27127
27128         * configure.in: Substitute libc_cv_rtlddir.
27129         * configure: Regenerate.
27130         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
27131         * Makeconfig (rtlddir, inst_rtlddir): New variables.
27132         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
27133         * elf/Makefile (install-others, CFLAGS-interp.c)
27134         (ldso_install, common-ldd-rewrite): Likewise.
27135         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
27136         $(inst_slibdir)/$(rtld-installed-name).
27137         * scripts/rellns-sh: Add -p option.
27138         * Makerules (make-shlib-link): Use rellns-sh to get relative name
27139         for source.
27140
27141 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27142
27143         * manual/nptl.texi: Renamed to ...
27144         * manual/threads.texi: ... this.
27145         * manual/Makefile (chapters): Update.
27146
27147 2013-03-18  Roland McGrath  <roland@hack.frob.com>
27148
27149         [BZ #14812]
27150         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
27151         on argument names, not just descriptions.
27152         * malloc/memusagestat.c (options): Likewise.
27153         * nss/getent.c (options): Likewise.
27154
27155 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
27156
27157         [BZ #14812]
27158         * iconv/iconv_prog.c (options): Put N_ translation marker
27159         on argument names, not just descriptions.
27160         * iconv/iconvconfig.c (options): Likewise.
27161
27162 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
27163
27164         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
27165         implementation which is faster on all x86_64 architectures.
27166         Tested on AMD, Intel Nehalem, SNB, IVB.
27167         * sysdeps/x86_64/strnlen.S: Likewise.
27168
27169         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
27170         Remove all multiarch strlen and strnlen versions.
27171         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
27172         Remove strlen and strnlen related parts.
27173
27174         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
27175         Inline strlen part.
27176         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
27177
27178         * sysdeps/x86_64/multiarch/strlen.S: Remove.
27179         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
27180         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
27181         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
27182         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
27183         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
27184
27185 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
27186
27187         * manual/memory.texi (Malloc Tunable Parameters):
27188         Sort parameters alphabetically. Add comments for missing entries.
27189
27190 2013-03-17  David S. Miller  <davem@davemloft.net>
27191
27192         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27193
27194 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
27195
27196         [BZ #15283]
27197         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
27198         for arguments at most half maximum finite value.
27199         * math/libm-test.inc (j0_test): Add more tests.
27200         (j1_test): Likewise.
27201         (y0_test): Likewise.
27202         (y1_test): Likewise.
27203         * sysdeps/i386/fpu/libm-test-ulps: Update.
27204         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27205
27206         [BZ #14155]
27207         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
27208         1 / x and functions P and Q for arguments above 0x1p256L.
27209         (__ieee754_y0l): Likewise.
27210         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
27211         (__ieee754_y1l): Likewise.
27212         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
27213         (j1_test): Likewise.
27214         (y0_test): Likewise.
27215         (y1_test): Likewise.
27216
27217 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
27218
27219         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
27220         variable.
27221
27222 2013-03-15  Roland McGrath  <roland@hack.frob.com>
27223
27224         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
27225         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
27226         zero since it's initialized to EXEC_PAGESIZE.
27227
27228         * sysdeps/unix/sysv/linux/ldsodefs.h
27229         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
27230         * sysdeps/generic/ldsodefs.h: ... here.
27231
27232 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
27233
27234         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
27235
27236         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
27237         math/test-snan.c.
27238         * math/test-snan.c: Renamed from
27239         sysdeps/powerpc/fpu/test-powerpc-snan.c.
27240         * math/Makefile (tests): Add test-snan.
27241         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
27242         test-powerpc-snan.
27243
27244         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
27245         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
27246         functions.
27247         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
27248         __builtin_nan family of functions.
27249         * math/libm-test.inc (initialize): Initialize qnan_value with
27250         __builtin_nan family of functions.
27251         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
27252         Remove variables.
27253         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
27254         Remove functions.
27255         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
27256         storage class.  Initialize qNaN_var and sNaN_var with
27257         __builtin_nan and __builtin_nans families of functions,
27258         respectively.
27259
27260         * math/libm-test.inc (acosh_test): Also test with qNaN input.
27261         (sqrt_test): Remove duplicate test with qNaN input.
27262         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
27263         (round_test, signbit_test, significand_test): Note missing +/-Inf
27264         as well as qNaN tests.
27265
27266         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
27267         qNaN_var.  Fix a few strings, too.
27268         * math/libm-test.inc (nan_value): Rename to qnan_value.
27269         * math/gen-libm-test.pl (%beautify): Adjust to that.
27270         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
27271         * math/test-misc.c (main): Likewise.
27272         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
27273         to __qnan_bytes, and __qnan_union, respectively.
27274         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
27275         Likewise.
27276         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
27277         and lqnanval, respectively.
27278         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
27279         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
27280         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
27281         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
27282
27283         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
27284         * math/test-misc.c (main) [__x86_64__]: Enable test for long
27285         doubles.
27286
27287         * math/test-misc.c (main): Fix copy'n'pastos.
27288         * misc/tst-efgcvt.c (special): Likewise.
27289
27290         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
27291         Remove declarations.
27292
27293 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27294
27295         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
27296         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
27297         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
27298         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
27299
27300 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27301
27302         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
27303         macro to return vdso values correctly in IFUNC implementations.
27304         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
27305         Optimization by using IFUNC.
27306
27307 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27308             Richard Henderson  <rth@redhat.com>
27309             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
27310
27311         * Makefile.in (bench): New target.
27312         * NEWS: Mention the benchmark framework.
27313         * Rules (bench): Likewise.
27314         (binaries-bench): Generate binaries for functions to
27315         benchmark.
27316         * benchtests/Makefile: New makefile for benchmark tests.
27317         * benchtests/bench-skeleton.c: New skeleton file for benchmark
27318         programs.
27319         * benchtests/exp-inputs: New input file for EXP function.
27320         * benchtests/pow-inputs: New input file for POW function.
27321         * scripts/bench.pl: New script to generate source files for
27322         benchmark programs.
27323
27324 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
27325
27326         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
27327         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
27328         computations on mantissa.  Use macros for rounding and
27329         division.
27330         (denorm): Likewise.
27331         (__dbl_mp): Likewise.
27332         (add_magnitudes): Likewise.
27333         (sub_magnitudes): Likewise.
27334         (__mul): Likewise.
27335         (__sqr): Likewise.
27336         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
27337         powers of two in terms of TWOPOW macro.
27338         (mp_no): Make type of mantissa as MANTISSA_T.
27339         [!RADIXI]: Define RADIXI.
27340         [!TWO52]: Define TWO52.
27341         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
27342
27343         * manual/nptl.texi (cindex): Modify threads to pthreads.
27344
27345 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
27346
27347         * sysdeps/x86_64/preconfigure: Regenerated.
27348
27349 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
27350
27351         [BZ #14155]
27352         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
27353         0x1p28 and above.
27354         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
27355         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
27356         0x1p28 and above.
27357         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
27358         * math/libm-test.inc (j0_test): Do not allow one spurious
27359         underflow exception.
27360         (y1_test): Likewise.
27361
27362 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27363
27364         * manual/Makefile (chapters): Add nptl.
27365         * manual/debug.texi (Debugging Support): Add link to Threads
27366         chapter.
27367         * manual/nptl.texi: New file.
27368
27369         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
27370
27371 2013-03-14  Petr Baudis  <pasky@ucw.cz>
27372
27373         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
27374         for non-NULL pointer before the memory validity test. Pointed
27375         out by Holger Brunck <holger.brunck@keymile.com>.
27376
27377 2013-03-13  Andreas Schwab  <schwab@suse.de>
27378
27379         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
27380         instead of .os.
27381
27382 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
27383
27384         * timezone/zic.c: Update from tzcode 2013b.
27385
27386 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
27387
27388         * manual/install.texi (Configuring and compiling):
27389         Mention i686 and i586.
27390         * INSTALL: Regenerate.
27391
27392 2013-03-12  Roland McGrath  <roland@hack.frob.com>
27393
27394         * sysdeps/init_array/elf-init.c: New file.
27395         * csu/elf-init.c
27396         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
27397         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
27398
27399         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
27400         __gmon_start__ as global, but as static with a .preinit_array pointer.
27401         * sysdeps/init_array/gmon-start.c: New file.  Use that.
27402         * sysdeps/init_array/crti.S: New file, empty except for comments.
27403         * sysdeps/init_array/crtn.S: Likewise.
27404
27405 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
27406
27407         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
27408         definining bcopy.
27409         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27410         Remove Prefer_SSE_for_memop.
27411         * sysdeps/x86_64/multiarch/init-arch.h: Remove
27412         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
27413         HAS_PREFER_SSE_FOR_MEMOP.
27414         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
27415         memset-x86-64.
27416         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
27417         Remove bzero, memset ifunc support.
27418         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
27419         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
27420         * sysdeps/x86_64/multiarch/memset.S: Likewise.
27421         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
27422
27423 2013-03-11  Andreas Schwab  <schwab@suse.de>
27424
27425         [BZ #15234]
27426         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
27427         by SHLIB_COMPAT.
27428         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
27429         (GLIBC_2.16): Remove pthread_atfork.
27430
27431 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
27432
27433         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
27434         (ptestcases.h): Likewise.
27435
27436 2013-03-08  Roland McGrath  <roland@hack.frob.com>
27437
27438         * Makeconfig ($(common-objpfx)config.status): Depend on
27439         sysdeps/*/preconfigure{,.in} too.
27440
27441 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
27442
27443         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
27444         (__free_hook): Use void * instead of __malloc_ptr_t.
27445         (__malloc_hook): Likewise.
27446         (__realloc_hook): Likewise.
27447         (__memalign_hook): Likewise.
27448         (__after_morecore_hook): Likewise.
27449         * malloc/arena.c (save_malloc_hook): Likewise.
27450         (save_free_hook): Likewise.
27451         * malloc/hooks.c (malloc_hook_ini): Likewise.
27452         (realloc_hook_ini): Likewise.
27453         (memalign_hook_ini): Likewise.
27454         * malloc/malloc.c (malloc_hook_ini): Likewise.
27455         (realloc_hook_ini): Likewise.
27456         (memalign_hook_ini): Likewise.
27457         (__free_hook): Likewise.
27458         (__malloc_hook): Likewise.
27459         (__realloc_hook): Likewise.
27460         (__memalign_hook): Likewise.
27461         (__libc_malloc): Likewise.
27462         (__libc_free): Likewise.
27463         (__libc_realloc): Likewise.
27464         (__libc_memalign): Likewise.
27465         (__libc_valloc): Likewise.
27466         (__libc_pvalloc): Likewise.
27467         (__libc_calloc): Likewise.
27468         (__posix_memalign): Likewise.
27469         * malloc/morecore.c (__sbrk): Likewise.
27470         (__default_morecore): Likewise.
27471
27472         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
27473
27474         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
27475         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
27476         __malloc_ptrdiff_t.
27477
27478         * malloc/malloc.h (__malloc_size_t): Remove macro.
27479         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
27480         __malloc_size_t.
27481         (old_memalign_hook): Likewise.
27482         (old_realloc_hook): Likewise.
27483         (struct hdr): Likewise.
27484         (flood): Likewise.
27485         (mallochook): Likewise.
27486         (memalignhook): Likewise.
27487         (reallochook): Likewise.
27488         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
27489         (tr_old_realloc_hook): Likewise.
27490         (tr_old_memalign_hook): Likewise.
27491         (tr_mallochook): Likewise.
27492         (tr_reallochook): Likewise.
27493         (tr_memalignhook): Likewise.
27494
27495 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27496
27497         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
27498         default_ldbl_pack and using as default implementation.
27499         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
27500         implementation.
27501         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
27502         redundant definition.
27503         (ldbl_insert_mantissa): Likewise.
27504         (ldbl_canonicalize): Likewise.
27505         (ldbl_nearbyint): Likewise.
27506         (ldbl_pack): Rename to ldbl_pack_ppc.
27507         (ldbl_unpack): Rename to ldbl_unpack_ppc.
27508         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
27509         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
27510
27511 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
27512
27513         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
27514         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
27515         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
27516         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
27517         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
27518         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
27519         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
27520         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
27521
27522 2013-03-07  Andreas Jaeger  <aj@suse.de>
27523
27524         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
27525         bits/mman-linux.h.
27526
27527 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
27528
27529         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
27530         Include mpa.h and declare __MPEXP.
27531         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
27532         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27533         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27534         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
27535         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27536         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
27537         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
27538
27539         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
27540         (__slowpow): Use long double EXPL and LOGL functions to
27541         compute POW.
27542         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
27543         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27544         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
27545         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
27546         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
27547         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
27548
27549         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
27550         intermediate variable to calculate exponent.
27551         (__sqr): Likewise.
27552         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27553         Likewise.
27554         (__sqr): Likewise.
27555
27556         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
27557         [!NO__SQR]: Define __sqr.
27558         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
27559         and NO__SQR.  Remove all code except __mul and __sqr.  Include
27560         sysdeps/ieee754/dbl-64/mpa.c.
27561         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
27562
27563         [BZ #12723]
27564         * posix/Makefile (tests): Add tst-pathconf.
27565         * posix/tst-pathconf.c: New test case.
27566         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
27567         _PC_PIPE_BUF.
27568         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
27569
27570 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
27571
27572         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
27573
27574 2013-03-06  Andreas Jaeger  <aj@suse.de>
27575
27576         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
27577         definition via __MAP_ANONYMOUS.
27578
27579         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
27580         it's not part of Linux headers.
27581
27582         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
27583         (MAP_HUGE_MASK): Define.
27584
27585         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27586         Define.
27587         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27588         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27589         Define.
27590         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27591         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27592         Define.
27593         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27594         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27595         Define.
27596         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27597
27598         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27599         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27600         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27601         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27602         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27603         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27604
27605         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27606         Handle f2fs.
27607
27608         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27609         Handle f2fs and efivarfs.
27610
27611         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27612         f2fs.
27613
27614         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27615         (EFIVARFS_MAGIC): Add.
27616         (F2FS_LINK_MAX): Add.
27617
27618 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
27619
27620         * stdio-common/vfprintf.c: Replace __builtin_expect with
27621         __glibc_unlikely.
27622
27623 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
27624
27625         [BZ #13550]
27626         * sysdeps/generic/bp-sym.h: Remove file.
27627         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27628         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27629         <bp-sym.h> and <bp-asm.h>.
27630         (__longjmp): Don't use BP_SYM.
27631         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27632         and <bp-asm.h>.
27633         (memcpy): Don't use BP_SYM.
27634         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27635         <bp-sym.h> and <bp-asm.h>.
27636         (memcpy): Don't use BP_SYM.
27637         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27638         <bp-asm.h>.
27639         (memcpy): Don't use BP_SYM.
27640         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27641         <bp-asm.h>.
27642         (memset): Don't use BP_SYM.
27643         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27644         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27645         (__bzero): Don't use BP_SYM.
27646         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27647         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27648         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
27649         <bp-sym.h> and <bp-asm.h>.
27650         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27651         pointers.
27652         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27653         <bp-sym.h> and <bp-asm.h>.
27654         (memcpy): Don't use BP_SYM.
27655         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
27656         <bp-sym.h> and <bp-asm.h>.
27657         (memset): Don't use BP_SYM.
27658         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27659         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27660         (__bzero): Don't use BP_SYM.
27661         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27662         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27663         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
27664         <bp-sym.h> and <bp-asm.h>.
27665         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27666         pointers.
27667         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27668         <bp-sym.h> and <bp-asm.h>.
27669         (memcpy): Don't use BP_SYM.
27670         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27671         <bp-sym.h> and <bp-asm.h>.
27672         (memset): Don't use BP_SYM.
27673         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27674         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27675         (__bzero): Don't use BP_SYM.
27676         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27677         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27678         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27679         <bp-sym.h> and <bp-asm.h>.
27680         (__memchr): Don't use BP_SYM.
27681         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27682         <bp-sym.h> and <bp-asm.h>.
27683         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27684         pointers.
27685         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27686         <bp-sym.h> and <bp-asm.h>.
27687         (memcpy): Don't use BP_SYM.
27688         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27689         <bp-sym.h> and <bp-asm.h>.
27690         (__mempcpy): Don't use BP_SYM.
27691         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27692         <bp-sym.h> and <bp-asm.h>.
27693         (__memrchr): Don't use BP_SYM.
27694         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27695         <bp-sym.h> and <bp-asm.h>.
27696         (memset): Don't use BP_SYM.
27697         (__bzero): Likewise.
27698         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27699         <bp-sym.h> and <bp-asm.h>.
27700         (__rawmemchr): Don't use BP_SYM.
27701         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27702         <bp-sym.h> and <bp-asm.h>.
27703         (__STRCMP): Don't use BP_SYM.
27704         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27705         <bp-sym.h> and <bp-asm.h>.
27706         (strchr): Don't use BP_SYM.
27707         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27708         <bp-sym.h> and <bp-asm.h>.
27709         (__strchrnul): Don't use BP_SYM.
27710         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27711         <bp-sym.h> and <bp-asm.h>.
27712         (strlen): Don't use BP_SYM.
27713         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27714         <bp-sym.h> and <bp-asm.h>.
27715         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27716         pointers.
27717         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27718         <bp-sym.h> and <bp-asm.h>.
27719         (__strnlen): Don't use BP_SYM.
27720         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27721         <bp-sym.h> and <bp-asm.h>.
27722         (__GI__setjmp): Don't use BP_SYM.
27723         (_setjmp): Likewise.
27724         (__sigsetjmp): Likewise.
27725         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27726         (L(start_addresses)): Don't use BP_SYM.
27727         (_start): Likewise.
27728         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27729         <bp-asm.h>.
27730         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27731         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27732         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27733         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27734         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27735         <bp-asm.h>.
27736         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27737         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
27738         about bounded pointers.
27739         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27740         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27741         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27742         <bp-asm.h>.
27743         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27744         about bounded pointers.  Remove GKM FIXME comments.
27745         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27746         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
27747         <bp-asm.h>.
27748         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
27749         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
27750         Remove GKM FIXME comments.
27751         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27752         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27753         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
27754         <bp-asm.h>.
27755         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27756         about bounded pointers.  Remove GKM FIXME comment.
27757         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
27758         and <bp-asm.h>.
27759         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27760         pointers.
27761         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
27762         <bp-sym.h> and <bp-asm.h>.
27763         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27764         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
27765         <bp-sym.h> and <bp-asm.h>.
27766         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27767         comment.
27768
27769 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
27770
27771         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
27772         call free(NULL).
27773
27774 2013-03-05  David S. Miller  <davem@davemloft.net>
27775
27776         * po/es.po: Update from translation team.
27777
27778 2013-03-05  Andreas Jaeger  <aj@suse.de>
27779
27780         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
27781         <bits/mman-linux.h>.
27782         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27783         is fine.
27784         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
27785         <bits/mman-linux.h> to end of file.
27786         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27787         is fine.
27788         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
27789         <bits/mman-linux.h> to end of file.
27790         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27791         is fine.
27792         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
27793         <bits/mman-linux.h> to end of file.
27794
27795         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
27796         (MCL_CURRENT, MCL_FUTURE): Define here.
27797
27798 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27799
27800         [BZ #15232]
27801         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
27802         attribute_hidden.
27803         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
27804
27805 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27806
27807         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
27808         fourth parameter needed for rt_sigprocmask syscall.
27809         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
27810         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27811         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
27812         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27813         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27814         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
27815
27816 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
27817
27818         [BZ #13550]
27819         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
27820         comment about bounded pointers.
27821         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
27822         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
27823
27824 2013-03-04  Andreas Jaeger  <aj@suse.de>
27825
27826         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
27827         common definitions.
27828
27829         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
27830         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
27831         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
27832         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
27833         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
27834         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
27835
27836 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27837
27838         [BZ #15055]
27839         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
27840         __ieee754_sqrl instead of __sqrl.
27841
27842 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
27843
27844         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
27845         * sysdeps/powerpc/fpu_control.h: ... here.
27846         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
27847         * sysdeps/powerpc/bits/fenvinline.h: ... here.
27848         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
27849         * sysdeps/powerpc/bits/mathinline.h: ... here.
27850
27851 2013-03-01  Roland McGrath  <roland@hack.frob.com>
27852
27853         * elf/dl-hwcaps.c (_dl_important_hwcaps):
27854         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
27855         to just [NEED_DL_SYSINFO_DSO].
27856         * elf/dl-support.c: Likewise.
27857         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
27858         * elf/rtld.c (dl_main): Likewise.
27859         * elf/setup-vdso.h (setup_vdso): Likewise.
27860         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
27861         * sysdeps/unix/sysv/linux/dl-sysdep.c
27862         (_dl_discover_osversion): Likewise.
27863
27864 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
27865
27866         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
27867         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27868
27869 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
27870
27871         * NEWS: Mention libm performance improvements and non-x86 PI
27872         futex support.
27873
27874         * csu/libc-start.c (__pthread_initialize_minimal): Change
27875         function arguments.
27876         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27877
27878 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
27879
27880         [BZ #13550]
27881         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
27882         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
27883         <bp-sym.h> and <bp-asm.h>.
27884         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27885         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
27886         and <bp-asm.h>.
27887         (memcpy): Don't use BP_SYM.
27888         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
27889         <bp-asm.h>.
27890         (__mpn_add_n): Don't use BP_SYM.
27891         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
27892         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
27893         and <bp-asm.h>.
27894         (__mpn_addmul_1): Don't use BP_SYM.
27895         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27896         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
27897         <bp-sym.h>.
27898         (_setjmp): Don't use BP_SYM.
27899         (__novmx_setjmp): Likewise.
27900         (__GI__setjmp): Likewise.
27901         (__vmx_setjmp): Likewise.
27902         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
27903         <bp-sym.h>.
27904         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
27905         (__bzero): Don't use BP_SYM.
27906         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27907         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27908         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
27909         <bp-sym.h> and <bp-asm.h>.
27910         (memcpy): Don't use BP_SYM.
27911         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
27912         <bp-sym.h> and <bp-asm.h>.
27913         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27914         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
27915         <bp-sym.h> and <bp-asm.h>.
27916         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27917         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
27918         <bp-asm.h>.
27919         (__mpn_lshift): Don't use BP_SYM.
27920         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27921         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
27922         <bp-asm.h>.
27923         (memset): Don't use BP_SYM.
27924         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27925         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27926         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
27927         <bp-asm.h>.
27928         (__mpn_mul_1): Don't use BP_SYM.
27929         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27930         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
27931         <bp-sym.h> and <bp-asm.h>.
27932         (memcmp): Don't use BP_SYM.
27933         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
27934         <bp-sym.h> and <bp-asm.h>.
27935         (memcpy): Don't use BP_SYM.
27936         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
27937         <bp-sym.h> and <bp-asm.h>.
27938         (memset): Don't use BP_SYM.
27939         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
27940         <bp-sym.h> and <bp-asm.h>.
27941         (strncmp): Don't use BP_SYM.
27942         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
27943         <bp-sym.h> and <bp-asm.h>.
27944         (memcpy): Don't use BP_SYM.
27945         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
27946         <bp-sym.h> and <bp-asm.h>.
27947         (memset): Don't use BP_SYM.
27948         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
27949         <bp-sym.h> and <bp-asm.h>.
27950         (__memchr): Don't use BP_SYM.
27951         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
27952         <bp-sym.h> and <bp-asm.h>.
27953         (memcmp): Don't use BP_SYM.
27954         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
27955         <bp-sym.h> and <bp-asm.h>.
27956         (memcpy): Don't use BP_SYM.
27957         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
27958         <bp-sym.h> and <bp-asm.h>.
27959         (__mempcpy): Don't use BP_SYM.
27960         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
27961         <bp-sym.h> and <bp-asm.h>.
27962         (__memrchr): Don't use BP_SYM.
27963         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
27964         <bp-sym.h> and <bp-asm.h>.
27965         (memset): Don't use BP_SYM.
27966         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
27967         <bp-sym.h> and <bp-asm.h>.
27968         (__rawmemchr): Don't use BP_SYM.
27969         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
27970         <bp-sym.h> and <bp-asm.h>.
27971         (__STRCMP): Don't use BP_SYM.
27972         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
27973         <bp-sym.h> and <bp-asm.h>.
27974         (strchr): Don't use BP_SYM.
27975         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
27976         <bp-sym.h> and <bp-asm.h>.
27977         (__strchrnul): Don't use BP_SYM.
27978         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
27979         <bp-sym.h> and <bp-asm.h>.
27980         (strlen): Don't use BP_SYM.
27981         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
27982         <bp-sym.h> and <bp-asm.h>.
27983         (strncmp): Don't use BP_SYM.
27984         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
27985         <bp-sym.h> and <bp-asm.h>.
27986         (__strnlen): Don't use BP_SYM.
27987         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
27988         <bp-asm.h>.
27989         (__mpn_rshift): Don't use BP_SYM.
27990         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27991         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
27992         <bp-sym.h> and <bp-asm.h>.
27993         (__sigsetjmp): Don't use BP_SYM.
27994         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
27995         (L(start_addresses)): Don't use BP_SYM.
27996         (_start): Likewise.
27997         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
27998         <bp-asm.h>.
27999         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
28000         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28001         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28002         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
28003         <bp-asm.h>.
28004         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
28005         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28006         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28007         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
28008         <bp-asm.h>.
28009         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28010         comments.
28011         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28012         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
28013         <bp-asm.h>.
28014         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
28015         FIXME comments.
28016         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28017         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
28018         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
28019         <bp-asm.h>.
28020         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
28021         comment.
28022         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
28023         and <bp-asm.h>.
28024         (strncmp): Don't use BP_SYM,
28025         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
28026         <bp-asm.h>.
28027         (__mpn_sub_n): Don't use BP_SYM.
28028         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28029         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
28030         and <bp-asm.h>.
28031         (__mpn_submul_1): Don't use BP_SYM.
28032         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28033         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
28034         <bp-sym.h> and <bp-asm.h>.
28035         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
28036         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
28037         <bp-sym.h> and <bp-asm.h>.
28038         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
28039         comment.
28040
28041 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
28042
28043         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
28044         Use ZK to minimize writes to Z.
28045         (sub_magnitudes): Simplify code a bit.
28046         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
28047         Use ZK to minimize writes to Z.
28048         (sub_magnitudes): Simplify code a bit.
28049
28050 2013-02-27  Roland McGrath  <roland@hack.frob.com>
28051
28052         * csu/gmon-start.c: Add special exception to license text.
28053
28054 2013-02-27  Richard Henderson  <rth@redhat.com>
28055
28056         * scripts/config.guess: Update from config.git.
28057         * scripts/config.sub: Likewise.
28058
28059 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
28060
28061         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
28062
28063         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
28064
28065         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
28066
28067         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
28068
28069         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
28070
28071 2013-02-26  Roland McGrath  <roland@hack.frob.com>
28072
28073         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
28074         [$(build-shared = yes].
28075
28076 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28077
28078         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
28079         (__mul): Reduce iterations for calculating mantissa.
28080
28081         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
28082         MPTWO.
28083         (__mpranred): Likewise.
28084
28085         [BZ #15160]
28086         * malloc/memusagestat.c (main): Draw graphs for heap and stack
28087         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
28088
28089 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
28090
28091         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
28092         Define __attribute__.
28093
28094 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
28095
28096         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
28097         unused.
28098         * posix/regex_internal.h (__attribute): Remove.
28099         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
28100         (re_string_context_at): Likewise.
28101         (bitset_not): Use __attribute__ and mark function as possibly
28102         unused.
28103         (bitset_merge): Likewise.
28104         (bitset_mask): Likewise.
28105         (re_string_char_size_at): Likewise.
28106         (re_string_wchar_at): Likewise.
28107         (re_string_elem_size_at): Likewise.
28108
28109 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
28110
28111         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
28112         code.
28113         (cc32): Likewise.
28114
28115         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
28116         (__acr): Likewise.
28117         (__cpy): Likewise.
28118         (norm): Likewise.
28119         (denorm): Likewise.
28120         (__dbl_mp): Likewise.
28121         (add_magnitudes): Likewise.
28122         (sub_magnitudes): Likewise.
28123         (__mul): Likewise.
28124         (__inv): Likewise.
28125
28126         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
28127         style.
28128
28129         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
28130         style.
28131
28132         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
28133         code.
28134
28135         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
28136         up changes with default code.
28137         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
28138         Likewise.
28139
28140 2013-02-24  Allan McRae  <allan@archlinux.org>
28141
28142         * manual/socket.texi (The Internet Namespace): Order menu items
28143         to match that in the file.
28144
28145         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
28146         node listing of the info page menu.
28147
28148 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
28149
28150         [BZ #13550]
28151         * sysdeps/i386/bp-asm.h: Remove file.
28152         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28153         (PARMS): Do not use macros from bp-asm.h.
28154         (S1): Likewise.
28155         (S2): Likewise.
28156         (SIZE): Likewise.
28157         (__mpn_add_n): Do not use BP_SYM
28158         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
28159         "bp-asm.h".
28160         (PARMS): Do not use macros from bp-asm.h.
28161         (S1): Likewise.
28162         (SIZE): Likewise.
28163         (__mpn_addmul_1): Do not use BP_SYM
28164         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
28165         "bp-asm.h".
28166         (PARMS): Do not use macros from bp-asm.h.
28167         (SIGMSK): Likewise.
28168         (_setjmp): Likewise.  Do not use BP_SYM.
28169         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
28170         "bp-asm.h".
28171         (PARMS): Do not use macros from bp-asm.h.
28172         (SIGMSK): Likewise.
28173         (setjmp): Likewise.  Do not use BP_SYM.
28174         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
28175         "bp-asm.h".
28176         (PARMS): Do not use macros from bp-asm.h.
28177         (__frexp): Do not use BP_SYM.
28178         (frexp): Likewise.
28179         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
28180         "bp-asm.h".
28181         (PARMS): Do not use macros from bp-asm.h.
28182         (__frexpf): Do not use BP_SYM.
28183         (frexpf): Likewise.
28184         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
28185         "bp-asm.h".
28186         (PARMS): Do not use macros from bp-asm.h.
28187         (__frexpl): Do not use BP_SYM.
28188         (frexpl): Likewise.
28189         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
28190         "bp-asm.h".
28191         (PARMS): Do not use macros from bp-asm.h.
28192         (__remquo): Do not use BP_SYM.
28193         (remquo): Likewise.
28194         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
28195         "bp-asm.h".
28196         (PARMS): Do not use macros from bp-asm.h.
28197         (__remquof): Do not use BP_SYM.
28198         (remquof): Likewise.
28199         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
28200         "bp-asm.h".
28201         (PARMS): Do not use macros from bp-asm.h.
28202         (__remquol): Do not use BP_SYM.
28203         (remquol): Likewise.
28204         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
28205         "bp-asm.h".
28206         (PARMS): Do not use macros from bp-asm.h.
28207         (DEST): Likewise.
28208         (SRC): Likewise.
28209         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
28210         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
28211         "bp-asm.h".
28212         (PARMS): Do not use macros from bp-asm.h.
28213         (strlen): Do not use BP_SYM.
28214         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
28215         "bp-asm.h".
28216         (PARMS): Do not use macros from bp-asm.h.
28217         (S1): Likewise.
28218         (S2): Likewise.
28219         (SIZE): Likewise.
28220         (__mpn_add_n): Do not use BP_SYM.
28221         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
28222         "bp-asm.h".
28223         (PARMS): Do not use macros from bp-asm.h.
28224         (S1): Likewise.
28225         (SIZE): Likewise.
28226         (__mpn_addmul_1): Do not use BP_SYM.
28227         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
28228         weak_alias.
28229         (bzero): Likewise.
28230         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
28231         "bp-asm.h".
28232         (PARMS): Do not use macros from bp-asm.h.
28233         (S): Likewise.
28234         (SIZE): Likewise.
28235         (__mpn_lshift): Do not use BP_SYM.
28236         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
28237         "bp-asm.h".
28238         (PARMS): Do not use macros from bp-asm.h.
28239         (DEST): Likewise.
28240         (SRC): Likewise.
28241         (LEN): Likewise.
28242         (memcpy): Likewise.  Do not use BP_SYM.
28243         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
28244         libc_hidden_def and weak_alias.
28245         (mempcpy): Do not use BP_SYM in weak_alias.
28246         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
28247         "bp-asm.h".
28248         (PARMS): Do not use macros from bp-asm.h.
28249         (DEST): Likewise.
28250         (LEN): Likewise.
28251         [!BZERO_P] (CHR): Likewise.
28252         (memset): Likewise.  Do not use BP_SYM.
28253         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
28254         "bp-asm.h".
28255         (PARMS): Do not use macros from bp-asm.h.
28256         (S1): Likewise.
28257         (SIZE): Likewise.
28258         (__mpn_mul_1): Do not use BP_SYM.
28259         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
28260         "bp-asm.h".
28261         (PARMS): Do not use macros from bp-asm.h.
28262         (S): Likewise.
28263         (SIZE): Likewise.
28264         (__mpn_rshift): Do not use BP_SYM.
28265         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
28266         "bp-asm.h".
28267         (PARMS): Do not use macros from bp-asm.h.
28268         (STR): Likewise.
28269         (CHR): Likewise.
28270         (strchr): Likewise.  Do not use BP_SYM.
28271         (index): Do not use BP_SYM in weak_alias.
28272         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
28273         "bp-asm.h".
28274         (PARMS): Do not use macros from bp-asm.h.
28275         (DEST): Likewise.
28276         (SRC): Likewise.
28277         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
28278         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
28279         "bp-asm.h".
28280         (PARMS): Do not use macros from bp-asm.h.
28281         (strlen): Do not use BP_SYM.
28282         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
28283         "bp-asm.h".
28284         (PARMS): Do not use macros from bp-asm.h.
28285         (S1): Likewise.
28286         (S2): Likewise.
28287         (SIZE): Likewise.
28288         (__mpn_sub_n): Do not use BP_SYM.
28289         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
28290         "bp-asm.h".
28291         (PARMS): Do not use macros from bp-asm.h.
28292         (S1): Likewise.
28293         (SIZE): Likewise.
28294         (__mpn_submul_1): Do not use BP_SYM.
28295         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
28296         "bp-asm.h".
28297         (PARMS): Do not use macros from bp-asm.h.
28298         (S1): Likewise.
28299         (S2): Likewise.
28300         (SIZE): Likewise.
28301         (__mpn_add_n): Do not use BP_SYM.
28302         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
28303         weak_alias.
28304         (bzero): Likewise.
28305         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
28306         "bp-asm.h".
28307         (PARMS): Do not use macros from bp-asm.h.
28308         (BLK2): Likewise.
28309         (LEN): Likewise.
28310         (memcmp): Do not use BP_SYM.
28311         (bcmp): Do not use BP_SYM in weak_alias.
28312         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
28313         "bp-asm.h".
28314         (PARMS): Do not use macros from bp-asm.h.
28315         (DEST): Likewise.
28316         (SRC): Likewise.
28317         (LEN): Likewise.
28318         (memcpy): Likewise.  Do not use BP_SYM.
28319         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
28320         "bp-asm.h".
28321         (PARMS): Do not use macros from bp-asm.h.
28322         (DEST): Likewise.
28323         (SRC): Likewise.
28324         (LEN): Likewise.
28325         (memmove): Likewise.  Do not use BP_SYM.
28326         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
28327         "bp-asm.h".
28328         (PARMS): Do not use macros from bp-asm.h.
28329         (DEST): Likewise.
28330         (SRC): Likewise.
28331         (LEN): Likewise.
28332         (__mempcpy): Likewise.  Do not use BP_SYM.
28333         (mempcpy): Do not use BP_SYM in weak_alias.
28334         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
28335         "bp-asm.h".
28336         (PARMS): Do not use macros from bp-asm.h.
28337         (DEST): Likewise.
28338         (LEN): Likewise.
28339         [!BZERO_P] (CHR): Likewise.
28340         (memset): Likewise.  Do not use BP_SYM.
28341         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
28342         "bp-asm.h".
28343         (PARMS): Do not use macros from bp-asm.h.
28344         (STR2): Likewise.
28345         (strcmp): Do not use BP_SYM.
28346         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
28347         "bp-asm.h".
28348         (PARMS): Do not use macros from bp-asm.h.
28349         (STR): Likewise.
28350         (DELIM): Likewise.
28351         [USE_AS_STRTOK_R] (SAVE): Likewise.
28352         (FUNCTION): Likewise.  Do not use BP_SYM.
28353         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
28354         aliases.
28355         (strtok_r): Likewise.
28356         (__GI___strtok_r): Likewise.
28357         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28358         (PARMS): Do not use macros from bp-asm.h.
28359         (S): Likewise.
28360         (SIZE): Likewise.
28361         (__mpn_lshift): Do not use BP_SYM.
28362         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28363         (PARMS): Do not use macros from bp-asm.h.
28364         (STR): Likewise.
28365         (CHR): Likewise.
28366         (__memchr): Do not use BP_SYM.
28367         (memchr): Do not use BP_SYM in weak_alias.
28368         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28369         (PARMS): Do not use macros from bp-asm.h.
28370         (BLK2): Likewise.
28371         (LEN): Likewise.
28372         (memcmp): Do not use BP_SYM.
28373         (bcmp): Do not use BP_SYM in weak_alias.
28374         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
28375         (PARMS): Do not use macros from bp-asm.h.
28376         (S1): Likewise.
28377         (SIZE): Likewise.
28378         (__mpn_mul_1): Do not use BP_SYM.
28379         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
28380         "bp-asm.h".
28381         (PARMS): Do not use macros from bp-asm.h.
28382         (STR): Likewise.
28383         (CHR): Likewise.
28384         (__rawmemchr): Do not use BP_SYM.
28385         (rawmemchr): Do not use BP_SYM in weak_alias.
28386         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
28387         (PARMS): Do not use macros from bp-asm.h.
28388         (S): Likewise.
28389         (SIZE): Likewise.
28390         (__mpn_rshift): Do not use BP_SYM.
28391         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
28392         (PARMS): Do not use macros from bp-asm.h.
28393         (SIGMSK): Likewise.
28394         (__sigsetjmp): Likewise.  Do not use BP_SYM.
28395         * sysdeps/i386/start.S: Do not include "bp-sym.h".
28396         (_start): Do not use BP_SYM.
28397         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
28398         (PARMS): Do not use macros from bp-asm.h.
28399         (DEST): Likewise.
28400         (SRC): Likewise.
28401         (__stpcpy): Likewise.  Do not use BP_SYM.
28402         (stpcpy): Do not use BP_SYM in weak_alias.
28403         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
28404         "bp-asm.h".
28405         (PARMS): Do not use macros from bp-asm.h.
28406         (DEST): Likewise.
28407         (SRC): Likewise.
28408         (LEN): Likewise.
28409         (__stpncpy): Likewise.  Do not use BP_SYM.
28410         (stpncpy): Do not use BP_SYM in weak_alias.
28411         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
28412         (PARMS): Do not use macros from bp-asm.h.
28413         (STR): Likewise.
28414         (CHR): Likewise.
28415         (strchr): Likewise.  Do not use BP_SYM.
28416         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
28417         "bp-asm.h".
28418         (PARMS): Do not use macros from bp-asm.h.
28419         (STR): Likewise.
28420         (CHR): Likewise.
28421         (__strchrnul): Likewise.  Do not use BP_SYM.
28422         (strchrnul): Do not use BP_SYM in weak_alias.
28423         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
28424         "bp-asm.h".
28425         (PARMS): Do not use macros from bp-asm.h.
28426         (STOP): Likewise.
28427         (strcspn): Do not use BP_SYM.
28428         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
28429         "bp-asm.h".
28430         (PARMS): Do not use macros from bp-asm.h.
28431         (STR): Likewise.
28432         (STOP): Likewise.
28433         (strpbrk): Likewise.  Do not use BP_SYM.
28434         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
28435         "bp-asm.h".
28436         (PARMS): Do not use macros from bp-asm.h.
28437         (STR): Likewise.
28438         (CHR): Likewise.
28439         (strrchr): Likewise.  Do not use BP_SYM.
28440         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
28441         (PARMS): Do not use macros from bp-asm.h.
28442         (SKIP): Likewise.
28443         (strspn): Do not use BP_SYM.
28444         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
28445         (PARMS): Do not use macros from bp-asm.h.
28446         (STR): Likewise.
28447         (DELIM): Likewise.
28448         (SAVE): Likewise.
28449         (FUNCTION): Likewise.  Do not use BP_SYM.
28450         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
28451         aliases.
28452         (strtok_r): Likewise.
28453         (__GI___strtok_r): Likewise.
28454         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
28455         (PARMS): Do not use macros from bp-asm.h.
28456         (S1): Likewise.
28457         (S2): Likewise.
28458         (SIZE): Likewise.
28459         (__mpn_sub_n): Do not use BP_SYM.
28460         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
28461         "bp-asm.h".
28462         (PARMS): Do not use macros from bp-asm.h.
28463         (S1): Likewise.
28464         (SIZE): Likewise.
28465         (__mpn_submul_1): Do not use BP_SYM.
28466         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
28467         <bp-sym.h>.
28468         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
28469         and <bp-asm.h>.
28470         (PARMS): Do not use macros from bp-asm.h.
28471         (FLAGS): Likewise.
28472         (PTID): Likewise.
28473         (TLS): Likewise.
28474         (CTID): Likewise.
28475         (__clone): Do not use BP_SYM.
28476         (clone): Do not use BP_SYM in weak_alias.
28477         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
28478         and <bp-asm.h>.
28479         (PARMS): Do not use macros from bp-asm.h.
28480         (LEN): Likewise.
28481         (__mmap64): Do not use BP_SYM.
28482         (mmap64): Do not use BP_SYM in weak_alias.
28483         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
28484         <bp-sym.h> and <bp-asm.h>.
28485         (PARMS): Do not use macros from bp-asm.h.
28486         (__posix_fadvise64_l64): Do not use BP_SYM.
28487         * sysdeps/unix/sysv/linux/i386/semtimedop.S
28488         (PARMS): Do not use macros from bp-asm.h.
28489         (NSOPS): Likewise.
28490         (semtimedop): Do not use BP_SYM.
28491         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
28492         and <bp-asm.h>.
28493
28494 2013-02-21  Allan McRae  <allan@archlinux.org>
28495
28496         * manual/message.texi (Charset conversion in gettext):
28497         Move @end statement to beginning of line.
28498
28499 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28500
28501         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
28502         static.
28503         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
28504         Likewise.
28505
28506         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
28507         (denorm): Likewise.
28508         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
28509         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
28510
28511 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28512
28513         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
28514         tail-call to the resolved function if pltexit isn't needed.
28515
28516 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28517
28518         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
28519         or Y being zero as being unlikely.
28520         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
28521         Likewise.
28522
28523 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
28524
28525         * manual/nss.texi (System Databases and Name Service Switch):
28526         Remove frobnicate @pxref.
28527
28528 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28529
28530         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28531         __attribute__ ((unused)) to __attribute__ ((__unused__)).
28532
28533 2013-02-20  Petr Machata  <pmachata@redhat.com>
28534
28535         * elf/elf.h (R_ARM_TARGET1): New macro.
28536         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
28537         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
28538         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
28539         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
28540         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
28541         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
28542         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
28543         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
28544         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
28545         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
28546         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
28547         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
28548         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
28549         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
28550         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
28551         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
28552         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
28553         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
28554         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
28555         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
28556         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
28557         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
28558         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
28559         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
28560         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
28561         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
28562         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
28563         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
28564         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
28565         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
28566         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
28567         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
28568         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
28569         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
28570         (R_ARM_THM_GOT_BREL12): Likewise.
28571         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
28572         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
28573         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
28574         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
28575         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
28576         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
28577         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
28578         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
28579         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
28580
28581 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
28582
28583         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28584         __attribute_used__ to __attribute__ ((unused)).
28585
28586 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28587
28588         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28589         powerpc mpa.c.
28590         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28591         comment formatting.
28592         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28593
28594 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
28595
28596         [BZ #13550]
28597         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28598         Remove macro.
28599         (ENTER): Remove both macro definitions.
28600         (LEAVE): Likewise.
28601         (CHECK_BOUNDS_LOW): Likewise.
28602         (CHECK_BOUNDS_HIGH): Likewise.
28603         (CHECK_BOUNDS_BOTH): Likewise.
28604         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28605         (RETURN_BOUNDED_POINTER): Likewise.
28606         (RETURN_NULL_BOUNDED_POINTER): Likewise.
28607         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28608         (POP_ERRNO_LOCATION_RETURN): Likewise.
28609         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28610         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28611         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28612         macros.
28613         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28614         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28615         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28616         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28617         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28618         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28619         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28620         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28621         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28622         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28623         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28624         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28625         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28626         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28627         removed macros.
28628         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28629         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28630         macros.
28631         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28632         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28633         * sysdeps/i386/i586/memset.S (memset): Likewise.
28634         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28635         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28636         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28637         macros.
28638         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28639         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28640         Change uses of L(2) to L(out).
28641         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28642         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28643         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28644         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28645         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28646         removed macros.
28647         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28648         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28649         macros.
28650         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28651         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28652         (RETURN): Do not use macro LEAVE.
28653         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28654         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28655         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28656         * sysdeps/i386/i686/memset.S (memset): Likewise.
28657         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28658         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28659         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28660         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28661         Likewise.
28662         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28663         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
28664         L(1_2) and L(1_3) into L(1).
28665         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28666         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28667         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28668         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28669         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28670         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28671         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28672         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28673         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28674         macros.
28675         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28676         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28677         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28678         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28679         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28680         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28681         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28682         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28683         * sysdeps/i386/strcspn.S (strcspn): Likewise.
28684         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28685         * sysdeps/i386/strrchr.S (strrchr): Likewise.
28686         * sysdeps/i386/strspn.S (strspn): Likewise.
28687         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28688         conditional code.
28689         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28690         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28691         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28692         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
28693         L(1_3) into L(1_1).
28694         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28695         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28696         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28697         macros.
28698         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28699
28700 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
28701
28702         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28703         macro.
28704
28705 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28706
28707         * math/atest-exp.c (exp_mpn): Remove ROUND.
28708         * math/atest-exp2.c (exp_mpn): Likewise.
28709         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28710
28711         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28712         * stdlib/tst-tls-atexit-lib.c: Likewise.
28713         * stdlib/tst-tls-atexit.c: Likewise.
28714
28715 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28716
28717         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28718         and __attribute_alloc_size__.
28719
28720 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28721
28722         * include/programs/xmalloc.h: Change __attribute_alloc_size to
28723         __attribute_alloc_size__.
28724         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28725         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28726
28727 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28728
28729         * include/programs/xmalloc.h: New file.
28730         * catgets/gencat.c: Include it.
28731         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28732         * elf/pldd.c: Likewise.
28733         * iconv/iconv_charmap.c: Likewise.
28734         * iconv/iconvconfig.c: Likewise.
28735         * iconv/strtab.c: Likewise.
28736         * locale/programs/locale.c: Likewise.
28737         * locale/programs/localedef.h: Likewise.
28738         * locale/programs/simple-hash.c: Likewise.
28739         * nscd/nscd.h: Likewise.
28740         * nss/makedb.c: Likewise.
28741         * sysdeps/generic/ldconfig.h: Likewise.
28742
28743 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28744
28745         * Versions.def: Add GLIBC_2.18.
28746         * include/link.h (struct link_map): New member l_tls_dtor_count.
28747         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
28748         (__call_tls_dtors): Likewise.
28749         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
28750         __cxa_thread_atexit_impl.
28751         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28752         Likewise.
28753         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28754         Likewise.
28755         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
28756         Likewise.
28757         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
28758         Likewise.
28759         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28760         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
28761         Likewise.
28762         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
28763         Likewise.
28764         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28765         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
28766         Likewise.
28767         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
28768         (tests): Add test case tst-tls-atexit.
28769         (modules-names): Add shared library for tst-tls-atexit.
28770         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
28771         (GLIBC_PRIVATE): Add __call_tls_dtors.
28772         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
28773         for libstdc++.
28774         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
28775         * stdlib/tst-tls-atexit.c: New test case.
28776         * stdlib/tst-tls-atexit-lib.c: New test case.
28777
28778         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
28779
28780         * elf/Versions (ld): Add _dl_find_dso_for_object.
28781         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
28782         * elf/dl-open.c (_dl_find_dso_for_object): New function.
28783         (dl_open_worker): Use _dl_find_dso_for_object.
28784         * elf/dl-sym.c (do_sym): Likewise.
28785         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
28786
28787 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28788
28789         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
28790         Syntactic changes only.
28791         (_dl_runtime_profile): Do a tail-call to the resolved function.
28792
28793 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
28794
28795         [BZ #13550]
28796         * sysdeps/x86_64/bp-asm.h: Remove file.
28797         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
28798         <bp-sym.h> and <bp-asm.h>.
28799         (__clone): Do not use BP_SYM.
28800         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
28801         <bp-sym.h> and <bp-asm.h>.
28802         * sysdeps/unix/x86_64/sysdep.S: Likewise.
28803         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
28804         "bp-asm.h".
28805         (_setjmp): Do not use BP_SYM.
28806         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
28807         "bp-asm.h".
28808         (setjmp): Do not use BP_SYM.
28809         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
28810         libc_hidden_def.
28811         (mempcpy): Do not use BP_SYM in weak_alias.
28812         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
28813         "bp-asm.h".
28814         (strchr): Do not use BP_SYM.
28815         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
28816         "bp-asm.h".
28817         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
28818         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
28819         (_start): Do not use BP_SYM.
28820         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
28821         "bp-asm.h".
28822         (strcat): Do not use BP_SYM.
28823         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
28824         "bp-asm.h".
28825         (STRCMP): Do not use BP_SYM.
28826         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
28827         "bp-asm.h".
28828         (STRCPY): Do not use BP_SYM.
28829         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
28830         "bp-asm.h".
28831         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
28832         "bp-asm.h".
28833         (FUNCTION): Do not use BP_SYM.
28834         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
28835         weak_alias.
28836         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
28837
28838 2013-02-17  Andreas Jaeger  <aj@suse.de>
28839
28840         * time/Versions: Sort entries.
28841         * string/Versions: Likewise.
28842         * resolv/Versions: Likewise.
28843         * posix/Versions: Likewise.
28844         * iconv/Versions: Likewise.
28845         * elf/Versions: Likewise.
28846         * wcsmbs/Versions: Likewise.
28847
28848 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28849
28850         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
28851         loop termination condition.
28852
28853         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
28854         variable to calculate EZ.
28855         (__sqr): Likewise.
28856
28857         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
28858         the lower precision input.
28859
28860 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
28861
28862         [BZ #13550]
28863         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
28864         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
28865         (run-via-rtld-prefix): Do not handle %-bp tests.
28866         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
28867         (all-object-suffixes): Remove .ob.
28868         (bppfx): Remove variable.
28869         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
28870         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
28871         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
28872         [$(build-bounded) = yes] (libtype.ob): Likewise.
28873         * Makerules (elide-routines.ob): Remove variable.
28874         (do-tests-clean): Do not handle *-bp.out.
28875         (common-mostlyclean): Do not handle *-bp and *-bp.out.
28876         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
28877         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
28878         (tests): Do not include $(tests-bp.out).
28879         (xtests): Do not include $(xtests-bp.out).
28880         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
28881         [$(build-bounded) = yes] ($(addprefix
28882         $(objpfx),$(binaries-bounded))): Remove rule.
28883         ($(objpfx)%-bp.out): Remove rule.
28884         * config.make.in (build-bounded): Remove variable.
28885         * crypt/Makefile [$(build-bounded) = yes]
28886         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
28887         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
28888         append to variable.
28889         [$(build-bounded) = yes] (install-lib): Likewise.
28890         [$(build-bounded) = yes] (generated): Likewise.
28891         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
28892         Remove rule.
28893         * intl/Makefile [$(build-bounded) = yes]
28894         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
28895         * math/Makefile [$(build-bounded) = yes]
28896         ($(tests:%=$(objpfx)%-bp): Likewise.
28897         * misc/Makefile [$(build-bounded) = yes]
28898         ($(objpfx)tst-tsearch-bp): Likewise.
28899         * nptl/Makeconfig (bounded-thread-library): Remove variable.
28900         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
28901         Remove dependency.
28902         * string/Makefile (o-objects.ob): Remove variable.
28903         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
28904         (CFLAGS-.ob): Remove variable.
28905         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
28906         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
28907         both definitions of variable.
28908         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
28909         (ASFLAGS-.ob): Remove variable.
28910
28911 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
28912
28913         [BZ #13550]
28914         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
28915         Remove __BOUNDED_POINTERS__ from condition.
28916         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
28917         * string/bits/string2.h [!__NO_STRING_INLINES &&
28918         !__BOUNDED_POINTERS__]: Likewise.
28919         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
28920         Likewise.
28921         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
28922         Remove conditional code.
28923         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
28924         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
28925         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
28926         condition.
28927
28928         [BZ #13550]
28929         * csu/libc-start.c: Do not include <bp-sym.h>.
28930         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
28931         * elf/dl-open.c: Do not include <bp-sym.h>.
28932         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
28933         * math/fegetenv.c: Do not include <bp-sym.h>.
28934         (fegetenv): Do not use BP_SYM in versioned symbols.
28935         * nptl/sysdeps/pthread/bits/libc-lockP.h
28936         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
28937         <bp-sym.h>.
28938         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28939         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
28940         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28941         (__pthread_mutex_destroy): Likewise.
28942         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28943         (__pthread_mutex_lock): Likewise.
28944         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28945         (__pthread_mutex_trylock): Likewise.
28946         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28947         (__pthread_mutex_unlock): Likewise.
28948         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28949         (__pthread_mutexattr_init): Likewise.
28950         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28951         (__pthread_mutexattr_destroy): Likewise.
28952         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28953         (__pthread_mutexattr_settype): Likewise.
28954         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28955         (__pthread_rwlock_init): Likewise.
28956         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28957         (__pthread_rwlock_destroy): Likewise.
28958         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28959         (__pthread_rwlock_rdlock): Likewise.
28960         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28961         (__pthread_rwlock_tryrdlock): Likewise.
28962         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28963         (__pthread_rwlock_wrlock): Likewise.
28964         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28965         (__pthread_rwlock_trywrlock): Likewise.
28966         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28967         (__pthread_rwlock_unlock): Likewise.
28968         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28969         (__pthread_key_create): Likewise.
28970         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28971         (__pthread_setspecific): Likewise.
28972         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28973         (__pthread_getspecific): Likewise.
28974         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
28975         Likewise.
28976         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28977         (_pthread_cleanup_push_defer): Likewise.
28978         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28979         (_pthread_cleanup_pop_restore): Likewise.
28980         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28981         (pthread_setcancelstate): Likewise.
28982         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
28983         <bp-sym.h>.
28984         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
28985         (memchr): Do not use BP_SYM in weak_alias.
28986         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
28987         (fegetenv): Do not use BP_SYM in versioned symbols.
28988         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
28989         (fesetenv): Do not use BP_SYM in versioned symbols.
28990         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28991         (feupdateenv): Do not use BP_SYM in versioned symbols.
28992         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28993         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28994         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
28995         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
28996         (open64): Do not use BP_SYM in weak_alias.
28997         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
28998         (fegetenv): Do not use BP_SYM in versioned symbols.
28999         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
29000         (fesetenv): Do not use BP_SYM in versioned symbols.
29001         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
29002         (feupdateenv): Do not use BP_SYM in versioned symbols.
29003         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
29004         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
29005         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
29006         (feraiseexcept): Do not use BP_SYM in versioned symbols.
29007         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
29008         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
29009         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
29010         <bp-sym.h>.
29011         (__libc_start_main): Do not use BP_SYM.
29012
29013 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29014
29015         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
29016         redundant return line.
29017         (norm): Likewise.
29018         (denorm): Likewise.
29019         (dbl_mp): Likewise.
29020         (sub_magnitudes): Likewise.
29021         (__add): Likewise.
29022         (__sub): Likewise.
29023         (__mul): Likewise.
29024         (__inv): Likewise.
29025         (__dvd): Likewise.
29026         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
29027         (norm): Likewise.
29028         (denorm): Likewise.
29029         (dbl_mp): Likewise.
29030         (sub_magnitudes): Likewise.
29031         (__add): Likewise.
29032         (__sub): Likewise.
29033         (__mul): Likewise.
29034         (__inv): Likewise.
29035         (__dvd): Likewise.
29036
29037         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
29038         instead of __mul.
29039         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
29040         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
29041         (cc32): Likewise.
29042
29043         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
29044         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
29045         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
29046         of __mul for squares.
29047         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
29048         function
29049         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
29050         Likewise.
29051         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
29052         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
29053
29054 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
29055
29056         [BZ #13550]
29057         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
29058         code.
29059         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
29060         prototype or function definition.  Rename ubp_* variables and
29061         parameters.  Remove argv definitions conditional on
29062         [__BOUNDED_POINTERS__].
29063         * debug/backtrace.c (__backtrace): Do not use __unbounded.
29064         * elf/dl-runtime.c (_dl_fixup): Likewise.
29065         * include/set-hooks.h (RUN_HOOK): Likewise.
29066         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
29067         definition.
29068         * string/strcpy.c (strcpy): Do not use __unbounded.
29069         * sysdeps/generic/frame.h (struct layout): Likewise.
29070         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
29071         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
29072         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
29073         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
29074         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
29075         (__backtrace): Likewise.
29076         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
29077         use __ptrvalue.
29078         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
29079         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
29080         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
29081         Likewise.
29082         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
29083         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
29084         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
29085         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29086         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
29087         Do not use __unbounded.
29088         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
29089         Rename __unboundedrlimits parameter to rlimits in prototype.
29090         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
29091         Do not use __unbounded.
29092         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
29093         not use __ptrvalue.
29094         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29095         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
29096         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29097         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
29098         __ptrvalue or __unbounded.
29099         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
29100         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
29101         use __unbounded.
29102         (__new_msgctl): Do not use __ptrvalue.
29103         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
29104         __unbounded.
29105         (__libc_msgrcv): Do not use __ptrvalue.
29106         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
29107         startup_info): Do not use __unbounded.
29108         (__libc_start_main): Likewise.  Rename ubp_* variables and
29109         parameters.  Remove argv definitions conditional on
29110         [__BOUNDED_POINTERS__].
29111         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
29112         __ptrvalue.
29113         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
29114         use __unbounded.
29115         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
29116         or __ptrvalue.
29117         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
29118         use __unbounded.
29119         (__new_shmctl): Do not use __ptrvalue.
29120         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
29121         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
29122         Likewise.
29123         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
29124         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
29125         (__libc_sigaction): Likewise.
29126         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
29127         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
29128         Likewise.
29129         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29130
29131 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
29132
29133         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
29134
29135         * string/mempcpy.c: Implement by calling memcpy.
29136
29137 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29138
29139         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
29140
29141         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
29142         evaluation.
29143
29144         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
29145         values in the mantissa.
29146
29147         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
29148         minimize writes to Z.
29149         (sub_magnitudes): Simplify code a bit.
29150
29151 2013-02-12  Roland McGrath  <roland@hack.frob.com>
29152
29153         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
29154         from the message.  The linker prefixes all warnings with that already.
29155
29156 2013-02-12  Andreas Schwab  <schwab@suse.de>
29157
29158         [BZ #15078]
29159         * posix/regexec.c (extend_buffers): Add parameter min_len.
29160         (check_matching): Pass minimum needed length.
29161         (clean_state_log_if_needed): Likewise.
29162         (get_subexp): Likewise.
29163         * posix/Makefile (tests): Add bug-regex34.
29164         (bug-regex34-ENV): Define.
29165         * posix/bug-regex34.c: New file.
29166
29167         [BZ #11561]
29168         * posix/regcomp.c (parse_bracket_exp): When looking up collating
29169         elements compare against the byte sequence of it, not its name.
29170         * posix/Makefile (tests): Add bug-regex35.
29171         (bug-regex35-ENV): Define.
29172         * posix/bug-regex35.c: New file.
29173
29174 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29175
29176         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
29177         comment.
29178         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
29179         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
29180         (CHECK_EOL): Add undef.
29181
29182 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
29183
29184         * bits/stdlib-bsearch.h: New file.
29185         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
29186         * stdlib/stdlib.h: Likewise.
29187
29188 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29189
29190         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
29191         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
29192         declaration.
29193         * manual/search.texi (Array Search Function): Add missing const in
29194         lfind prototype.
29195         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
29196         declaration to use rlim_t.
29197         (Basic Scheduling Functions): Remove erroneous const from
29198         sched_getparam prototype.  Remove erroneous * from
29199         sched_get_priority_max and sched_get_priority_min prototypes.
29200         (Resource Usage): Fix summary @comment on vtimes to refer to
29201         sys/vtimes.h rather than vtimes.h.
29202         Add missing *s in vtimes prototype.
29203         (Limits on Resources): Fix ulimit prototype to return long int.
29204         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
29205         prototypes to use long int rather than double.
29206         (BSD Random): Fix initstate and setstate to use char *, not void *.
29207         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
29208         prototype to make second argument 'struct aiocb64 *const[]'.
29209         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
29210         (Status of AIO Operations): Remove erroneous const in aio_return and
29211         aio_return64 prototypes.
29212         (Synchronizing I/O): Fix sync prototype to return void.
29213         * manual/startup.texi (Suboptions): Remove an erroneous const in
29214         getsubopt prototype.
29215         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
29216         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
29217         use size_t rather than int.
29218         (Scanning All Users): Likewise for getpwent_r.
29219         (Setting Groups): Add missing const to setgroups prototype.
29220         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
29221         * manual/socket.texi (Host Names): Fix gethostbyaddr and
29222         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
29223         'const void *' rather than 'const char *'.
29224         (Host Address Functions): Likewise for inet_ntop.
29225         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
29226         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
29227         ssize_t for return value.
29228         (Sending Data): Likewise for send, sendto, sendmsg.
29229         (Socket Option Functions): Add a missing const in setsockopt prototype.
29230         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
29231         use wchar_t for the argument.
29232         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
29233         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
29234         take no arguments.
29235         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
29236         double/float/long double for second argument.
29237         Fix return types of significand, significandf, significandl.
29238         * manual/filesys.texi (Setting Permissions): Use mode_t for second
29239         argument in fchmod prototype.
29240         (File Owner): Use uid_t and gid_t in fchown prototype.
29241         (File Times): Add const to utimes, futimes, and lutimes prototypes.
29242         (Making Special Files): Use mode_t and dev_t in mknod prototype.
29243         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
29244         use 'const struct dirent **' as argument types to CMP function pointer
29245         argument.
29246         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
29247         (File Times): Fix summary magic @comment for struct utimbuf and utime
29248         to refer to utime.h, not time.h.
29249         * manual/string.texi (Argz Functions): Add missing const in
29250         argz_extract and argz_next prototypes.
29251         (Finding Tokens in a String): Likewise for basename.
29252         (String/Array Comparison): Fix typo in wcscasecmp prototype.
29253         (Copying and Concatenation): Fix typo in wmemmove prototype.
29254         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
29255         (Signal Stack): Remove erroneous const in sigstack prototype.
29256         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
29257         prototype.
29258         (Simple Calendar Time): Likewise for stime.
29259         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
29260         prototype.
29261         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
29262         say sys/sysctl.h instead.
29263         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
29264         and vsyslog prototypes.
29265
29266 2013-02-11  Tom de Vries  <tom@codesourcery.com>
29267
29268         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
29269         Remove.
29270
29271 2013-02-11  Roland McGrath  <roland@hack.frob.com>
29272
29273         * misc/sys/mman.h: Fix typo in mremap comment.
29274
29275 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29276
29277         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
29278         the '\0' terminator.
29279
29280 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29281
29282         [BZ #13550]
29283         * debug/segfault.c: Don't include <bp-checks.h>.
29284         * sysdeps/generic/bp-checks.h: Remove file.
29285         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
29286         (__GETDENTS): Don't use CHECK_N.
29287         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
29288         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
29289         (__getgroups): Don't use CHECK_N.
29290         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
29291         (setgroups): Don't use CHECK_N.
29292         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
29293         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
29294         (__libc_msgrcv): Don't use CHECK_N.
29295         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
29296         (__libc_msgsnd): Don't use CHECK_N.
29297         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
29298         <bp-checks.h>.
29299         (__libc_pread): Don't use CHECK_N.
29300         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
29301         include <bp-checks.h>.
29302         (__libc_pread64): Don't use CHECK_N.
29303         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
29304         include <bp-checks.h>.
29305         (__libc_pwrite): Don't use CHECK_N.
29306         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
29307         include <bp-checks.h>.
29308         (__libc_pwrite64): Don't use CHECK_N.
29309         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
29310         <bp-checks.h>.
29311         (__libc_pread): Don't use CHECK_N.
29312         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
29313         include <bp-checks.h>.
29314         (__libc_pread64): Don't use CHECK_N.
29315         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
29316         include <bp-checks.h>.
29317         (__libc_pwrite): Don't use CHECK_N.
29318         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
29319         include <bp-checks.h>.
29320         (__libc_pwrite64): Don't use CHECK_N.
29321         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
29322         (do_pread): Don't use CHECK_N.
29323         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
29324         (do_pread64): Don't use CHECK_N.
29325         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
29326         (do_pwrite): Don't use CHECK_N.
29327         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
29328         (do_pwrite64): Don't use CHECK_N.
29329         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
29330         (__libc_readv): Don't use CHECK_N.
29331         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
29332         (semop): Don't use CHECK_N.
29333         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
29334         <bp-checks.h>.
29335         (semtimedop): Don't use CHECK_N.
29336         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
29337         (__libc_pread): Don't use CHECK_N.
29338         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
29339         <bp-checks.h>.
29340         (__libc_pread64): Don't use CHECK_N.
29341         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
29342         <bp-checks.h>.
29343         (__libc_pwrite): Don't use CHECK_N.
29344         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
29345         <bp-checks.h>.
29346         (__libc_pwrite64): Don't use CHECK_N.
29347         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
29348         <bp-checks.h>.
29349         (__libc_msgrcv): Don't use CHECK_N.
29350         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
29351         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
29352         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
29353         (__libc_writev): Don't use CHECK_N.
29354
29355 2013-02-08  Roland McGrath  <roland@hack.frob.com>
29356
29357         * string/strcpy.c: Removed unused variable.
29358
29359         * Makeconfig (+sysdep-includes): Define with := rather than =.
29360         Use an existing include/ subdir of each sysdeps dir before it.
29361
29362 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29363
29364         * nscd/connection.c (register_traced_file): Comment function.
29365         [HAVE_INOTIFY] (union __inev): Define.
29366         [HAVE_INOTIFY] (inotify_check_files): New function.
29367         [HAVE_INOTIFY] (clear_db_cache): Likewise.
29368         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
29369         clear_db_cache.
29370         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
29371
29372 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29373
29374         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
29375         loaded if not already and that a failure is permanent.
29376
29377 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
29378
29379         [BZ #15006]
29380         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
29381         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
29382
29383 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
29384
29385         [BZ #13550]
29386         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
29387         (CHECK_1_NULL_OK): Likewise.
29388         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
29389         (__fxstat): Do not use CHECK_1.
29390         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
29391         <bp-checks.h>.
29392         (___fxstat64): Do not use CHECK_1.
29393         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
29394         <bp-checks.h>.
29395         (__fxstatat): Do not use CHECK_1.
29396         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
29397         <bp-checks.h>.
29398         (__fxstatat64): Do not use CHECK_1.
29399         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
29400         <bp-checks.h>.
29401         (__fxstat): Do not use CHECK_1.
29402         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
29403         <bp-checks.h>.
29404         (__fxstatat): Do not use CHECK_1.
29405         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
29406         <bp-checks.h>.
29407         (__getresgid): Do not use CHECK_1.
29408         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
29409         <bp-checks.h>.
29410         (__getresuid): Do not use CHECK_1.
29411         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
29412         <bp-checks.h>.
29413         (__lxstat): Do not use CHECK_1.
29414         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
29415         <bp-checks.h>.
29416         (__old_msgctl): Do not use CHECK_1.
29417         (__new_msgctl): Likewise.
29418         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
29419         <bp-checks.h>.
29420         (__new_setrlimit): Do not use CHECK_1.
29421         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
29422         <bp-checks.h>.
29423         (__old_shmctl): Do not use CHECK_1.
29424         (__new_shmctl): Likewise.
29425         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
29426         <bp-checks.h>.
29427         (__xstat): Do not use CHECK_1.
29428         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
29429         (__lxstat): Do not use CHECK_1.
29430         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
29431         <bp-checks.h>.
29432         (___lxstat64): Do not use CHECK_1.
29433         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
29434         (__old_msgctl): Do not use CHECK_1.
29435         (__new_msgctl): Likewise.
29436         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
29437         <bp-checks.h>.
29438         (__gettimeofday): Do not use CHECK_1.
29439         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
29440         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
29441         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
29442         <bp-checks.h>.
29443         (__gettimeofday): Do not use CHECK_1.
29444         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
29445         (__old_shmctl): Do not use CHECK_1_NULL_OK.
29446         (__new_shmctl): Do not use CHECK_1.
29447         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
29448         <bp-checks.h>.
29449         (do_sigtimedwait): Do not use CHECK_1.
29450         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
29451         <bp-checks.h>.
29452         (do_sigwaitinfo): Do not use CHECK_1.
29453         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
29454         <bp-checks.h>.
29455         (msgctl): Do not use CHECK_1.
29456         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
29457         <bp-checks.h>.
29458         (shmctl): Do not use CHECK_1.
29459         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
29460         (ustat): Do not use CHECK_1.
29461         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
29462         <bp-checks.h>.
29463         (__fxstat): Do not use CHECK_1.
29464         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
29465         <bp-checks.h>.
29466         (__fxstatat): Do not use CHECK_1.
29467         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
29468         <bp-checks.h>.
29469         (__lxstat): Do not use CHECK_1.
29470         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
29471         <bp-checks.h>.
29472         (__xstat): Do not use CHECK_1.
29473         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
29474         (__xstat): Do not use CHECK_1.
29475         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
29476         (___xstat64): Do not use CHECK_1.
29477
29478         [BZ #13550]
29479         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
29480         definitions.
29481         (CHECK_BOUNDS_HIGH): Likewise.
29482         * string/strcpy.c: Do not include <bp-checks.h>.
29483         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
29484
29485 2013-02-07  Roland McGrath  <roland@hack.frob.com>
29486
29487         * nscd/nscd-client.h (__nscd_drop_map_ref):
29488         Add __attribute__ ((unused)).
29489         * nis/nss-nisplus.h (niserr2nss): Likewise.
29490
29491         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
29492         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
29493
29494         * csu/libc-tls.c (init_static_tls, init_slotinfo):
29495         Remove inline keyword.
29496         * include/rounding-mode.h (round_away): Likewise.
29497         * libio/wfileops.c (adjust_wide_data): Likewise.
29498         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
29499         (__m128i_strloadu_tolower): Likewise.
29500         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
29501         (__m128i_strloadu_tolower): Likewise.
29502         * time/mktime.c (ydhms_diff): Likewise.
29503         * locale/elem-hash.h (elem_hash): Likewise.
29504         * locale/setlocale.c (setdata): Likewise.
29505         * posix/regex_internal.h (re_string_char_size_at): Likewise.
29506         (re_string_wchar_at): Likewise.
29507         (bitset_not, bitset_merge, bitset_mask): Likewise.
29508         [!(__GNUC__ > 3)] (inline): Remove macro.
29509         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
29510         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
29511         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
29512         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
29513         * string/memcmp.c (memcmp_bytes): Likewise.
29514         * locale/programs/locarchive.c (compute_hashval): Likewise.
29515         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
29516         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
29517         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
29518         * nss/getent.c (print_rpc, print_protocols): Likewise.
29519         (print_passwd, print_group, print_aliases): Likewise.
29520         * nis/nss-nisplus.h (niserr2nss): Likewise.
29521         * nscd/connections.c (restart_p): Likewise.
29522         Change return type to bool.
29523
29524 2013-02-05  Roland McGrath  <roland@hack.frob.com>
29525
29526         * Makeconfig (all-Depend-files): Add existing
29527         $(sorted-subdirs:=/Depend) files.
29528         (all-subdirs): Remove nss.
29529         * sysdeps/unix/inet/Subdirs: Add it here instead.
29530         * hesiod/Depend: New file.
29531
29532         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
29533         instead of calling alloca.
29534
29535         * io/lseek.c (__lseek): Rename to __libc_lseek.
29536         Define __lseek as an alias.
29537
29538         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
29539
29540 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
29541
29542         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
29543         else clause and remove check for non-standard endianness.
29544
29545 2013-02-04  David S. Miller  <davem@davemloft.net>
29546
29547         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29548
29549 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
29550
29551         [BZ #13550]
29552         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
29553         (__ubp_memchr): Remove prototype.
29554         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
29555         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29556         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
29557         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
29558         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
29559         Remove alias.
29560         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
29561         (__ubp_memchr): Likewise.
29562         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
29563         (__ubp_memchr): Likewise.
29564         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
29565         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
29566         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
29567         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
29568         CHECK_STRING.
29569         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
29570         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
29571         (__getcwd): Do not use CHECK_STRING.
29572         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
29573         <bp-checks.h>.
29574         (__real_chown): Do not use CHECK_STRING.
29575         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
29576         <bp-checks.h>.
29577         (fchownat): Do not use CHECK_STRING.
29578         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
29579         CHECK_STRING.
29580         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
29581         <bp-checks.h>.
29582         (__lchown): Do not use CHECK_STRING.
29583         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29584         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29585         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29586         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29587         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29588         include <bp-checks.h>.
29589         (truncate64): Do not use CHECK_STRING.
29590         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29591         <bp-checks.h>.
29592         (__real_chown): Do not use CHECK_STRING.
29593         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29594         <bp-checks.h>.
29595         (__lchown): Do not use CHECK_STRING.
29596         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29597         <bp-checks.h>.
29598         (__chown): Do not use CHECK_STRING.
29599         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29600         <bp-checks.h>.
29601         (truncate64): Do not use CHECK_STRING.
29602         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29603         Likewise.
29604         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29605         (__xmknod): Do not use CHECK_STRING.
29606         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29607         <bp-checks.h>.
29608         (__xmknodat): Do not use CHECK_STRING.
29609         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29610         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29611
29612 2013-02-04  Andreas Schwab  <schwab@suse.de>
29613
29614         [BZ #14142]
29615         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29616         * include/netdb.h: Likewise for h_errno.
29617         * elf/tst-stackguard1.c: Include <tls.h>.
29618
29619 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
29620
29621         * elf/link.h (struct link_map): Extend the l_addr comment.
29622         * include/link.h (struct link_map): Likewise.
29623
29624 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
29625
29626         [BZ #13550]
29627         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29628         (BOUNDED_1): Remove macro.
29629         * debug/backtrace.c: Don't include <bp-checks.h>.
29630         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29631         (__backtrace): Likewise.
29632         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29633         <bp-checks.h>.
29634         (__backtrace): Don't use BOUNDED_1.
29635         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29636         <bp-checks.h>.
29637         (__backtrace): Don't use BOUNDED_1.
29638         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29639         (__backtrace): Don't use BOUNDED_1.
29640         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29641         (shmat): Don't use BOUNDED_N.
29642
29643 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
29644
29645         [BZ #13550]
29646         * sysdeps/generic/bp-start.h: Remove file.
29647         * csu/libc-start.c: Don't include <bp-start.h>.
29648         (LIBC_START_MAIN): Set up __environ directly instead of using
29649         INIT_ARGV_and_ENVIRON.
29650         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29651         <bp-start.h>.
29652
29653         [BZ #13550]
29654         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29655         definitions.
29656         (CHECK_FCNTL): Likewise.
29657         (CHECK_N_PAGES): Likewise.
29658
29659         [BZ #13550]
29660         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29661         definitions.
29662         (CHECK_SIGSET_NULL_OK): Likewise.
29663         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29664         <bp-checks.h>.
29665         (sigpending): Don't use CHECK_SIGSET.
29666         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29667         <bp-checks.h>.
29668         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29669         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29670         <bp-checks.h>.
29671         (do_sigsuspend): Don't use CHECK_SIGSET.
29672         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29673         use CHECK_SIGSET.
29674         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29675         (do_sigwait): Don't use CHECK_SIGSET.
29676         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29677         use CHECK_SIGSET.
29678         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29679         include <bp-checks.h>.
29680         (sigpending): Don't use CHECK_SIGSET.
29681         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29682         include <bp-checks.h>.
29683         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29684         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29685         <bp-checks.h>.
29686         (sigpending): Don't use CHECK_SIGSET.
29687         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29688         <bp-checks.h>.
29689         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29690
29691         [BZ #13550]
29692         * sysdeps/generic/bp-semctl.h: Remove file.
29693         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29694         <bp-checks.h> and <bp-semctl.h>.
29695         (__old_semctl): Don't use CHECK_SEMCTL.
29696         (__new_semctl): Likewise.
29697         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29698         and <bp-semctl.h>.
29699         (__old_semctl): Don't use CHECK_SEMCTL.
29700         (__new_semctl): Likewise.
29701         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29702         <bp-checks.h> and <bp-semctl.h>.
29703         (__old_semctl): Don't use CHECK_SEMCTL.
29704         (__new_semctl): Likewise.
29705         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29706         <bp-checks.h> and <bp-semctl.h>.
29707         (semctl): Don't use CHECK_SEMCTL.
29708
29709         [BZ #13550]
29710         * Makerules (elide-bp-thunks): Remove variable.
29711         (elide-routines.oS): Don't use $(elide-bp-thunks).
29712         (elide-routines.os): Likewise.
29713         (elide-routines.o): Likewise.
29714         (elide-routines.op): Likewise.
29715         (elide-routines.og): Likewise.
29716         (objects): Don't use $(bp-thunks).
29717         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29718         include.
29719         (common-generated): Do not add s-proto-bp.d.
29720         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29721         (int): Likewise.
29722         (typ): Likewise.
29723         Do not generate makefile rules for bounded-pointer thunks.
29724         * sysdeps/generic/bp-thunks.h: Remove file.
29725         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29726         * sysdeps/unix/s-proto-bp.S: Likewise.
29727
29728         [BZ #15062]
29729         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29730         parts of result separately when argument is not close to line from
29731         -i to i and one part of argument is small.
29732         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29733         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29734         * math/libm-test.inc (cacos_test): Add more tests.
29735         (casin_test): Likewise.
29736         (casinh_test): Likewise.
29737         * sysdeps/i386/fpu/libm-test-ulps: Update.
29738         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29739
29740 2013-01-31  David S. Miller  <davem@davemloft.net>
29741
29742         * po/de.po: Update from translation team.
29743
29744 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
29745
29746         * time/tzfile.c: Include stdint.h for SIZE_MAX.
29747
29748 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
29749
29750         * configure.in (_AC_PROG_CC_C89): New definition.
29751         * configure: Regenerate.
29752
29753         * configure.in (AC_PROG_CPP): New definition.
29754         * configure: Regenerate.
29755
29756 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29757
29758         * debug/tst-backtrace.h: New file.
29759         * debug/tst-backtrace2.c: Include tst-backtrace.h.
29760         (ret): Remove variable.
29761         (x): Likewise.
29762         (FAIL): Remove macro.
29763         (NO_INLINE): Likewise.
29764         (fn1): Use match function instead of strstr.
29765         * debug/tst-backtrace3.c: Include tst-backtrace.h.
29766         (ret): Remove variable.
29767         (x): Likewise.
29768         (FAIL): Remove macro.
29769         (NO_INLINE): Likewise.
29770         (fn): Use match function instead of strstr.
29771         * debug/tst-backtrace4.c: Include tst-backtrace.h.
29772         (ret): Remove variable.
29773         (x): Likewise.
29774         (FAIL): Remove macro.
29775         (NO_INLINE): Likewise.
29776         (handle_signal): Use match function instead of strstr.
29777         * debug/tst-backtrace5.c: Include tst-backtrace.h.
29778         (ret): Remove variable.
29779         (x): Likewise.
29780         (FAIL): Remove macro.
29781         (NO_INLINE): Likewise.
29782         (handle_signal): Use match function instead of strstr.
29783
29784 2013-01-23  Roland McGrath  <roland@hack.frob.com>
29785
29786         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
29787
29788 2013-01-23  David S. Miller  <davem@davemloft.net>
29789
29790         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
29791         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
29792         argument of CAS if possible.
29793         * sysdeps/sparc/sparc64/bits/atomic.h
29794         (__arch_compare_and_exchange_val_32_acq): Likewise.
29795         (__arch_compare_and_exchange_val_64_acq): Likewise.
29796
29797 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
29798
29799         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
29800         * sysdeps/posix/ulimit.c: ... this.
29801         Include <limits.h>.
29802         * sysdeps/unix/bsd/ulimit.c: Remove file.
29803
29804 2013-01-23  Adam Conrad  <adconrad@0c3.net>
29805
29806         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
29807         (LDFLAGS-tst-array5): Likewise.
29808
29809 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29810
29811         [BZ #15036]
29812         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
29813         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
29814         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
29815         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
29816
29817 2013-01-21  David S. Miller  <davem@davemloft.net>
29818
29819         * sysdeps/sparc/backtrace.c: New file.
29820         * sysdeps/sparc/sparc32/backtrace.h: New file.
29821         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
29822         * sysdeps/sparc/sparc64/backtrace.h: New file.
29823         * sysdeps/sparc/sparc64/backtrace.c: Delete.
29824         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
29825         -funwind-tables.
29826
29827 2013-01-21  Andreas Schwab  <schwab@suse.de>
29828
29829         [BZ #15020]
29830         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
29831         closed its stdout.
29832
29833 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
29834
29835         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
29836         "mpa2.h".
29837         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29838
29839 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
29840             Mark Mitchell  <mark@codesourcery.com>
29841             Tom de Vries  <tom@codesourcery.com>
29842             Paul Pluzhnikov  <ppluzhnikov@google.com>
29843
29844         * debug/tst-backtrace2.c: New file.
29845         * debug/tst-backtrace3.c: Likewise.
29846         * debug/tst-backtrace4.c: Likewise.
29847         * debug/tst-backtrace5.c: Likewise.
29848         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
29849         (CFLAGS-tst-backtrace3.c): Likewise.
29850         (CFLAGS-tst-backtrace4.c): Likewise.
29851         (CFLAGS-tst-backtrace5.c): Likewise.
29852         (LDFLAGS-tst-backtrace2): Likewise.
29853         (LDFLAGS-tst-backtrace3): Likewise.
29854         (LDFLAGS-tst-backtrace4): Likewise.
29855         (LDFLAGS-tst-backtrace5): Likewise.
29856         (tests): Add new tests tst-backtrace2, tst-backtrace3,
29857         tst-backtrace4 and tst-backtrace5.
29858
29859 2013-01-18  Anton Blanchard  <anton@samba.org>
29860             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29861
29862         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
29863         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
29864         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
29865         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
29866         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
29867         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
29868         "+r" and remove output regs list as redundant.  Add explicit inline
29869         asm to specify register of return val to work around compiler codegen
29870         bug.  Remove (int) cast on return value.  Add return type parameter to
29871         use in macro so that this macro does not truncate return value for
29872         64-bit values.
29873         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
29874         pass to INTERNAL_VSYSCALL_NCS.
29875         (INLINE_VSYSCALL): Add 'long int' as return type to
29876         INTERNAL_VSYSCALL_NCS macro invocation.
29877         (INTERNAL_VSYSCALL): Add 'long int' as return type to
29878         INTERNAL_VSYSCALL_NCS macro invocation.
29879         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
29880
29881 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29882
29883         [BZ #14496]
29884         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
29885         Fix application of SIMD FP exception mask.
29886
29887         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
29888         mp_no from a power of two.
29889         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
29890         __mpexp_twomm1.  Use __pow_mp.
29891
29892         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
29893         multiplication.
29894
29895 2013-01-17  David S. Miller  <davem@davemloft.net>
29896
29897         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29898
29899 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29900
29901         [BZ #15023]
29902         * include/complex.h: Condition contents on [!_COMPLEX_H].
29903         (__kernel_casinhf): New prototype.
29904         (__kernel_casinh): Likewise.
29905         (__kernel_casinhl): Likewise.
29906         * math/Makefile (libm_calls): Add k_casinh.
29907         * math/k_casinh.c: New file.
29908         * math/k_casinhf.c: Likewise.
29909         * math/k_casinhl.c: Likewise.
29910         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
29911         finite nonzero arguments.
29912         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
29913         finite nonzero arguments.
29914         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
29915         finite nonzero arguments.
29916         * math/s_casinh.c: Do not include <float.h>.
29917         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
29918         * math/s_casinhf.c: Do not include <float.h>.
29919         (__casinhf): Move code for finite nonzero arguments to
29920         k_casinhf.c.
29921         * math/s_casinhl.c: Do not include <float.h>.
29922         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
29923         redefine.
29924         (__casinhl): Move code for finite nonzero arguments to
29925         k_casinhl.c.
29926         * math/libm-test.inc (cacos_test): Add more tests.
29927         * sysdeps/i386/fpu/libm-test-ulps: Update.
29928         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29929
29930 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
29931
29932         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
29933         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
29934         [!HAVE_MREMAP]: Remove [defined linux] case.
29935         * malloc/arena.c: Do not include <malloc-sysdep.h>.
29936
29937 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29938
29939         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
29940
29941 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
29942
29943         * elf/elf.h (R_386_SIZE32): New relocation.
29944         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
29945         R_386_SIZE32.
29946         (elf_machine_rela): Likewise.
29947         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
29948         R_X86_64_SIZE64 and R_X86_64_SIZE32.
29949
29950 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29951
29952         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
29953         (FP_FAST_FMA): Do not define.
29954         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
29955         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
29956         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
29957         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
29958         !_SOFT_FLOAT]: Likewise.
29959         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
29960         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
29961         value.
29962         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
29963         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
29964         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
29965         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
29966         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
29967         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
29968         file.
29969
29970 2013-01-16  Andreas Schwab  <schwab@suse.de>
29971
29972         [BZ #14327]
29973         * include/stdlib.h (__mktemp): Add declaration.
29974         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
29975         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
29976
29977 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29978
29979         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
29980         definitions.
29981         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
29982         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
29983         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
29984         definitions here.
29985         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
29986         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
29987         definitions.
29988         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
29989         and ONE.
29990         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
29991         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
29992         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
29993         definitions.
29994         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
29995         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
29996         definitions.
29997         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
29998
29999         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
30000
30001 2013-01-15  David S. Miller  <davem@davemloft.net>
30002
30003         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30004         trunc{,f} to libm-sysdep_routes.
30005         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30006         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
30007         file.
30008         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
30009         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
30010         file.
30011         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
30012         file.
30013         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
30014         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
30015         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
30016         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
30017         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
30018         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
30019         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
30020         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
30021
30022         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30023         nearbyint{,f} to libm-sysdep_routes.
30024         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30025         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
30026         New file.
30027         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
30028         file.
30029         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
30030         New file.
30031         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
30032         file.
30033         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
30034         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
30035         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
30036         file.
30037         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
30038         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
30039         file.
30040         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
30041         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
30042         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
30043
30044         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
30045         libc_feholdexcept and libc_fesetenv.
30046
30047 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
30048
30049         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
30050
30051 2013-01-14  David S. Miller  <davem@davemloft.net>
30052
30053         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
30054         (SPARC_ASM_VIS2_IFUNC): Likewise.
30055         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
30056         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
30057         use of 'siam' instruction.
30058         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
30059         Likewise.
30060         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
30061         Likewise.
30062         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
30063         Likewise.
30064         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
30065         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
30066         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
30067         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
30068         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
30069         file.
30070         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
30071         file.
30072         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
30073         file.
30074         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
30075         file.
30076         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
30077         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
30078         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
30079         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
30080         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
30081         new VIS2 routines.
30082         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
30083         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
30084         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
30085         Likewise.
30086         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
30087         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
30088         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
30089         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
30090         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
30091         routines to libm-sysdep_routines.
30092         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
30093
30094         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
30095         fdim/fdimf to libm-sysdep_routines.
30096         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
30097         file.
30098         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
30099         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
30100         file.
30101         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
30102         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
30103         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
30104         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
30105         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
30106         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
30107         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
30108
30109 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
30110
30111         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
30112         to optimize copies.
30113
30114         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
30115         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30116         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30117
30118         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
30119         local variable MPTWO.
30120         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
30121         Likewise.
30122
30123 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30124
30125         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
30126         GLOB_NOESCAPE.
30127
30128 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30129
30130         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
30131
30132 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
30133
30134         * manual/pattern.texi (glob_t): Document gl_flags.
30135         (glob64_t): Likewise.
30136
30137 2013-01-11  David S. Miller  <davem@davemloft.net>
30138
30139         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
30140         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
30141         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
30142         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
30143         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
30144         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
30145         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
30146         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
30147         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
30148         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
30149         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
30150         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
30151         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
30152
30153         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30154         sparc V9 rather than using V8 code.
30155         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30156         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30157
30158         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
30159         Move to...
30160         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
30161         Here.
30162
30163 2013-01-11  Roland McGrath  <roland@hack.frob.com>
30164
30165         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
30166         not in the main loop.
30167         * configure: Regenerated.
30168
30169 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
30170
30171         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
30172         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
30173         to just #else.
30174         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
30175         [!__GLIBC_HAVE_LONG_LONG] case.
30176         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
30177         condition to just #else.
30178         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
30179         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
30180         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
30181         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
30182         unconditional.
30183         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
30184         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30185         #elif condition to just #else.
30186         * sysdeps/unix/sysv/linux/sys/sysmacros.h
30187         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
30188         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
30189         #elif condition to just #else.
30190
30191 2013-01-11  Steve Ellcey  <sellcey@mips.com>
30192
30193         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
30194         (EF_MIPS_ARCH_64): Fix value.
30195         (EF_MIPS_ARCH_32R2): New.
30196         (EF_MIPS_ARCH_64R2): New.
30197
30198 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
30199
30200         * Makeconfig (+link-pie-before-libc): New.
30201         (+link-pie-after-libc): Likewise.
30202         (+link-pie-tests): Likewise.
30203         (+link-pie): Rewritten.
30204         (link-before-libc): Remove $(config-LDFLAGS).
30205         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
30206         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
30207         (config-LDFLAGS): Renamed to ...
30208         (rtld-LDFLAGS): This.
30209         (rtld-tests-LDFLAGS): New macro.
30210         (link-libc-rpath-link): Likewise.
30211         (link-libc-tests-rpath-link): Likewise.
30212         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
30213         (link-libc): Prepand $(link-libc-rpath-link).
30214         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
30215         (test-program-prefix): New macro.
30216         (test-via-rtld-prefix): Likewise.
30217         (test-program-cmd): Likewise.
30218         (host-test-program-cmd): Likewise.
30219         * Makefile ($(common-objpfx)testrun.sh): Replace
30220         $(run-program-prefix) with $(test-program-prefix).
30221         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
30222         $(rtld-LDFLAGS).
30223         ($(common-objpfx)shlib.lds): Likewise.
30224         (build-module-helper): Likewise.
30225         ($(common-objpfx)format.lds): Likewise.
30226         * Rules (binaries-pie-tests): New.
30227         (binaries-pie-notests): Likewise.
30228         (binaries-pie): Rewritten.
30229         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
30230         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
30231         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
30232         (make-test-out): Replace $(host-built-program-cmd) with
30233         $(host-test-program-cmd).
30234         * config.make.in (build-hardcoded-path-in-tests): New variable.
30235         * configure.in (--enable-hardcoded-path-in-tests): New configure
30236         option.
30237         (hardcoded_path_in_tests): New AC_SUBST.
30238         * configure: Regenerated.
30239         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
30240         $(built-program-cmd) with $(test-program-cmd).
30241         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
30242         (test_program_cmd): This.
30243         * elf/Makefile ($(objpfx)order.out): Run test with
30244         $(test-program-prefix).
30245         ($(objpfx)order2.out): Likewise.
30246         ($(objpfx)tst-initorder.out): Likewise.
30247         ($(objpfx)tst-initorder2.out): Likewise.
30248         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
30249         $(test-program-cmd).
30250         ($(objpfx)tst-array1-static.out): Likewise.
30251         ($(objpfx)tst-array2.out): Likewise.
30252         ($(objpfx)tst-array3.out): Likewise.
30253         ($(objpfx)tst-array4.out): Likewise.
30254         ($(objpfx)tst-array5.out): Likewise.
30255         ($(objpfx)tst-array5-static.out): Likewise.
30256         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
30257         $(test-program-cmd).
30258         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
30259         $(run-program-prefix) with $(test-program-prefix).
30260         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
30261         (test_program_prefix): This.
30262         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
30263         $(run-program-prefix) with $(test-program-prefix).
30264         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
30265         (test_program_prefix): This.
30266         * iconvdata/tst-tables.sh: Likewise.
30267         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
30268         $(run-program-prefix) with $(test-program-prefix).
30269         ($(objpfx)tst-translit.out): Likewise.
30270         ($(objpfx)tst-gettext2.out): Likewise.
30271         ($(objpfx)tst-gettext4.out): Likewise.
30272         ($(objpfx)tst-gettext6.out): Likewise.
30273         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
30274         (test_program_prefix): This.
30275         * intl/tst-gettext2.sh: Likewise.
30276         * intl/tst-gettext4.sh  Likewise.
30277         * intl/tst-gettext6.sh: Likewise.
30278         * intl/tst-translit.sh: Likewise.
30279         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
30280         with $(test-program-cmd).
30281         * libio/Makefile ($(objpfx)test-freopen.out): Replace
30282         $(run-program-prefix) with $(test-program-prefix).
30283         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
30284         (test_program_prefix): This.
30285         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
30286         $(run-program-prefix) with $(test-program-prefix).
30287         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
30288         (test_program_prefix): This.
30289         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
30290         * posix/Makefile ($(objpfx)globtest.out): Replace
30291         $(run-via-rtld-prefix) and $(test-wrapper) with
30292         $(test-program-prefix) and $(test-via-rtld-prefix).
30293         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
30294         $(test-program-prefix).
30295         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
30296         $(host-test-program-cmd).
30297         (tst-spawn-ARGS): Likewise.
30298         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
30299         $(test-program-prefix).
30300         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
30301         (test_via_rtld_prefix): This.
30302         (test_wrapper): Renamed to ...
30303         (test_program_prefix): This.
30304         (run_program_prefix): Replaced by test_program_prefix.
30305         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
30306         (test_program_prefix): This.
30307         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
30308         with $(host-test-program-cmd).
30309         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
30310         $(run-program-prefix) with $(test-program-prefix).
30311         ($(objpfx)tst-printf.out): Likewise.
30312         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
30313         $(test-program-cmd).
30314         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
30315         (test_program_prefix): This.
30316         * stdio-common/tst-unbputc.sh: Likewise.
30317         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
30318         $(run-program-prefix) with $(test-program-prefix).
30319         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
30320         (test_program_prefix): This.
30321         * string/Makefile ($(objpfx)tst-svc.out):  Replace
30322         $(built-program-cmd) with $(test-program-cmd).
30323
30324 2013-01-11  Andreas Jaeger  <aj@suse.de>
30325
30326         [BZ #15003]
30327         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
30328         value. Sync with Linux 3.7.
30329
30330 2013-01-10  David S. Miller  <davem@davemloft.net>
30331
30332         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
30333         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30334         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30335
30336 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30337
30338         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
30339         never set.
30340         * configure: Regenerated.
30341
30342 2013-01-10  David S. Miller  <davem@davemloft.net>
30343
30344         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
30345         sparc V9 rather than using V8 code.
30346         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
30347         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
30348
30349 2013-01-10  Roland McGrath  <roland@hack.frob.com>
30350
30351         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
30352         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
30353         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
30354         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
30355         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
30356         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
30357         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
30358         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
30359         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
30360         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
30361         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
30362         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
30363         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
30364         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
30365         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
30366         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
30367         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
30368         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
30369         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
30370         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
30371         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
30372         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
30373         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
30374         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
30375         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
30376         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
30377         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
30378
30379 2013-01-10  David S. Miller  <davem@davemloft.net>
30380
30381         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30382
30383 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30384
30385         * posix/Makefile (tests-static): New variable.
30386         (tests): Add $(tests-static).
30387         (tst-exec-static-ARGS): New variable.
30388         (tst-spawn-static-ARGS): Likewise.
30389         * posix/tst-exec-static.c: New file.
30390         * posix/tst-spawn-static.c: Likewise.
30391         * posix/tst-exec.c: Support run directly.
30392         * posix/tst-spawn.c: Likewise.
30393
30394 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
30395
30396         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
30397         long.
30398         * math/bits/mathcalls.h (llrint): Likewise.
30399         (llround): Likewise.
30400         * stdlib/stdlib.h (struct drand48_data): Likewise.
30401         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
30402         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
30403         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
30404         Likewise.
30405         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
30406         Likewise.
30407         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
30408         (elf_greg_t): Likewise.
30409         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
30410         (__jmp_buf): Likewise.
30411         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
30412         definitions.
30413         (llrint): Likewise, for all definitions.
30414         (llrintl): Likewise.
30415
30416         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
30417         Remove [__GNUC__] condition.
30418         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
30419         condition to just [__USE_ISOC99].
30420         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
30421
30422 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
30423
30424         [BZ #14200]
30425         * sysdeps/unix/sysv/linux/x86/bits/environments.h
30426         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
30427         defined.
30428         (_POSIX_V6_ILP32_OFF32): Likewise.
30429         (_XBS5_ILP32_OFF32): Likewise.
30430         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
30431         (__ILP32_OFFBIG_LDFLAGS): Likewise.
30432
30433 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30434
30435         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
30436
30437         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
30438         doubles __mpexp_twomm1.  Adjust usage.
30439         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
30440         Remove.
30441
30442 2013-01-10  Andreas Schwab  <schwab@suse.de>
30443
30444         [BZ #14964]
30445         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
30446         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
30447
30448 2013-01-09  David S. Miller  <davem@davemloft.net>
30449
30450         [BZ #15003]
30451         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
30452         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
30453         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
30454         (TCP_FASTOPEN): Define.
30455         (tcp_repair_opt): New structure.
30456         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
30457         enum values.
30458         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
30459         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
30460         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
30461         (tcp_cookie_transactions): New structure.
30462
30463 2013-01-09  Anton Blanchard  <anton@samba.org>
30464
30465         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
30466         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
30467         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
30468         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
30469
30470 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
30471
30472         * include/features.h (__USE_ANSI): Remove.
30473
30474 2013-01-09  Roland McGrath  <roland@hack.frob.com>
30475
30476         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
30477
30478         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
30479
30480 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
30481
30482         * sysdeps/s390/fpu/libm-test-ulps: Update.
30483
30484         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30485
30486         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
30487         (__acr): Likewise.
30488         (__cpy): Likewise.
30489         (norm): Likewise.
30490         (denorm): Likewise.
30491         (__mp_dbl): Likewise.
30492         (__dbl_mp): Likewise.
30493         (add_magnitudes): Likewise.
30494         (sub_magnitudes): Likewise.
30495         (__add): Likewise.
30496         (__sub): Likewise.
30497         (__mul): Likewise.
30498         (__inv): Likewise.
30499         (__dvd): Likewise.
30500         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
30501         (__acr): Likewise.
30502         (__cpy): Likewise.
30503         (norm): Likewise.
30504         (denorm): Likewise.
30505         (__mp_dbl): Likewise.
30506         (__dbl_mp): Likewise.
30507         (add_magnitudes): Likewise.
30508         (sub_magnitudes): Likewise.
30509         (__add): Likewise.
30510         (__sub): Likewise.
30511         (__mul): Likewise.
30512         (__inv): Likewise.
30513         (__dvd): Likewise.
30514         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
30515         (__acr): Likewise.
30516         (__cpy): Likewise.
30517         (norm): Likewise.
30518         (denorm): Likewise.
30519         (__mp_dbl): Likewise.
30520         (__dbl_mp): Likewise.
30521         (add_magnitudes): Likewise.
30522         (sub_magnitudes): Likewise.
30523         (__add): Likewise.
30524         (__sub): Likewise.
30525         (__mul): Likewise.
30526         (__inv): Likewise.
30527         (__dvd): Likewise.
30528
30529 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
30530
30531         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
30532         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
30533         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
30534         2 && __USE_EXTERN_INLINES]: Likewise.
30535
30536 2013-01-08  Andreas Jaeger  <aj@suse.de>
30537
30538         [BZ# 14985]
30539         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
30540         Remove.
30541         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30542         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
30543
30544 2013-01-07  Anton Blanchard  <anton@samba.org>
30545
30546         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
30547         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
30548         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
30549         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
30550         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
30551         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
30552         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
30553         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30554         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30555         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30556         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
30557         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
30558         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
30559         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
30560         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
30561         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
30562         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
30563         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
30564         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
30565         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
30566         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
30567         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
30568         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
30569         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
30570         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
30571         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
30572         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
30573         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
30574         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
30575         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
30576         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
30577         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30578         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30579         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
30580         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
30581         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
30582         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
30583         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30584         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30585         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30586         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30587         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30588         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30589
30590 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
30591
30592         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30593         (__MALLOC_PMT): Likewise.
30594         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30595         [__GNUC__], only on [_LIBC].
30596         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30597         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30598         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30599         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30600         forward declaration.
30601         (realloc_hook_ini): Likewise.
30602         (memalign_hook_ini): Likewise.
30603         (__libc_memalign): Do not use __MALLOC_PMT in variable
30604         declaration.
30605         (__libc_valloc): Likewise.
30606         (__libc_pvalloc): Likewise.
30607         (__libc_calloc): Likewise.
30608         (__posix_memalign): Likewise.
30609
30610         [BZ #14996]
30611         * math/s_casinh.c: Include <float.h>.
30612         (__casinh): Do not do computation with squaring and square root
30613         for large arguments.
30614         * math/s_casinhf.c: Include <float.h>.
30615         (__casinhf): Do not do computation with squaring and square root
30616         for large arguments.
30617         * math/s_casinhl.c: Include <float.h>.
30618         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30619         (__casinhl): Do not do computation with squaring and square root
30620         for large arguments.
30621         * math/libm-test.inc (casin_test): Add more tests.
30622         (casinh_test): Likewise.
30623         * sysdeps/i386/fpu/libm-test-ulps: Update.
30624         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30625
30626 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
30627
30628         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30629         (__x86_64_raw_data_cache_size): Likewise.
30630         (__x86_64_data_cache_size_half): Likewise.
30631         (__x86_64_raw_data_cache_size_half): Likewise.
30632         (__x86_64_shared_cache_size): Likewise.
30633         (__x86_64_raw_shared_cache_size): Likewise.
30634         (__x86_64_shared_cache_size_half): Likewise.
30635         (__x86_64_raw_shared_cache_size_half): Likewise.
30636         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30637         to ...
30638         (__x86_data_cache_size): This.
30639         (__x86_64_raw_data_cache_size): Renamed to ...
30640         (__x86_raw_data_cache_size): This.
30641         (__x86_64_data_cache_size_half): Renamed to ...
30642         (__x86_data_cache_size_half): This.
30643         (__x86_64_raw_data_cache_size_half): Renamed to ...
30644         (__x86_raw_data_cache_size_half): This.
30645         (__x86_64_shared_cache_size): Renamed to ...
30646         (__x86_shared_cache_size): This.
30647         (__x86_64_raw_shared_cache_size): Renamed to ...
30648         (__x86_raw_shared_cache_size): This.
30649         (__x86_64_shared_cache_size_half): Renamed to ...
30650         (__x86_shared_cache_size_half): This.
30651         (__x86_64_raw_shared_cache_size_half): Renamed to ...
30652         (__x86_raw_shared_cache_size_half): This.
30653         * sysdeps/x86_64/memcpy.S: Updated.
30654         * sysdeps/x86_64/memset.S: Likewise.
30655         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30656         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30657         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30658
30659 2013-01-04  David S. Miller  <davem@davemloft.net>
30660
30661         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30662
30663 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
30664
30665         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30666         1 to avoid redefinition warning.
30667         (__USE_GNU): Don't define.
30668         (init_signaling_nan): Protoize.
30669
30670         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30671
30672 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30673
30674         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30675         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
30676         (__cpymn): Likewise.
30677         (norm): Remove commented code.
30678         (denorm): Likewise.
30679         (__mp_dbl): Likewise.
30680         (__inv): Likewise.
30681         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30682         (__cpymn): Likewise.
30683         (norm): Remove commented code.
30684         (denorm): Likewise.
30685         (__mp_dbl): Likewise.
30686         (__inv): Likewise.
30687
30688         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30689         mp_no value for 1.0 and 2.0.
30690         (norm): Use RADIXI instead of radixi.d.
30691         (denorm): Likewise.
30692         (__mul): Use 0.0 instead of zero.d.
30693         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30694         mp_no value for 1.0 and 2.0.
30695         (norm): Use RADIXI instead of radixi.d.
30696         (denorm): Likewise.
30697         (__mul): Use 0.0 instead of zero.d.
30698
30699 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
30700
30701         [BZ #14994]
30702         * math/s_casinh.c (__casinh): Reduce finite argument to first
30703         quadrant then set signs of results at the end.
30704         * math/s_casinhf.c (__casinhf): Likewise.
30705         * math/s_casinhl.c (__casinhl): Likewise.
30706         * math/libm-test.inc (casin_test): Add more tests.
30707         (casinh_test): Likewise.
30708         * sysdeps/i386/fpu/libm-test-ulps: Update.
30709         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30710
30711 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30712
30713         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30714
30715         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30716
30717         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30718         declarations.
30719         (denorm): Likewise.
30720         (__mp_dbl): Likewise.
30721         (__inv): Likewise.
30722
30723         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30724         and adjust the header comment.
30725
30726         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30727         variable name from declaration.
30728
30729 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30730
30731         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30732         Initialize COMMON_CPUID_INDEX_7 element.
30733         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30734         (CPUID_RTM): Likewise.
30735         (HAS_RTM): Likewise.
30736         (COMMON_CPUID_INDEX_7): New enum.
30737
30738 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
30739
30740         [BZ #14981]
30741         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30742         size is zero, record memory as freed.
30743
30744 2013-01-03  Andreas Jaeger  <aj@suse.de>
30745
30746         * po/ia.po: Add new Interlingua translation.
30747
30748 2012-01-03  Allan McRae  <allan@archlinux.org>
30749
30750         * locale/programs/localedef.c: Fix description of '--posix' flag.
30751
30752 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
30753
30754         * NEWS: Update dates in second copyright notice.
30755         * README: Update copyright dates in example.
30756         * manual/libc.texinfo: Update copyright dates.
30757         * scripts/test-installation.pl: Update copyright date in --version
30758         output.
30759
30760         * hurd/ctty-input.c: Fix copyright notice formatting.
30761         * hurd/ctty-output.c: Likewise.
30762         * hurd/dtable.c: Likewise.
30763         * hurd/hurd-raise.c: Likewise.
30764         * hurd/hurdprio.c: Likewise.
30765         * hurd/msgportdemux.c: Likewise.
30766         * misc/sys/file.h: Likewise.
30767         * misc/sys/ioctl.h: Likewise.
30768         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
30769         * sysdeps/mach/hurd/chdir.c: Likewise.
30770         * sysdeps/mach/hurd/fchdir.c: Likewise.
30771         * sysdeps/mach/hurd/rename.c: Likewise.
30772         * sysdeps/mach/hurd/rmdir.c: Likewise.
30773         * sysdeps/mach/hurd/seekdir.c: Likewise.
30774         * sysdeps/mach/hurd/setsid.c: Likewise.
30775         * sysdeps/posix/wait3.c: Likewise.
30776
30777         * All files with FSF copyright notices: Update copyright dates
30778         using scripts/update-copyrights.
30779         * intl/plural.c: Regenerated.
30780         * locale/programs/charmap-kw.h: Likewise.
30781         * locale/programs/locfile-kw.h: Likewise.
30782
30783 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30784
30785         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
30786         four values.
30787
30788         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
30789         calculation loop and add branch prediction.
30790
30791         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
30792         check access beyond bounds of m1np.
30793
30794         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30795         MPTWO.
30796         (__inv): Remove local variable MPTWO to use the global
30797         constant.
30798         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
30799         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30800         variable MPTWO.
30801         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
30802         MP3HALFS static const.
30803
30804 2013-01-01  David S. Miller  <davem@davemloft.net>
30805
30806         * po/ca.po: Update from translation team.
30807
30808 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
30809
30810         * scripts/update-copyrights: New file.
30811         * Makeconfig: Reformat copyright notice.
30812         * ctype/ctype.h: Likewise.
30813         * debug/swprintf_chk.c: Likewise.
30814         * elf/dl-cache.c: Likewise.
30815         * elf/dl-debug.c: Likewise.
30816         * elf/dl-object.c: Likewise.
30817         * grp/initgroups.c: Likewise.
30818         * hurd/Makefile: Likewise.
30819         * hurd/hurd/signal.h: Likewise.
30820         * hurd/hurdfault.c: Likewise.
30821         * hurd/hurdioctl.c: Likewise.
30822         * hurd/hurdlookup.c: Likewise.
30823         * hurd/intr-msg.c: Likewise.
30824         * iconv/gconv_open.c: Likewise.
30825         * libio/swprintf.c: Likewise.
30826         * locale/lc-ctype.c: Likewise.
30827         * locale/nl_langinfo.c: Likewise.
30828         * mach/Machrules: Likewise.
30829         * mach/Makefile: Likewise.
30830         * malloc/obstack.h: Likewise.
30831         * manual/Makefile: Likewise.
30832         * manual/tsort.awk: Likewise.
30833         * misc/bits/stab.def: Likewise.
30834         * nis/nis_print_group_entry.c: Likewise.
30835         * nis/nis_table.c: Likewise.
30836         * nis/nss_compat/compat-pwd.c: Likewise.
30837         * nis/nss_compat/compat-spwd.c: Likewise.
30838         * po/Makefile: Likewise.
30839         * posix/fnmatch.c: Likewise.
30840         * posix/regex.h: Likewise.
30841         * resolv/Makefile: Likewise.
30842         * resolv/nss_dns/dns-network.c: Likewise.
30843         * resolv/res_hconf.c: Likewise.
30844         * scripts/gen-sorted.awk: Likewise.
30845         * soft-fp/soft-fp.h: Likewise.
30846         * stdio-common/printf.h: Likewise.
30847         * stdlib/monetary.h: Likewise.
30848         * stdlib/random.c: Likewise.
30849         * stdlib/random_r.c: Likewise.
30850         * sysdeps/generic/Makefile: Likewise.
30851         * sysdeps/gnu/Makefile: Likewise.
30852         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
30853         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
30854         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
30855         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
30856         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
30857         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
30858         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
30859         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
30860         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
30861         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
30862         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
30863         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
30864         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
30865         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
30866         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
30867         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
30868         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
30869         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
30870         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
30871         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
30872         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
30873         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
30874         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
30875         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
30876         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
30877         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
30878         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
30879         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
30880         * sysdeps/mach/hurd/errnos.awk: Likewise.
30881         * sysdeps/mach/hurd/fork.c: Likewise.
30882         * sysdeps/mach/hurd/getcwd.c: Likewise.
30883         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
30884         * sysdeps/mach/hurd/mmap.c: Likewise.
30885         * sysdeps/mach/hurd/utimes.c: Likewise.
30886         * sysdeps/mach/hurd/xmknod.c: Likewise.
30887         * sysdeps/posix/profil.c: Likewise.
30888         * sysdeps/posix/readdir_r.c: Likewise.
30889         * sysdeps/powerpc/bits/mathdef.h: Likewise.
30890         * sysdeps/powerpc/bits/setjmp.h: Likewise.
30891         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
30892         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30893         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30894         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
30895         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30896         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
30897         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30898         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
30899         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30900         * sysdeps/pthread/lio_listio.c: Likewise.
30901         * sysdeps/sparc/dl-procinfo.h: Likewise.
30902         * sysdeps/unix/i386/sysdep.S: Likewise.
30903         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
30904         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
30905         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
30906         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
30907         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30908         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
30909         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
30910         * sysdeps/unix/sysv/linux/speed.c: Likewise.
30911         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
30912         * sysdeps/wordsize-32/divdi3.c: Likewise.
30913         * time/sys/time.h: Likewise.
30914         * wcsmbs/Makefile: Likewise.
30915
30916 2013-01-01  David S. Miller  <davem@davemloft.net>
30917
30918         * po/fr.po: Update from translation team.
30919
30920         * catgets/gencat.c: Update copyright year.
30921         * csu/version.c: Likewise.
30922         * debug/catchsegv.sh: Likewise.
30923         * debug/pcprofiledump.c: Likewise.
30924         * debug/xtrace.sh: Likewise.
30925         * elf/ldconfig.c: Likewise.
30926         * elf/ldd.bash.in: Likewise.
30927         * elf/pldd.c: Likewise.
30928         * elf/sotruss.ksh: Likewise.
30929         * elf/sprof.c: Likewise.
30930         * iconv/iconv_prog.c: Likewise.
30931         * iconv/iconvconfig.c: Likewise.
30932         * locale/programs/locale.c: Likewise.
30933         * locale/programs/localedef.c: Likewise.
30934         * login/programs/pt_chown.c: Likewise.
30935         * malloc/memusage.sh: Likewise.
30936         * malloc/memusagestat.c: Likewise.
30937         * malloc/mtrace.pl: Likewise.
30938         * nscd/nscd.c: Likewise.
30939         * nss/getent.c: Likewise.
30940         * nss/makedb.c: Likewise.
30941         * posix/getconf.c: Likewise.
30942
30943 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
30944
30945         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
30946         numbers.
30947
30948 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
30949
30950         * math/bits/mathcalls.h (modf): Use __nonnull.
30951
30952 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30953
30954         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
30955         (split): Use macro CN instead of the bare value.
30956         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
30957         could be used.
30958         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
30959         instead of the bare value.
30960         (power1): Likewise.
30961
30962 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30963
30964         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
30965         __ATAN_TWOM.
30966         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30967
30968         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
30969         their values.
30970         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30971         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30972         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
30973         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30974
30975 2012-12-28  Andreas Jaeger  <aj@suse.de>
30976
30977         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
30978         values are from Linux 3.7.
30979
30980         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
30981         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
30982
30983 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30984
30985         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
30986         TRUE case.
30987
30988         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
30989         (norm): Likewise.
30990         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
30991         variables with preprocessor constants.
30992         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30993         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
30994         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
30995
30996 2012-12-27  Bruno Haible  <bruno@clisp.org>
30997
30998         [BZ #14317]
30999         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
31000         only if needed.
31001
31002 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31003
31004         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
31005         and use variable directly.
31006         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
31007
31008         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
31009         MPONE.
31010         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
31011         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
31012         variable MPONE.
31013         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31014         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
31015         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
31016         include directive.  Remove local variable MPONE.
31017         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
31018         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
31019         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
31020
31021 2012-12-25  David S. Miller  <davem@davemloft.net>
31022
31023         * version.h (RELEASE): Set to "development".
31024         (VERSION): Set to "2.17.90".
31025         * NEWS: Add 2.18 section.
31026
31027 2012-12-21  David S. Miller  <davem@davemloft.net>
31028
31029         * po/hr.po: Update from translation team.
31030
31031 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31032
31033         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
31034
31035 2012-12-19  Steve Ellcey  <sellcey@mips.com>
31036
31037         * NEWS:  Mention new memcpy for MIPS.
31038
31039 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31040
31041         * manual/contrib.texi (Contributors): Spelling correction.
31042
31043 2012-12-15  David S. Miller  <davem@davemloft.net>
31044
31045         * po/ru.po: Update from translation team.
31046
31047 2012-12-13  David S. Miller  <davem@davemloft.net>
31048
31049         * NEWS: Mention IFUNC testsuite enhancements.
31050
31051         * po/pl.po: Update from translation team.
31052         * po/bg.po: Likewise.
31053
31054         * manual/contrib.texi (Contributors): Update entries for Hongjiu
31055         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
31056
31057 2012-12-11  David S. Miller  <davem@davemloft.net>
31058
31059         * po/sv.po: Update from translation team.
31060
31061         * po/vi.po: Update from translation team.
31062
31063         * po/cs.po: Update from translation team.
31064
31065         * po/de.po: Update from translation team.
31066         * po/eo.po: Likewise.
31067         * po/nl.po: Likewise.
31068
31069 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
31070
31071         [BZ #14246]
31072         * manual/argp.texi (Argp Helper Functions): Move node to follow
31073         Argp Parsing State.
31074
31075         [BZ #14872]
31076         * manual/conf.texi (Limits on File System Capacity): Mention if
31077         terminating null is included in the max size.
31078
31079 2012-12-10  Andreas Jaeger  <aj@suse.de>
31080
31081         * po/cs.po: Update from translation team.
31082
31083 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31084
31085         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
31086         void pointer and cast to uintptr_t.
31087         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
31088         path.
31089         * sysdeps/s390/s390-64/memcpy.S: Likewise.
31090         * sysdeps/s390/s390-64/memset.S: Likewise.
31091
31092 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
31093
31094         [BZ #14833]
31095         * menual/message.texi (Message Translation): Fix typos.
31096         (Helper programs for gettext): Likewise.
31097
31098 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
31099
31100         [BZ #14898]
31101         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
31102         Change to -1.
31103
31104 2012-12-07  David S. Miller  <davem@davemloft.net>
31105
31106         * po/libc.pot: Update.
31107
31108 2012-12-07  Richard Henderson  <rth@redhat.com>
31109
31110         [BZ #10114]
31111         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
31112         normal/normal case to before the switch.
31113         (_FP_DIV): Likewise.
31114
31115 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
31116             Mike Frysinger  <vapier@gentoo.org>
31117
31118         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
31119         check for __NR_fadvise64_64.
31120
31121 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
31122
31123         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
31124         0, not just to plain "0" as a statement.
31125         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
31126         with cw.
31127
31128 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
31129
31130         * NEWS: Use sourceware.org in Bugzilla URL.
31131
31132 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
31133
31134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
31135         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31136
31137         * stdio-common/tst-put-error.c (do_test): Add newline to the
31138         padded test to ensure flush.
31139
31140 2012-12-05  Jeff Law  <law@redhat.com>
31141
31142         * sunrpc/etc.rpc (fedfs_admin): Add entry.
31143
31144 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
31145
31146         * README: Don't refer to ports add-on as distributed separately.
31147         Mention AArch64 in list of systems supported in the ports add-on.
31148
31149         * LICENSES: Add more non-FSF copyright and license notices.
31150
31151         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
31152         ((unused)).
31153
31154         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
31155
31156         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
31157         10000 as width of padded output.
31158
31159 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31160
31161         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
31162
31163         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
31164         variable LX with __attribute__ ((unused)).
31165         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
31166         Likewise.
31167         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
31168         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
31169         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
31170         with __attribute__ ((unused)).
31171
31172 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
31173
31174         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
31175
31176 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
31177
31178         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
31179         (CFLAGS-nldbl-acos.c): New variable.
31180         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
31181         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
31182         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
31183         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
31184         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
31185         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
31186         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
31187         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
31188         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
31189         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
31190         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
31191         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
31192         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
31193         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
31194         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
31195         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
31196         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
31197         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
31198         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
31199         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
31200         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
31201         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
31202         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
31203         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
31204         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
31205         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
31206         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
31207         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
31208         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
31209         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
31210         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
31211         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
31212         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
31213         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
31214         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
31215         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
31216         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
31217         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
31218         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
31219         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
31220         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
31221         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
31222         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
31223         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
31224         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
31225         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
31226         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
31227         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
31228         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
31229         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
31230         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
31231         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
31232         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
31233         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
31234         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
31235         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
31236         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
31237         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
31238         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
31239         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
31240         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
31241         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
31242         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
31243         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
31244         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
31245         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
31246         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
31247         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
31248         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
31249         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
31250         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
31251         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
31252         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
31253         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
31254         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
31255         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
31256         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
31257         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
31258         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
31259         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
31260         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
31261         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
31262         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
31263         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
31264         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
31265         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
31266         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
31267         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
31268         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
31269         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
31270         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
31271         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
31272         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
31273         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
31274         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
31275         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
31276         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
31277
31278         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
31279         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
31280
31281         [BZ #14914]
31282         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
31283         whole low double instead of just low 47 bits when splitting values
31284         into two parts.
31285
31286 2012-12-03  Allan McRae  <allan@archlinux.org>
31287
31288         * manual/stdio.texi (Predefined Printf Handlers): Remove
31289         @hsep and @vsep usage.
31290
31291 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
31292
31293         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
31294         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
31295
31296 2012-12-03  Jeff Law  <law@redhat.com>
31297
31298         * time/sys/time.h (settimeofday): Do not mark TV argument
31299         as __nonnull.
31300
31301 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
31302
31303         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
31304         when currently writing and seek to current position when not.
31305         * libio/Makefile (tests): Remove bug-fclose1.
31306         * libio/bug-fclose1.c: Delete.
31307
31308 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
31309
31310         * manual/arith.texi (feenableexcept): Fix typo.
31311         (fedisableexcept): Likewise.
31312
31313 2012-11-30  Roland McGrath  <roland@hack.frob.com>
31314
31315         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
31316         second, differently-typed declaration, rather than a cast.
31317
31318 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
31319
31320         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
31321         * include/rpc/svc.h: ... here.
31322
31323 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
31324
31325         [BZ #13013]
31326         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
31327         depending n and resplen2 to catch cases where answer
31328         equals answerp2.
31329
31330 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
31331
31332         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
31333         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
31334
31335 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
31336
31337         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
31338
31339 2012-11-29  Roland McGrath  <roland@hack.frob.com>
31340
31341         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
31342
31343 2012-11-28  Jeff Law  <law@redhat.com>
31344
31345         [BZ #13761]
31346         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
31347         dataset_temporary.  Track alloca usage into alloca_used.
31348         If dataset is large allocate and release it via malloc/free.
31349
31350 2012-06-04  Florian Weimer  <fweimer@redhat.com>
31351
31352         [BZ #14197]
31353         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
31354
31355 2012-11-28  David S. Miller  <davem@davemloft.net>
31356
31357         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31358
31359 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31360
31361         [BZ #14803]
31362         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
31363         of pi/2 rounded to nearest to 64 bits.
31364         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
31365         nearest to 64 bits.
31366         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
31367         bits.
31368
31369 2012-11-28  Jeff Law <law@redhat.com>
31370             Martin Osvald <mosvald@redhat.com>
31371
31372         [BZ #14889]
31373         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
31374         * sunrpc/svc.c: Include time.h.
31375         (__svc_accept_failed): New function.
31376         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
31377         any reason other than EINTR, call __svc_accept_failed.
31378         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
31379         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
31380
31381 2012-11-28  Andreas Schwab  <schwab@suse.de>
31382
31383         * scripts/abilist.awk: Also handle indirect functions in .opd
31384         section.
31385
31386 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
31387
31388         [BZ #13881]
31389         * sysdeps/x86/fpu/powl_helper.c: New file.
31390         * sysdeps/x86/fpu/Makefile: Likewise.
31391         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
31392         (p3): New object.
31393         (__ieee754_powl): Use __powl_helper for finite arguments except
31394         integer exponents below 8.
31395         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
31396         (p3): New object.
31397         (__ieee754_powl): Use __powl_helper for finite arguments except
31398         integer exponents below 8.
31399         * math/libm-test.inc (pow_test): Add more tests and enable some
31400         previously disabled tests.
31401         * sysdeps/i386/fpu/libm-test-ulps: Update.
31402         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31403
31404 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31405             Carlos O'Donell  <carlos_odonell@mentor.com>
31406
31407         * nss/makedb.c (is_prime): Assert that input is odd and greater
31408         than 4.  Note that fact in a comment too.
31409         (next_prime): Add 4 to input.
31410
31411 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
31412
31413         [BZ #11741]
31414         * libio/Makefile (tests): Add test case tst-fwrite-error.
31415         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
31416         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
31417         * libio/tst-fwrite-error.c: New test case.
31418
31419 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
31420
31421         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
31422         before casting to void *.
31423         * include/libc-internal.h (__pointer_type): New macro.
31424         (__integer_if_pointer_type_sub): Likewise.
31425         (__integer_if_pointer_type): Likewise.
31426         (cast_to_integer): Likewise.
31427         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
31428         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
31429         before casting to atomic64_t.
31430         (atomic_exchange_acq): Likewise.
31431         (__arch_exchange_and_add_body): Likewise.
31432         (__arch_add_body): Likewise.
31433         (atomic_add_negative): Likewise.
31434         (atomic_add_zero): Likewise.
31435
31436 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
31437
31438         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
31439         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
31440         (add_fdes): Likewise.
31441         (linear_search_fdes): Likewise.
31442         (binary_search_unencoded_fdes): Likewise.
31443
31444 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
31445
31446         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
31447
31448 2012-11-24  Adam Conrad  <adconrad@0c3.net>
31449
31450         * configure.in: Autodetect C++ header directories.
31451         * configure: Regenerated.
31452
31453 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
31454
31455         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
31456
31457 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
31458
31459         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31460
31461 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
31462
31463         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
31464         LDBL_MANT_DIG == 106]: Disable some tests.
31465         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31466         Likewise.
31467         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
31468         Likewise.
31469
31470         [BZ #14871]
31471         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
31472         input for small inputs.  Return +/- pi/2 for large inputs.
31473         * math/libm-test.inc (atan_test): Add more tests.
31474
31475         * sysdeps/generic/unwind-dw2-fde-glibc.c
31476         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
31477         __attribute__ ((unused)).
31478
31479         [BZ #14645]
31480         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
31481         x * y if x and y are nonzero and z is zero.
31482
31483         [BZ #14811]
31484         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
31485         nonzero exponents with absolute value below 0x1p-117 to +/-
31486         0x1p-117.
31487
31488         [BZ #14869]
31489         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
31490         up arguments below 2**-450, not just those below 2**-500.
31491         * math/libm-test.inc (hypot_test): Add another test.
31492
31493         [BZ #14868]
31494         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
31495         Return a+b for ratio over 2**120, not 2**60.
31496         * math/libm-test.inc (hypot_test): Add another test.
31497
31498         * math/libm-test.inc (clog_test): Use
31499         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
31500         (clog10_test): Likewise.
31501
31502         [BZ #6778]
31503         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
31504
31505 2012-11-22  Andreas Schwab  <schwab@suse.de>
31506
31507         * sysdeps/i386/fpu/libm-test-ulps: Update.
31508
31509 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
31510
31511         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
31512         printf output with newline.
31513
31514 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
31515
31516         [BZ #14865]
31517         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
31518         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
31519         -z nodlopen, -z initfirst and -z execstack support.
31520         * configure: Regenerated.
31521
31522         * elf/elf.h (DF_1_NODIRECT): New macro.
31523         (DF_1_IGNMULDEF): Likewise.
31524         (DF_1_NOKSYMS): Likewise.
31525         (DF_1_NOHDR): Likewise.
31526         (DF_1_EDITED): Likewise.
31527         (DF_1_NORELOC): Likewise.
31528         (DF_1_SYMINTPOSE): Likewise.
31529         (DF_1_GLOBAUDIT): Likewise.
31530         (DF_1_SINGLETON): Likewise.
31531         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
31532         DT_1_SUPPORTED_MASK bits.
31533         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
31534
31535 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
31536
31537         * sysdeps/unix/make-syscalls.sh: Document prefixes.
31538
31539 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
31540
31541         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
31542         macro.
31543
31544         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
31545         (sendmmsg): Move declarations...
31546         * socket/sys/socket.h: ... here.
31547         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
31548         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
31549         include it from...
31550         * socket/recvmmsg.c: ... this new file.
31551         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
31552         (sendmmsg): Rename to __sendmmsg, create weak alias and make
31553         definition of __sendmmsg hidden.
31554         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
31555         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
31556         Move ENOSYS stub into and include it from...
31557         * socket/sendmmsg.c: ... this new file.
31558         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
31559         (sysdep_routines): Move recvmmsg and sendmmsg...
31560         * socket/Makefile (routines): ... here.
31561         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
31562         (GLIBC_PRIVATE): Add __sendmmsg.
31563         * include/sys/socket.h (__sendmmsg): Add declarations.
31564         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
31565         sendmmsg.
31566
31567 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
31568
31569         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
31570         variable I1 with __attribute__ ((unused)).
31571         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
31572
31573 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31574
31575         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
31576         DUMMY variables with __attribute__ ((unused)).
31577
31578         * bits/byteswap.h: Include <bits/types.h>.
31579         (__bswap_64): Use __uint64_t instead of unsigned long long int.
31580
31581 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31582
31583         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31584         string_t.  Do not manually set errno.
31585         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31586         length with __strnlen.  Make sure to both set errno and return it on
31587         failure.
31588
31589 2012-11-19  David S. Miller  <davem@davemloft.net>
31590
31591         With help from Joseph Myers.
31592         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31593         very large arguments properly.
31594         * math/libm-test.inc (atan_test): New tests.
31595         (atan2_test): New tests.
31596         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31597         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31598
31599 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31600
31601         [BZ #14856]
31602         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31603         Define to 3.
31604
31605         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31606         [POSIX] (EADDRNOTAVAIL): Likewise.
31607         [POSIX] (EAFNOSUPPORT): Likewise.
31608         [POSIX] (EALREADY): Likewise.
31609         [POSIX] (ECONNABORTED): Likewise.
31610         [POSIX] (ECONNREFUSED): Likewise.
31611         [POSIX] (ECONNRESET): Likewise.
31612         [POSIX] (EDESTADDRREQ): Likewise.
31613         [POSIX] (EDQUOT): Likewise.
31614         [POSIX] (EHOSTUNREACH): Likewise.
31615         [POSIX] (EIDRM): Likewise.
31616         [POSIX] (EISCONN): Likewise.
31617         [POSIX] (ELOOP): Likewise.
31618         [POSIX] (EMULTIHOP): Likewise.
31619         [POSIX] (ENETDOWN): Likewise.
31620         [POSIX] (ENETUNREACH): Likewise.
31621         [POSIX] (ENOBUFS): Likewise.
31622         [POSIX] (ENODATA): Likewise.
31623         [POSIX] (ENOLINK): Likewise.
31624         [POSIX] (ENOMSG): Likewise.
31625         [POSIX] (ENOPROTOOPT): Likewise.
31626         [POSIX] (ENOSR): Likewise.
31627         [POSIX] (ENOSTR): Likewise.
31628         [POSIX] (ENOTCONN): Likewise.
31629         [POSIX] (ENOTSOCK): Likewise.
31630         [POSIX] (EOPNOTSUPP): Likewise.
31631         [POSIX] (EOVERFLOW): Likewise.
31632         [POSIX] (EPROTO): Likewise.
31633         [POSIX] (EPROTONOSUPPORT): Likewise.
31634         [POSIX] (EPROTOTYPE): Likewise.
31635         [POSIX] (ESTALE): Likewise.
31636         [POSIX] (ETIME): Likewise.
31637         [POSIX] (ETXTBSY): Likewise.
31638         [POSIX] (EWOULDBLOCK): Likewise.
31639         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31640         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31641         [POSIX] (SEEK_CUR): Likewise.
31642         [POSIX] (SEEK_END): Likewise.
31643         [POSIX || UNIX98] (mode_t): Do not require.
31644         [POSIX] (off_t): Likewise.
31645         [POSIX] (pid_t): Likewise.
31646         [POSIX] (sys/stat.h): Do not allow header.
31647         [POSIX] (unistd.h): Likewise.
31648         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31649         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31650         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31651         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31652         require.
31653         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31654         sigevent): Specify elements.
31655         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31656         entry.
31657         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31658         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31659
31660         * conform/data/cpio.h-data [POSIX]: Disable whole file.
31661         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31662         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31663         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31664         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31665         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31666         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31667         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31668         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31669         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31670         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31671         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31672         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31673         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31674         Likewise.
31675         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31676         Likewise.
31677         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31678         Likewise.
31679         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31680         Likewise.
31681         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31682         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31683         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31684         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31685         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31686         Specify lower bound on value.
31687         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31688         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31689         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31690         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31691         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31692         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31693         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31694         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31695         value.
31696         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31697         as optional.
31698         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31699         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31700         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31701         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31702         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31703         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31704         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31705         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31706         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31707         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31708         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31709         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31710         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31711         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31712         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31713         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31714         entry.
31715         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31716         optional.
31717         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31718         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31719         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31720         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31721         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31722         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31723         Likewise.
31724         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31725         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31726         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31727         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31728         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
31729         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31730         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31731         as optional.
31732         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31733         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31734         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31735         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31736         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31737         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31738         specify as optional.
31739         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31740         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31741         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31742         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31743         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31744         [XPG3] (NL_LANGMAX): Likewise.
31745         [POSIX || XPG3] (NL_MSGMAX): Likewise.
31746         [POSIX || XPG3] (NL_NMAX): Likewise.
31747         [POSIX || XPG3] (NL_SETMAX): Likewise.
31748         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
31749         [XPG3] (NZERO): Likewise.
31750         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
31751         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
31752         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
31753         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
31754         (REG_ERANGE): Expect.
31755         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
31756         optional-constant.
31757         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
31758         Use (void) in prototype.
31759         [POSIX] (*_t): Allow.
31760         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
31761         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
31762         (WRDE_BADVAL): Expect.
31763
31764         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
31765         expect.
31766         [XPG3 || XPG4] (O_RSYNC): Likewise.
31767         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
31768         Likewise.
31769         [XPG3 || XPG4] (pthread_sigmask): Likewise.
31770         [XPG3 || XPG4] (sigqueue): Likewise.
31771         [XPG3 || XPG4] (sigtimedwait): Likewise.
31772         [XPG3 || XPG4] (sigwaitinfo): Likewise.
31773         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
31774         [XPG3 || XPG4] (vsnprintf): Likewise.
31775         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
31776         Likewise.
31777         [XPG3 || XPG4] (blksize_t): Likewise.
31778         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
31779         Likewise.
31780         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
31781         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
31782         [XPG3 || XPG4] (struct itimerspec): Likewise.
31783         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
31784         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
31785         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
31786         [XPG3 || XPG4] (clockid_t): Likewise.
31787         [XPG3 || XPG4] (timer_t): Likewise.
31788         [XPG3 || XPG4] (clock_getres): Likewise.
31789         [XPG3 || XPG4] (clock_gettime): Likewise.
31790         [XPG3 || XPG4] (clock_settime): Likewise.
31791         [XPG3 || XPG4] (nanosleep): Likewise.
31792         [XPG3 || XPG4] (timer_create): Likewise.
31793         [XPG3 || XPG4] (timer_delete): Likewise.
31794         [XPG3 || XPG4] (timer_gettime): Likewise.
31795         [XPG3 || XPG4] (timer_getoverrun): Likewise.
31796         [XPG3 || XPG4] (timer_settime): Likewise.
31797         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
31798         [XPG3 || XPG4] (getlogin_r): Likewise.
31799         [XPG3 || XPG4] (pread): Likewise.
31800         [XPG3 || XPG4] (pthread_atfork): Likewise.
31801         [XPG3 || XPG4] (pwrite): Likewise.
31802
31803         [BZ #14835]
31804         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
31805         <bits/siginfo.h>.
31806
31807 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31808
31809         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
31810         finalizing MALLSTREAM.
31811
31812         * sysdeps/mach/hurd/syncfs.c: New file.
31813
31814 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31815
31816         [BZ #14719]
31817         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
31818         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
31819         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
31820         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
31821         (_nss_dns_gethostbyname4_r): Likewise.
31822         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
31823         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
31824
31825 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
31826
31827         [BZ #13763]
31828         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
31829
31830 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
31831
31832         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
31833         * elf/cache.c (print_entry): Print ",AArch64" for
31834         FLAG_AARCH64_LIB64
31835
31836         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
31837         * elf/cache.c (print_entry): Print ",hard-float" for
31838         FLAG_ARM_LIBHF.
31839
31840 2012-11-18  David S. Miller  <davem@davemloft.net>
31841
31842         With help from Joseph Myers.
31843         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
31844         cutoff to 2**-13.
31845         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
31846         cutoff to 2**-25.
31847         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
31848         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
31849         small.
31850         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
31851         * math/libm-test.inc (y0_test): New tests.
31852         (y1_test): New tests.
31853         * sysdeps/i386/fpu/libm-test-ulps: Update.
31854         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31855         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31856
31857 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
31858
31859         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
31860         64-bit targets.
31861         * configure: Regenerated.
31862
31863 2012-11-17  David S. Miller  <davem@davemloft.net>
31864
31865         [BZ #14811]
31866         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
31867         nonzero exponents with absolute value below 0x1p-128 to +/-
31868         0x1p-128.
31869
31870 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
31871
31872         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
31873
31874         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
31875
31876         * posix/getconf-speclist.c: New file.
31877         * posix/posix-envs.def: Likewise.
31878         * posix/confstr.c (START_ENV_GROUP): New macro.
31879         (END_ENV_GROUP): Likewise.
31880         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31881         (KNOWN_PRESENT_ENV_STRING): Likewise.
31882         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31883         (UNKNOWN_ENVIRONMENT): Likewise.
31884         (confstr): Include posix-envs.def instead of handling
31885         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
31886         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
31887         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
31888         (END_ENV_GROUP): Likewise.
31889         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31890         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31891         (UNKNOWN_ENVIRONMENT): Likewise.
31892         (__sysconf): Include posix-envs.def instead of handling associated
31893         cases directly here.
31894         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
31895         preprocessing getconf-speclist.c rather than running getconf or
31896         generating empty file.
31897
31898 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
31899
31900         * scripts/check-local-headers.sh: Ignore 'mach' headers.
31901
31902 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
31903
31904         [BZ #14672]
31905         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
31906
31907 2012-11-16  David S. Miller  <davem@davemloft.net>
31908
31909         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
31910         smaller than LDBL_EPSILON/2.0L, just return xm1.
31911
31912 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
31913
31914         * elf/tst-array1.c (init): Set constructor priority to 1000.
31915         (fini): Set destructor priority to 1000.
31916         * elf/tst-array2dep.c: Likewise.
31917
31918 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31919
31920         [BZ #11741]
31921         * libio/fileops.c (_IO_new_file_write): Correctly return error.
31922         (_IO_new_file_xsputn): Also return EOF if none of the input
31923         data was written when overflow failed.
31924         * libio/iopadn.c (_IO_padn): Likewise.
31925         * libio/iowpadn.c (_IO_wpadn): Likewise.
31926         * stdio-common/tst-put-error.c: Add copyright notice.
31927         (do_test): Add case for printing padded string.
31928         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
31929         _IO_padn returned error.
31930         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
31931         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
31932         return EOF.
31933
31934 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31935
31936         * libio/libioP.h: Add comment note that the references to C++
31937         bits are now obsolete.
31938
31939 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31940
31941         * math/libm-test.inc (check_complex): Use asprintf.
31942
31943 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
31944
31945         * debug/pcprofiledump.c (print_version): Update copyright year.
31946         * malloc/memusagestat.c (print_version): Likewise.
31947
31948 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
31949
31950         [BZ #14831]
31951         * elf/Makefile (tests): Add tst-audit8.
31952         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
31953         ($(objpfx)tst-audit8.out): New target.
31954         (tst-audit8-ENV): New variable.
31955         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
31956         audit if l_reloc_result is NULL.
31957         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
31958         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
31959         * elf/tst-audit8.c: New file.
31960
31961 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31962
31963         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
31964         * misc/Makefile (CFLAGS-select.c): Define.
31965         * posix/Makefile (CFLAGS-pause.c): Define.
31966
31967 2012-11-13  David S. Miller  <davem@davemloft.net>
31968
31969         * crypt/Makefile: Move test targets after toplevel Rules
31970         inclusion.  Grab any necessary sysdep routines when linking.
31971         * crypt/md5.c (md5_process_block): Remove define, we will always
31972         name it __md5_process_block.
31973         (md5_finish_ctx): Update md5_process_block call.
31974         (md5_stream): Likewise.
31975         (md5_process_bytes): Likewise.
31976         (md5_process_block): Rename to __md5_process_block and move to ...
31977         * crypt/md5-block.c: ... here.
31978         * crypt/sha256.c (sha256_process_block): Move to ...
31979         * crypt/sha256-block.c: ... here.
31980         * crypt/sha512.c (sha512_process_block): Move to ...
31981         * crypt/sha512-block.c: ... here.
31982         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
31983         path.
31984         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
31985         * sysdeps/sparc/sparc64/multiarch/Makefile
31986         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
31987         crypt subdir.
31988         (localedef-aux): Add md5 crypto assembler when in locale subdir.
31989         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
31990         multiarch changes.
31991         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
31992         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
31993         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
31994         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
31995         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
31996         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
31997         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
31998         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
31999         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
32000         file.
32001         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
32002         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
32003         file.
32004         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
32005
32006 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
32007
32008         * timezone/tzselect.ksh: Update from tzcode git revision
32009         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
32010         * timezone/zdump.c: Likewise.
32011         * timezone/zic.c: Likewise.
32012         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
32013         in TZVERSION setting, not $(PKGVERSION).
32014         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
32015         REPORT_BUGS_TO settings.
32016
32017         [BZ #14838]
32018         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
32019         macro.
32020
32021 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32022
32023         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
32024         detection to immediately after _FP_ROUND().
32025         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
32026         bits are 0.
32027
32028 2012-11-11  David S. Miller  <davem@davemloft.net>
32029
32030         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
32031         inttypes.h
32032         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
32033         __close rather than their public counterparts.
32034
32035 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
32036
32037         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
32038         file.
32039         [UNIX98] (sem_timedwait): Do not expect.
32040         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
32041         [XPG4 || UNIX98] (sockatmark): Do not expect.
32042         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
32043         (clock_getcpuclockid): Do not expect.
32044         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
32045         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
32046         Do not expect.
32047         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
32048         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
32049         [UNIX98] (vwscanf): Likewise.
32050         [UNIX98] (vswscanf): Likewise.
32051
32052 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
32053
32054         * timezone/version.h: Remove file.
32055         * timezone/README: Do not refer to version.h.
32056         * timezone/Makefile ($(objpfx)zic.o): New dependency on
32057         $(objpfx)version.h.
32058         ($(objpfx)zdump.o): Likewise.
32059         ($(objpfx)version.h): New target.
32060
32061         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
32062         2012i.
32063         * timezone/README: Don't mention modification to tzselect.ksh.
32064         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
32065         work on unmodified tzselect.ksh.  Substitute version numbers in
32066         tzselect.ksh.
32067
32068         * Makefile (format-me): Remove.
32069         (INSTALL): Adjust indentation.  Use commands directly instead of
32070         using $(format-me).
32071
32072         * aclocal.m4 (ACX_PKGVERSION): New macro.
32073         (ACX_BUGURL): Likewise.
32074         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
32075         (PKGVERSION): New AC_DEFINE_UNQUOTED.
32076         (REPORT_BUGS_TO): Likewise.
32077         * configure: Regenerated.
32078         * config.h.in (PKGVERSION): New macro.
32079         (REPORT_BUGS_TO): Likewise.
32080         * config.make.in (PKGVERSION): New variable.
32081         (PKGVERSION_TEXI): Likewise.
32082         (REPORT_BUGS_TO): Likewise.
32083         (REPORT_BUGS_TEXI): Likewise.
32084         * Makefile (format-me): Use -I$(common-objpfx)manual.
32085         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
32086         ($(common-objpfx)manual/%): New target.
32087         (manual/%): Remove target.
32088         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
32089         (print_version): Use PKGVERSION.
32090         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
32091         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
32092         and REPORT_BUGS_TO.
32093         ($(objpfx)xtrace): Likewise.
32094         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
32095         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
32096         (print_version): Use PKGVERSION.
32097         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
32098         (do_version): Use PKGVERSION.
32099         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
32100         REPORT_BUGS_TO.
32101         (common-ldd-rewrite): Likewise.
32102         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
32103         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
32104         (print_version): Use PKGVERSION.
32105         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
32106         * elf/pldd.c (argp_program_bug_address): Remove variable.
32107         (more_help): New function.
32108         (argp): Use more_help.
32109         (print_version): Use PKGVERSION.
32110         * elf/sln.c (main): Use PKGVERSION.
32111         (usage): Use REPORT_BUGS_TO.
32112         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
32113         (top level): Use PKGVERSION.
32114         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
32115         (print_version): Use PKGVERSION.
32116         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
32117         (print_version): Use PKGVERSION.
32118         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
32119         (print_version): Use PKGVERSION.
32120         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
32121         (print_version): Use PKGVERSION.
32122         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
32123         (print_version): Use PKGVERSION.
32124         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
32125         (print_version): Use PKGVERSION.
32126         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
32127         and BUGURL.
32128         ($(objpfx)memusage): Likewise.
32129         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
32130         (do_version): Use PKGVERSION.
32131         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
32132         (print_version): Use PKGVERSION.
32133         * malloc/mtrace.pl ($PACKAGE): Remove variable.
32134         ($PKGVERSION): New variable.
32135         ($REPORT_BUGS_TO): Likewise.
32136         (usage): Use $REPORT_BUGS_TO.
32137         (top level): Use $PKGVERSION.
32138         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
32139         ($(objpfx)pkgvers.texi): New rule.
32140         ($(objpfx)stamp-pkgvers): Likewise.
32141         * manual/install.texi: Include pkgvers.texi.
32142         (--with-pkgversion): Document new configure option.
32143         (--with-bugurl): Likewise.
32144         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
32145         than necessarily for this particular distribution.  Use
32146         REPORT_BUGS_TO for where to report bugs.
32147         * INSTALL: Regenerated.
32148         * manual/libc.texinfo: Include pkgvers.texi.
32149         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
32150         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
32151         (print_version): Use PKGVERSION.
32152         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
32153         (print_version): Use PKGVERSION.
32154         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
32155         (print_version): Use PKGVERSION.
32156         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
32157         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
32158         macro.
32159         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
32160         (print_version): Use PKGVERSION.
32161         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
32162         (print_version): Use PKGVERSION.
32163         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
32164         and PKGVERSION.
32165
32166         * timezone/checktab.awk: Update from tzcode 2012i.
32167         * timezone/ialloc.c: Likewise.
32168         * timezone/private.h: Likewise.
32169         * timezone/scheck.c: Likewise.
32170         * timezone/tzfile.h: Likewise.
32171         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
32172         (TZVERSION): Hardcode tzcode version number.
32173         * timezone/zdump.c: Update from tzcode 2012i.
32174         * timezone/zic.c: Likewise.
32175         * timezone/version.h: New file.
32176         * timezone/README: Describe version.h.  Update upstream location.
32177
32178         [BZ #14824]
32179         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
32180         (mktemp): Enable declaration.
32181         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
32182         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
32183         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
32184         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
32185         Likewise.
32186         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
32187         Likewise.
32188         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
32189         Likewise.
32190         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
32191         Likewise.
32192         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
32193         Likewise.
32194         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
32195         Likewise.
32196
32197         [BZ #14821]
32198         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
32199         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
32200         for copies of such integer values.
32201         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
32202         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
32203
32204 2012-11-09  Andreas Jaeger  <aj@suse.de>
32205
32206         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
32207         definitions and declarations that are provided by
32208         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
32209
32210 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32211
32212         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
32213         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
32214         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
32215         definition.
32216
32217 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32218
32219         * elf/elf.h: Update comment before AArch64 relocations.
32220
32221 2012-11-07  David S. Miller  <davem@davemloft.net>
32222
32223         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
32224         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
32225         (__start_context): Declare.
32226         (__makecontext_ret): Delete.
32227         (__makecontext): Hook up __start_context instead of
32228         __makecontext_ret.
32229         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
32230         (sysdep_routines): Add __start_context when in stdlib.
32231
32232 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32233
32234         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
32235         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
32236         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
32237         hardcoded "nm".
32238         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
32239         (READELF): New variable.  Use it instead of hardcoded "readelf".
32240
32241 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
32242
32243         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
32244         * sysdeps/x86/Makefile: Here.
32245         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
32246         * sysdeps/x86/tst-xmmymm.sh: This.
32247
32248 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32249
32250         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
32251         expectations.
32252         [UNIX98] (pthread_barrier_t): Do not expect.
32253         [UNIX98] (pthread_barrierattr_t): Likewise.
32254         [UNIX98] (pthread_spinlock_t): Likewise.
32255         [UNIX98] (pthread_barrier_destroy): Likewise.
32256         [UNIX98] (pthread_barrier_init): Likewise.
32257         [UNIX98] (pthread_barrier_wait): Likewise.
32258         [UNIX98] (pthread_barrierattr_destroy): Likewise.
32259         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
32260         [UNIX98] (pthread_barrierattr_init): Likewise.
32261         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
32262         [UNIX98] (pthread_getcpuclockid): Likewise.
32263         [UNIX98] (pthread_mutex_timedlock): Likewise.
32264         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
32265         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
32266         [UNIX98] (pthread_sigmask): Likewise.
32267         [UNIX98] (pthread_spin_destroy): Likewise.
32268         [UNIX98] (pthread_spin_init): Likewise.
32269         [UNIX98] (pthread_spin_lock): Likewise.
32270         [UNIX98] (pthread_spin_trylock): Likewise.
32271         [UNIX98] (pthread_spin_unlock): Likewise.
32272         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
32273         Do not expect.
32274         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
32275         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
32276         [XPG3 || XPG4] (pthread_cond_t): Likewise.
32277         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
32278         [XPG3 || XPG4] (pthread_key_t): Likewise.
32279         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
32280         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
32281         [XPG3 || XPG4] (pthread_once_t): Likewise.
32282         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
32283         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
32284         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
32285         [XPG3 || XPG4] (pthread_t): Likewise.
32286
32287         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
32288         not expect.
32289         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
32290
32291         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
32292         Change function return type to int.
32293
32294         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
32295         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
32296         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
32297         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
32298         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
32299         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
32300         [!POSIX] (posix_madvise): Likewise.
32301         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
32302         && !UNIX98].
32303         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
32304         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
32305         (mode_t): Likewise.
32306         (posix_mem_offset): Likewise.
32307         (posix_typed_mem_get_info): Likewise.
32308         (posix_typed_mem_open): Likewise.
32309
32310         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
32311         Change condition to [XOPEN2K8].
32312
32313         * conform/conformtest.pl: Preprocess allow-header data with -x c
32314         instead of from stdin.
32315         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
32316         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
32317         [C99-based standards] (cerfc): Likewise.
32318         [C99-based standards] (cexp2): Likewise.
32319         [C99-based standards] (cexpm1): Likewise.
32320         [C99-based standards] (clog10): Likewise.
32321         [C99-based standards] (clog1p): Likewise.
32322         [C99-based standards] (clog2): Likewise.
32323         [C99-based standards] (clgamma): Likewise.
32324         [C99-based standards] (ctgamma): Likewise.
32325         [C99-based standards] (cerff): Likewise.
32326         [C99-based standards] (cerfcf): Likewise.
32327         [C99-based standards] (cexp2f): Likewise.
32328         [C99-based standards] (cexpm1f): Likewise.
32329         [C99-based standards] (clog10f): Likewise.
32330         [C99-based standards] (clog1pf): Likewise.
32331         [C99-based standards] (clog2f): Likewise.
32332         [C99-based standards] (clgammaf): Likewise.
32333         [C99-based standards] (ctgammaf): Likewise.
32334         [C99-based standards] (cerfl): Likewise.
32335         [C99-based standards] (cerfcl): Likewise.
32336         [C99-based standards] (cexp2l): Likewise.
32337         [C99-based standards] (cexpm1l): Likewise.
32338         [C99-based standards] (clog10l): Likewise.
32339         [C99-based standards] (clog1pl): Likewise.
32340         [C99-based standards] (clog2l): Likewise.
32341         [C99-based standards] (clgammal): Likewise.
32342         [C99-based standards] (ctgammal): Likewise.
32343         * conform/data/inttypes.h-data [C99-based standards]: Include
32344         stdint.h-data.  Remove all expectations for stdint.h contents.
32345         [C99-based standards] (PRI*): Do not allow.
32346         [C99-based standards] (SCN*): Likewise.
32347         [C99-based standards] (*_t): Likewise.
32348         [C99-based-standards] (PRId8): Expect macro.
32349         [C99-based-standards] (PRIi8): Likewise.
32350         [C99-based-standards] (PRIo8): Likewise.
32351         [C99-based-standards] (PRIu8): Likewise.
32352         [C99-based-standards] (PRIx8): Likewise.
32353         [C99-based-standards] (PRIX8): Likewise.
32354         [C99-based-standards] (SCNd8): Likewise.
32355         [C99-based-standards] (SCNi8): Likewise.
32356         [C99-based-standards] (SCNo8): Likewise.
32357         [C99-based-standards] (SCNu8): Likewise.
32358         [C99-based-standards] (SCNx8): Likewise.
32359         [C99-based-standards] (PRIdLEAST8): Likewise.
32360         [C99-based-standards] (PRIiLEAST8): Likewise.
32361         [C99-based-standards] (PRIoLEAST8): Likewise.
32362         [C99-based-standards] (PRIuLEAST8): Likewise.
32363         [C99-based-standards] (PRIxLEAST8): Likewise.
32364         [C99-based-standards] (PRIXLEAST8): Likewise.
32365         [C99-based-standards] (SCNdLEAST8): Likewise.
32366         [C99-based-standards] (SCNiLEAST8): Likewise.
32367         [C99-based-standards] (SCNoLEAST8): Likewise.
32368         [C99-based-standards] (SCNuLEAST8): Likewise.
32369         [C99-based-standards] (SCNxLEAST8): Likewise.
32370         [C99-based-standards] (PRIdFAST8): Likewise.
32371         [C99-based-standards] (PRIiFAST8): Likewise.
32372         [C99-based-standards] (PRIoFAST8): Likewise.
32373         [C99-based-standards] (PRIuFAST8): Likewise.
32374         [C99-based-standards] (PRIxFAST8): Likewise.
32375         [C99-based-standards] (PRIXFAST8): Likewise.
32376         [C99-based-standards] (SCNdFAST8): Likewise.
32377         [C99-based-standards] (SCNiFAST8): Likewise.
32378         [C99-based-standards] (SCNoFAST8): Likewise.
32379         [C99-based-standards] (SCNuFAST8): Likewise.
32380         [C99-based-standards] (SCNxFAST8): Likewise.
32381         [C99-based-standards] (PRId16): Likewise.
32382         [C99-based-standards] (PRIi16): Likewise.
32383         [C99-based-standards] (PRIo16): Likewise.
32384         [C99-based-standards] (PRIu16): Likewise.
32385         [C99-based-standards] (PRIx16): Likewise.
32386         [C99-based-standards] (PRIX16): Likewise.
32387         [C99-based-standards] (SCNd16): Likewise.
32388         [C99-based-standards] (SCNi16): Likewise.
32389         [C99-based-standards] (SCNo16): Likewise.
32390         [C99-based-standards] (SCNu16): Likewise.
32391         [C99-based-standards] (SCNx16): Likewise.
32392         [C99-based-standards] (PRIdLEAST16): Likewise.
32393         [C99-based-standards] (PRIiLEAST16): Likewise.
32394         [C99-based-standards] (PRIoLEAST16): Likewise.
32395         [C99-based-standards] (PRIuLEAST16): Likewise.
32396         [C99-based-standards] (PRIxLEAST16): Likewise.
32397         [C99-based-standards] (PRIXLEAST16): Likewise.
32398         [C99-based-standards] (SCNdLEAST16): Likewise.
32399         [C99-based-standards] (SCNiLEAST16): Likewise.
32400         [C99-based-standards] (SCNoLEAST16): Likewise.
32401         [C99-based-standards] (SCNuLEAST16): Likewise.
32402         [C99-based-standards] (SCNxLEAST16): Likewise.
32403         [C99-based-standards] (PRIdFAST16): Likewise.
32404         [C99-based-standards] (PRIiFAST16): Likewise.
32405         [C99-based-standards] (PRIoFAST16): Likewise.
32406         [C99-based-standards] (PRIuFAST16): Likewise.
32407         [C99-based-standards] (PRIxFAST16): Likewise.
32408         [C99-based-standards] (PRIXFAST16): Likewise.
32409         [C99-based-standards] (SCNdFAST16): Likewise.
32410         [C99-based-standards] (SCNiFAST16): Likewise.
32411         [C99-based-standards] (SCNoFAST16): Likewise.
32412         [C99-based-standards] (SCNuFAST16): Likewise.
32413         [C99-based-standards] (SCNxFAST16): Likewise.
32414         [C99-based-standards] (PRId32): Likewise.
32415         [C99-based-standards] (PRIi32): Likewise.
32416         [C99-based-standards] (PRIo32): Likewise.
32417         [C99-based-standards] (PRIu32): Likewise.
32418         [C99-based-standards] (PRIx32): Likewise.
32419         [C99-based-standards] (PRIX32): Likewise.
32420         [C99-based-standards] (SCNd32): Likewise.
32421         [C99-based-standards] (SCNi32): Likewise.
32422         [C99-based-standards] (SCNo32): Likewise.
32423         [C99-based-standards] (SCNu32): Likewise.
32424         [C99-based-standards] (SCNx32): Likewise.
32425         [C99-based-standards] (PRIdLEAST32): Likewise.
32426         [C99-based-standards] (PRIiLEAST32): Likewise.
32427         [C99-based-standards] (PRIoLEAST32): Likewise.
32428         [C99-based-standards] (PRIuLEAST32): Likewise.
32429         [C99-based-standards] (PRIxLEAST32): Likewise.
32430         [C99-based-standards] (PRIXLEAST32): Likewise.
32431         [C99-based-standards] (SCNdLEAST32): Likewise.
32432         [C99-based-standards] (SCNiLEAST32): Likewise.
32433         [C99-based-standards] (SCNoLEAST32): Likewise.
32434         [C99-based-standards] (SCNuLEAST32): Likewise.
32435         [C99-based-standards] (SCNxLEAST32): Likewise.
32436         [C99-based-standards] (PRIdFAST32): Likewise.
32437         [C99-based-standards] (PRIiFAST32): Likewise.
32438         [C99-based-standards] (PRIoFAST32): Likewise.
32439         [C99-based-standards] (PRIuFAST32): Likewise.
32440         [C99-based-standards] (PRIxFAST32): Likewise.
32441         [C99-based-standards] (PRIXFAST32): Likewise.
32442         [C99-based-standards] (SCNdFAST32): Likewise.
32443         [C99-based-standards] (SCNiFAST32): Likewise.
32444         [C99-based-standards] (SCNoFAST32): Likewise.
32445         [C99-based-standards] (SCNuFAST32): Likewise.
32446         [C99-based-standards] (SCNxFAST32): Likewise.
32447         [C99-based-standards] (PRId64): Likewise.
32448         [C99-based-standards] (PRIi64): Likewise.
32449         [C99-based-standards] (PRIo64): Likewise.
32450         [C99-based-standards] (PRIu64): Likewise.
32451         [C99-based-standards] (PRIx64): Likewise.
32452         [C99-based-standards] (PRIX64): Likewise.
32453         [C99-based-standards] (SCNd64): Likewise.
32454         [C99-based-standards] (SCNi64): Likewise.
32455         [C99-based-standards] (SCNo64): Likewise.
32456         [C99-based-standards] (SCNu64): Likewise.
32457         [C99-based-standards] (SCNx64): Likewise.
32458         [C99-based-standards] (PRIdLEAST64): Likewise.
32459         [C99-based-standards] (PRIiLEAST64): Likewise.
32460         [C99-based-standards] (PRIoLEAST64): Likewise.
32461         [C99-based-standards] (PRIuLEAST64): Likewise.
32462         [C99-based-standards] (PRIxLEAST64): Likewise.
32463         [C99-based-standards] (PRIXLEAST64): Likewise.
32464         [C99-based-standards] (SCNdLEAST64): Likewise.
32465         [C99-based-standards] (SCNiLEAST64): Likewise.
32466         [C99-based-standards] (SCNoLEAST64): Likewise.
32467         [C99-based-standards] (SCNuLEAST64): Likewise.
32468         [C99-based-standards] (SCNxLEAST64): Likewise.
32469         [C99-based-standards] (PRIdFAST64): Likewise.
32470         [C99-based-standards] (PRIiFAST64): Likewise.
32471         [C99-based-standards] (PRIoFAST64): Likewise.
32472         [C99-based-standards] (PRIuFAST64): Likewise.
32473         [C99-based-standards] (PRIxFAST64): Likewise.
32474         [C99-based-standards] (PRIXFAST64): Likewise.
32475         [C99-based-standards] (SCNdFAST64): Likewise.
32476         [C99-based-standards] (SCNiFAST64): Likewise.
32477         [C99-based-standards] (SCNoFAST64): Likewise.
32478         [C99-based-standards] (SCNuFAST64): Likewise.
32479         [C99-based-standards] (SCNxFAST64): Likewise.
32480         [C99-based-standards] (PRIdMAX): Likewise.
32481         [C99-based-standards] (PRIiMAX): Likewise.
32482         [C99-based-standards] (PRIoMAX): Likewise.
32483         [C99-based-standards] (PRIuMAX): Likewise.
32484         [C99-based-standards] (PRIxMAX): Likewise.
32485         [C99-based-standards] (PRIXMAX): Likewise.
32486         [C99-based-standards] (SCNdMAX): Likewise.
32487         [C99-based-standards] (SCNiMAX): Likewise.
32488         [C99-based-standards] (SCNoMAX): Likewise.
32489         [C99-based-standards] (SCNuMAX): Likewise.
32490         [C99-based-standards] (SCNxMAX): Likewise.
32491         [C99-based-standards] (PRIdPTR): Likewise.
32492         [C99-based-standards] (PRIiPTR): Likewise.
32493         [C99-based-standards] (PRIoPTR): Likewise.
32494         [C99-based-standards] (PRIuPTR): Likewise.
32495         [C99-based-standards] (PRIxPTR): Likewise.
32496         [C99-based-standards] (PRIXPTR): Likewise.
32497         [C99-based-standards] (SCNdPTR): Likewise.
32498         [C99-based-standards] (SCNiPTR): Likewise.
32499         [C99-based-standards] (SCNoPTR): Likewise.
32500         [C99-based-standards] (SCNuPTR): Likewise.
32501         [C99-based-standards] (SCNxPTR): Likewise.
32502         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
32503         allow.
32504         * conform/data/stdint.h-data: Update comments to clarify
32505         requirements.
32506         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
32507         type.
32508         [C99-based standards] (INT8_MAX): Likewise.
32509         [C99-based standards] (INT16_MIN): Likewise.
32510         [C99-based standards] (INT16_MAX): Likewise.
32511         [C99-based standards] (INT32_MIN): Likewise.
32512         [C99-based standards] (INT32_MAX): Likewise.
32513         [C99-based standards] (INT64_MIN): Likewise.
32514         [C99-based standards] (INT64_MAX): Likewise.
32515         [C99-based standards] (UINT8_MAX): Likewise.
32516         [C99-based standards] (UINT16_MAX): Likewise.
32517         [C99-based standards] (UINT32_MAX): Likewise.
32518         [C99-based standards] (UINT64_MAX): Likewise.
32519         [C99-based standards] (INT_LEAST8_MIN): Likewise.
32520         [C99-based standards] (INT_LEAST8_MAX): Likewise.
32521         [C99-based standards] (INT_LEAST16_MIN): Likewise.
32522         [C99-based standards] (INT_LEAST16_MAX): Likewise.
32523         [C99-based standards] (INT_LEAST32_MIN): Likewise.
32524         [C99-based standards] (INT_LEAST32_MAX): Likewise.
32525         [C99-based standards] (INT_LEAST64_MIN): Likewise.
32526         [C99-based standards] (INT_LEAST64_MAX): Likewise.
32527         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
32528         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
32529         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
32530         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
32531         [C99-based standards] (INT_FAST8_MIN): Likewise.
32532         [C99-based standards] (INT_FAST8_MAX): Likewise.
32533         [C99-based standards] (INT_FAST16_MIN): Likewise.
32534         [C99-based standards] (INT_FAST16_MAX): Likewise.
32535         [C99-based standards] (INT_FAST32_MIN): Likewise.
32536         [C99-based standards] (INT_FAST32_MAX): Likewise.
32537         [C99-based standards] (INT_FAST64_MIN): Likewise.
32538         [C99-based standards] (INT_FAST64_MAX): Likewise.
32539         [C99-based standards] (UINT_FAST8_MAX): Likewise.
32540         [C99-based standards] (UINT_FAST16_MAX): Likewise.
32541         [C99-based standards] (UINT_FAST32_MAX): Likewise.
32542         [C99-based standards] (UINT_FAST64_MAX): Likewise.
32543         [C99-based standards] (INTPTR_MIN): Likewise.
32544         [C99-based standards] (INTPTR_MAX): Likewise.
32545         [C99-based standards] (UINTPTR_MAX): Likewise.
32546         [C99-based standards] (INTMAX_MIN): Likewise.
32547         [C99-based standards] (INTMAX_MAX): Likewise.
32548         [C99-based standards] (UINTMAX_MAX): Likewise.
32549         [C99-based standards] (PTRDIFF_MIN): Likewise.
32550         [C99-based standards] (PTRDIFF_MAX): Likewise.
32551         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
32552         [C99-based standards] (SIZE_MAX): Likewise.
32553         [C99-based standards] (WCHAR_MAX): Likewise.
32554         [C99-based standards] (WINT_MAX): Likewise.
32555         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
32556         constraint on value.
32557         [C99-based standards] (WCHAR_MIN): Likewise.
32558         [C99-based standards] (WINT_MIN): Likewise.
32559         [C99-based standards] (*_t): Allow.
32560         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
32561         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
32562         Include math.h-data and complex.h-data.  Remove all expectations
32563         of math.h and complex.h contents.
32564         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
32565         at end of line.
32566         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
32567         (struct tm): Expect tag.
32568         [C99-based-standards] (wcstof): Expect function.
32569         [C99-based-standards] (wcstold): Likewise.
32570         [C99-based-standards] (wcstoll): Likewise.
32571         [C99-based-standards] (wcstoull): Likewise.
32572         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
32573         macro-int-constant.  Specify type.
32574         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
32575         constraint on value.
32576         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32577         Specify type.
32578         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
32579         Specify value.
32580         [ISO C standards]: Do not allow headers.
32581         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
32582         wcs[abcdefghijklmnopqrstuvwxyz]*.
32583         [ISO C standards] (*_t): Do not allow.
32584         * conform/data/wctype.h-data [C99-based standards] (iswblank):
32585         Expect function.
32586         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32587         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32588         Specify type.
32589         [ISO C standards]: Do not allow headers.
32590         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32591         is[abcdefghijklmnopqrstuvwxyz]*.
32592         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32593         to[abcdefghijklmnopqrstuvwxyz]*.
32594         [ISO C standards] (*_t): Do not allow.
32595         * conform/data/stdalign.h-data: New file.
32596         * conform/data/stdbool.h-data: Likewise.
32597         * conform/data/stdnoreturn.h-data: Likewise.
32598
32599 2012-11-07  Roland McGrath  <roland@hack.frob.com>
32600
32601         [BZ #14815]
32602         * manual/filesys.texi (Directory Entries): Typo fix.
32603         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32604
32605 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32606
32607         * elf/elf.h (EM_AARCH64): New macro.
32608         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32609         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32610         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32611         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32612         (R_AARCH64_TLSDESC): Likewise.
32613         (NT_ARM_TLS): Likewise.
32614         (NT_ARM_HW_BREAK): Likewise.
32615         (NT_ARM_HW_WATCH): Likewise.
32616
32617 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32618
32619         [BZ #14811]
32620         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32621         (__ieee754_powl): Saturate nonzero exponents with absolute value
32622         below 0x1p-79 to +/- 0x1p-79.
32623         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32624         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32625         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32626         nonzero exponents with absolute value below 0x1p-32 to +/-
32627         0x1p-32.
32628         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32629         (__ieee754_powl): Saturate nonzero exponents with absolute value
32630         below 0x1p-79 to +/- 0x1p-79.
32631         * math/libm-test.inc (pow_test): Add more tests.
32632
32633 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32634
32635         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32636         _dl_s390_cap_flags with kernel. Increase string length.
32637         (_dl_s390_platforms): Add z196 and zEC12.
32638
32639 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32640
32641         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32642         Change XOPEN21K to XOPEN2K.
32643
32644 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32645
32646         * string/memmove.c: Use memcpy when possible.
32647
32648 2012-11-06  Andreas Jaeger  <aj@suse.de>
32649
32650         * po/eo.po: Update from translation team.
32651
32652 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
32653
32654         [BZ #14793]
32655         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32656         exponent and small x and y exponents, scale x or y up.  Increase
32657         by 2 the exponent used in scaling up.
32658         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32659         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32660         * math/libm-test.inc (fma_test): Add more tests.
32661         (fma_test_towardzero): Likewise.
32662         (fma_test_downward): Likewise.
32663         (fma_test_upward): Likewise.
32664
32665 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
32666
32667         [BZ #14805]
32668         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32669         fenv_t *.
32670
32671         [BZ #14801]
32672         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32673         namespace for names of struct fields.
32674         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32675         fenv_t fields.
32676         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32677         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32678
32679 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
32680
32681         [BZ #3665]
32682         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32683
32684 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32685
32686         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32687         PTR_DEMANGLE.
32688
32689         [BZ #5246]
32690         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32691         PTR_DEMANGLE.
32692
32693 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
32694
32695         [BZ #14797]
32696         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32697         definitely overflow as x * y not x * y + z.
32698         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32699         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32700         * math/libm-test.inc (fma_test): Add more tests.
32701         (fma_test_towardzero): Likewise.
32702         (fma_test_downward): Likewise.
32703         (fma_test_upward): Likewise.
32704
32705 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32706
32707         [BZ #157]
32708
32709         * include/stub-tag.h: Remove file.
32710         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32711         '#include' of it.
32712         * manual/maint.texi (Porting): Don't reference it.
32713         * Makerules ($(objpfx)stubs): Likewise.
32714         * dirent/closedir.c: Don't include <stub-tag.h>.
32715         * dirent/dirfd.c: Likewise.
32716         * dirent/fdopendir.c: Likewise.
32717         * dirent/getdents.c: Likewise.
32718         * dirent/getdents64.c: Likewise.
32719         * dirent/opendir.c: Likewise.
32720         * dirent/readdir.c: Likewise.
32721         * dirent/readdir64.c: Likewise.
32722         * dirent/readdir64_r.c: Likewise.
32723         * dirent/readdir_r.c: Likewise.
32724         * dirent/rewinddir.c: Likewise.
32725         * dirent/seekdir.c: Likewise.
32726         * dirent/telldir.c: Likewise.
32727         * gmon/profil.c: Likewise.
32728         * grp/setgroups.c: Likewise.
32729         * inet/if_index.c: Likewise.
32730         * io/access.c: Likewise.
32731         * io/chdir.c: Likewise.
32732         * io/chmod.c: Likewise.
32733         * io/chown.c: Likewise.
32734         * io/close.c: Likewise.
32735         * io/dup.c: Likewise.
32736         * io/dup2.c: Likewise.
32737         * io/dup3.c: Likewise.
32738         * io/euidaccess.c: Likewise.
32739         * io/faccessat.c: Likewise.
32740         * io/fchdir.c: Likewise.
32741         * io/fchmod.c: Likewise.
32742         * io/fchmodat.c: Likewise.
32743         * io/fchown.c: Likewise.
32744         * io/fchownat.c: Likewise.
32745         * io/fcntl.c: Likewise.
32746         * io/flock.c: Likewise.
32747         * io/fstatfs.c: Likewise.
32748         * io/fstatfs64.c: Likewise.
32749         * io/fstatvfs.c: Likewise.
32750         * io/fstatvfs64.c: Likewise.
32751         * io/futimens.c: Likewise.
32752         * io/fxstat.c: Likewise.
32753         * io/fxstat64.c: Likewise.
32754         * io/fxstatat.c: Likewise.
32755         * io/fxstatat64.c: Likewise.
32756         * io/getcwd.c: Likewise.
32757         * io/isatty.c: Likewise.
32758         * io/lchmod.c: Likewise.
32759         * io/lchown.c: Likewise.
32760         * io/link.c: Likewise.
32761         * io/linkat.c: Likewise.
32762         * io/lseek.c: Likewise.
32763         * io/lseek64.c: Likewise.
32764         * io/lxstat64.c: Likewise.
32765         * io/mkdir.c: Likewise.
32766         * io/mkdirat.c: Likewise.
32767         * io/mkfifo.c: Likewise.
32768         * io/mkfifoat.c: Likewise.
32769         * io/open.c: Likewise.
32770         * io/open64.c: Likewise.
32771         * io/openat.c: Likewise.
32772         * io/openat64.c: Likewise.
32773         * io/pipe.c: Likewise.
32774         * io/pipe2.c: Likewise.
32775         * io/poll.c: Likewise.
32776         * io/posix_fadvise.c: Likewise.
32777         * io/posix_fadvise64.c: Likewise.
32778         * io/posix_fallocate.c: Likewise.
32779         * io/posix_fallocate64.c: Likewise.
32780         * io/read.c: Likewise.
32781         * io/readlink.c: Likewise.
32782         * io/readlinkat.c: Likewise.
32783         * io/rmdir.c: Likewise.
32784         * io/sendfile.c: Likewise.
32785         * io/sendfile64.c: Likewise.
32786         * io/statfs.c: Likewise.
32787         * io/statfs64.c: Likewise.
32788         * io/statvfs.c: Likewise.
32789         * io/statvfs64.c: Likewise.
32790         * io/symlink.c: Likewise.
32791         * io/symlinkat.c: Likewise.
32792         * io/ttyname.c: Likewise.
32793         * io/ttyname_r.c: Likewise.
32794         * io/umask.c: Likewise.
32795         * io/unlink.c: Likewise.
32796         * io/unlinkat.c: Likewise.
32797         * io/utime.c: Likewise.
32798         * io/utimensat.c: Likewise.
32799         * io/write.c: Likewise.
32800         * io/xmknod.c: Likewise.
32801         * io/xmknodat.c: Likewise.
32802         * io/xstat.c: Likewise.
32803         * io/xstat64.c: Likewise.
32804         * login/getpt.c: Likewise.
32805         * login/grantpt.c: Likewise.
32806         * login/unlockpt.c: Likewise.
32807         * math/e_acoshl.c: Likewise.
32808         * math/e_acosl.c: Likewise.
32809         * math/e_asinl.c: Likewise.
32810         * math/e_atan2l.c: Likewise.
32811         * math/e_atanhl.c: Likewise.
32812         * math/e_coshl.c: Likewise.
32813         * math/e_expl.c: Likewise.
32814         * math/e_fmodl.c: Likewise.
32815         * math/e_gammal_r.c: Likewise.
32816         * math/e_hypotl.c: Likewise.
32817         * math/e_j0l.c: Likewise.
32818         * math/e_j1l.c: Likewise.
32819         * math/e_jnl.c: Likewise.
32820         * math/e_lgammal_r.c: Likewise.
32821         * math/e_log10l.c: Likewise.
32822         * math/e_log2l.c: Likewise.
32823         * math/e_logl.c: Likewise.
32824         * math/e_powl.c: Likewise.
32825         * math/e_rem_pio2l.c: Likewise.
32826         * math/e_sinhl.c: Likewise.
32827         * math/e_sqrtl.c: Likewise.
32828         * math/fclrexcpt.c: Likewise.
32829         * math/fedisblxcpt.c: Likewise.
32830         * math/feenablxcpt.c: Likewise.
32831         * math/fegetenv.c: Likewise.
32832         * math/fegetexcept.c: Likewise.
32833         * math/fegetround.c: Likewise.
32834         * math/feholdexcpt.c: Likewise.
32835         * math/fesetenv.c: Likewise.
32836         * math/fesetround.c: Likewise.
32837         * math/feupdateenv.c: Likewise.
32838         * math/fgetexcptflg.c: Likewise.
32839         * math/fraiseexcpt.c: Likewise.
32840         * math/fsetexcptflg.c: Likewise.
32841         * math/ftestexcept.c: Likewise.
32842         * math/k_cosl.c: Likewise.
32843         * math/k_rem_pio2l.c: Likewise.
32844         * math/k_sinl.c: Likewise.
32845         * math/k_tanl.c: Likewise.
32846         * math/s_asinhl.c: Likewise.
32847         * math/s_atanl.c: Likewise.
32848         * math/s_cbrtl.c: Likewise.
32849         * math/s_erfl.c: Likewise.
32850         * math/s_expm1l.c: Likewise.
32851         * math/s_log1pl.c: Likewise.
32852         * math/s_tanhl.c: Likewise.
32853         * misc/acct.c: Likewise.
32854         * misc/brk.c: Likewise.
32855         * misc/chflags.c: Likewise.
32856         * misc/chroot.c: Likewise.
32857         * misc/fchflags.c: Likewise.
32858         * misc/fgetxattr.c: Likewise.
32859         * misc/flistxattr.c: Likewise.
32860         * misc/fremovexattr.c: Likewise.
32861         * misc/fsetxattr.c: Likewise.
32862         * misc/fsync.c: Likewise.
32863         * misc/ftruncate.c: Likewise.
32864         * misc/futimes.c: Likewise.
32865         * misc/futimesat.c: Likewise.
32866         * misc/getdomain.c: Likewise.
32867         * misc/getdtsz.c: Likewise.
32868         * misc/gethostid.c: Likewise.
32869         * misc/gethostname.c: Likewise.
32870         * misc/getloadavg.c: Likewise.
32871         * misc/getpagesize.c: Likewise.
32872         * misc/getsysstats.c: Likewise.
32873         * misc/getxattr.c: Likewise.
32874         * misc/gtty.c: Likewise.
32875         * misc/ioctl.c: Likewise.
32876         * misc/lgetxattr.c: Likewise.
32877         * misc/listxattr.c: Likewise.
32878         * misc/llistxattr.c: Likewise.
32879         * misc/lremovexattr.c: Likewise.
32880         * misc/lsetxattr.c: Likewise.
32881         * misc/lutimes.c: Likewise.
32882         * misc/madvise.c: Likewise.
32883         * misc/mincore.c: Likewise.
32884         * misc/mlock.c: Likewise.
32885         * misc/mlockall.c: Likewise.
32886         * misc/mmap.c: Likewise.
32887         * misc/mprotect.c: Likewise.
32888         * misc/msync.c: Likewise.
32889         * misc/munlock.c: Likewise.
32890         * misc/munlockall.c: Likewise.
32891         * misc/munmap.c: Likewise.
32892         * misc/preadv.c: Likewise.
32893         * misc/preadv64.c: Likewise.
32894         * misc/ptrace.c: Likewise.
32895         * misc/pwritev.c: Likewise.
32896         * misc/pwritev64.c: Likewise.
32897         * misc/readv.c: Likewise.
32898         * misc/reboot.c: Likewise.
32899         * misc/remap_file_pages.c: Likewise.
32900         * misc/removexattr.c: Likewise.
32901         * misc/revoke.c: Likewise.
32902         * misc/select.c: Likewise.
32903         * misc/setdomain.c: Likewise.
32904         * misc/setegid.c: Likewise.
32905         * misc/seteuid.c: Likewise.
32906         * misc/sethostid.c: Likewise.
32907         * misc/sethostname.c: Likewise.
32908         * misc/setregid.c: Likewise.
32909         * misc/setreuid.c: Likewise.
32910         * misc/setxattr.c: Likewise.
32911         * misc/sstk.c: Likewise.
32912         * misc/stty.c: Likewise.
32913         * misc/swapoff.c: Likewise.
32914         * misc/swapon.c: Likewise.
32915         * misc/sync.c: Likewise.
32916         * misc/syncfs.c: Likewise.
32917         * misc/syscall.c: Likewise.
32918         * misc/truncate.c: Likewise.
32919         * misc/ualarm.c: Likewise.
32920         * misc/usleep.c: Likewise.
32921         * misc/ustat.c: Likewise.
32922         * misc/utimes.c: Likewise.
32923         * misc/vhangup.c: Likewise.
32924         * misc/writev.c: Likewise.
32925         * posix/_exit.c: Likewise.
32926         * posix/alarm.c: Likewise.
32927         * posix/execve.c: Likewise.
32928         * posix/fexecve.c: Likewise.
32929         * posix/fork.c: Likewise.
32930         * posix/fpathconf.c: Likewise.
32931         * posix/getaddrinfo.c: Likewise.
32932         * posix/getegid.c: Likewise.
32933         * posix/geteuid.c: Likewise.
32934         * posix/getgid.c: Likewise.
32935         * posix/getgroups.c: Likewise.
32936         * posix/getlogin.c: Likewise.
32937         * posix/getlogin_r.c: Likewise.
32938         * posix/getpgid.c: Likewise.
32939         * posix/getpid.c: Likewise.
32940         * posix/getppid.c: Likewise.
32941         * posix/getresgid.c: Likewise.
32942         * posix/getresuid.c: Likewise.
32943         * posix/getsid.c: Likewise.
32944         * posix/getuid.c: Likewise.
32945         * posix/glob64.c: Likewise.
32946         * posix/nanosleep.c: Likewise.
32947         * posix/pathconf.c: Likewise.
32948         * posix/pause.c: Likewise.
32949         * posix/posix_madvise.c: Likewise.
32950         * posix/pread.c: Likewise.
32951         * posix/pread64.c: Likewise.
32952         * posix/pwrite.c: Likewise.
32953         * posix/pwrite64.c: Likewise.
32954         * posix/sched_getaffinity.c: Likewise.
32955         * posix/sched_getp.c: Likewise.
32956         * posix/sched_gets.c: Likewise.
32957         * posix/sched_primax.c: Likewise.
32958         * posix/sched_primin.c: Likewise.
32959         * posix/sched_rr_gi.c: Likewise.
32960         * posix/sched_setaffinity.c: Likewise.
32961         * posix/sched_setp.c: Likewise.
32962         * posix/sched_sets.c: Likewise.
32963         * posix/sched_yield.c: Likewise.
32964         * posix/setgid.c: Likewise.
32965         * posix/setlogin.c: Likewise.
32966         * posix/setpgid.c: Likewise.
32967         * posix/setresgid.c: Likewise.
32968         * posix/setresuid.c: Likewise.
32969         * posix/setsid.c: Likewise.
32970         * posix/setuid.c: Likewise.
32971         * posix/sleep.c: Likewise.
32972         * posix/spawni.c: Likewise.
32973         * posix/sysconf.c: Likewise.
32974         * posix/times.c: Likewise.
32975         * posix/wait.c: Likewise.
32976         * posix/wait3.c: Likewise.
32977         * posix/wait4.c: Likewise.
32978         * posix/waitpid.c: Likewise.
32979         * resolv/gai_sigqueue.c: Likewise.
32980         * resource/getpriority.c: Likewise.
32981         * resource/getrlimit.c: Likewise.
32982         * resource/getrusage.c: Likewise.
32983         * resource/nice.c: Likewise.
32984         * resource/setpriority.c: Likewise.
32985         * resource/setrlimit.c: Likewise.
32986         * resource/ulimit.c: Likewise.
32987         * rt/aio_cancel.c: Likewise.
32988         * rt/aio_fsync.c: Likewise.
32989         * rt/aio_read.c: Likewise.
32990         * rt/aio_sigqueue.c: Likewise.
32991         * rt/aio_suspend.c: Likewise.
32992         * rt/aio_write.c: Likewise.
32993         * rt/clock_getres.c: Likewise.
32994         * rt/clock_gettime.c: Likewise.
32995         * rt/clock_nanosleep.c: Likewise.
32996         * rt/clock_settime.c: Likewise.
32997         * rt/lio_listio.c: Likewise.
32998         * rt/mq_close.c: Likewise.
32999         * rt/mq_getattr.c: Likewise.
33000         * rt/mq_notify.c: Likewise.
33001         * rt/mq_open.c: Likewise.
33002         * rt/mq_receive.c: Likewise.
33003         * rt/mq_send.c: Likewise.
33004         * rt/mq_setattr.c: Likewise.
33005         * rt/mq_timedreceive.c: Likewise.
33006         * rt/mq_timedsend.c: Likewise.
33007         * rt/mq_unlink.c: Likewise.
33008         * rt/shm_open.c: Likewise.
33009         * rt/shm_unlink.c: Likewise.
33010         * rt/timer_create.c: Likewise.
33011         * rt/timer_delete.c: Likewise.
33012         * rt/timer_getoverr.c: Likewise.
33013         * rt/timer_gettime.c: Likewise.
33014         * rt/timer_settime.c: Likewise.
33015         * setjmp/__longjmp.c: Likewise.
33016         * setjmp/setjmp.c: Likewise.
33017         * signal/kill.c: Likewise.
33018         * signal/killpg.c: Likewise.
33019         * signal/raise.c: Likewise.
33020         * signal/sigaction.c: Likewise.
33021         * signal/sigaltstack.c: Likewise.
33022         * signal/sigblock.c: Likewise.
33023         * signal/sigignore.c: Likewise.
33024         * signal/sigintr.c: Likewise.
33025         * signal/signal.c: Likewise.
33026         * signal/sigpause.c: Likewise.
33027         * signal/sigpending.c: Likewise.
33028         * signal/sigqueue.c: Likewise.
33029         * signal/sigreturn.c: Likewise.
33030         * signal/sigset.c: Likewise.
33031         * signal/sigsetmask.c: Likewise.
33032         * signal/sigstack.c: Likewise.
33033         * signal/sigsuspend.c: Likewise.
33034         * signal/sigtimedwait.c: Likewise.
33035         * signal/sigvec.c: Likewise.
33036         * signal/sigwait.c: Likewise.
33037         * signal/sigwaitinfo.c: Likewise.
33038         * signal/sysv_signal.c: Likewise.
33039         * socket/accept.c: Likewise.
33040         * socket/accept4.c: Likewise.
33041         * socket/bind.c: Likewise.
33042         * socket/connect.c: Likewise.
33043         * socket/getpeername.c: Likewise.
33044         * socket/getsockname.c: Likewise.
33045         * socket/getsockopt.c: Likewise.
33046         * socket/isfdtype.c: Likewise.
33047         * socket/listen.c: Likewise.
33048         * socket/recv.c: Likewise.
33049         * socket/recvfrom.c: Likewise.
33050         * socket/recvmsg.c: Likewise.
33051         * socket/send.c: Likewise.
33052         * socket/sendmsg.c: Likewise.
33053         * socket/sendto.c: Likewise.
33054         * socket/setsockopt.c: Likewise.
33055         * socket/shutdown.c: Likewise.
33056         * socket/sockatmark.c: Likewise.
33057         * socket/socket.c: Likewise.
33058         * socket/socketpair.c: Likewise.
33059         * stdio-common/ctermid.c: Likewise.
33060         * stdio-common/cuserid.c: Likewise.
33061         * stdio-common/remove.c: Likewise.
33062         * stdio-common/rename.c: Likewise.
33063         * stdio-common/renameat.c: Likewise.
33064         * stdio-common/tempname.c: Likewise.
33065         * stdlib/getcontext.c: Likewise.
33066         * stdlib/makecontext.c: Likewise.
33067         * stdlib/setcontext.c: Likewise.
33068         * stdlib/swapcontext.c: Likewise.
33069         * stdlib/system.c: Likewise.
33070         * streams/fattach.c: Likewise.
33071         * streams/fdetach.c: Likewise.
33072         * streams/getmsg.c: Likewise.
33073         * streams/getpmsg.c: Likewise.
33074         * streams/putmsg.c: Likewise.
33075         * streams/putpmsg.c: Likewise.
33076         * sysdeps/unix/bsd/getpt.c: Likewise.
33077         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
33078         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
33079         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
33080         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
33081         Likewise.
33082         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
33083         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
33084         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
33085         * sysvipc/msgctl.c: Likewise.
33086         * sysvipc/msgget.c: Likewise.
33087         * sysvipc/msgrcv.c: Likewise.
33088         * sysvipc/msgsnd.c: Likewise.
33089         * sysvipc/semctl.c: Likewise.
33090         * sysvipc/semget.c: Likewise.
33091         * sysvipc/semop.c: Likewise.
33092         * sysvipc/semtimedop.c: Likewise.
33093         * sysvipc/shmat.c: Likewise.
33094         * sysvipc/shmctl.c: Likewise.
33095         * sysvipc/shmdt.c: Likewise.
33096         * sysvipc/shmget.c: Likewise.
33097         * termios/tcdrain.c: Likewise.
33098         * termios/tcflow.c: Likewise.
33099         * termios/tcflush.c: Likewise.
33100         * termios/tcgetattr.c: Likewise.
33101         * termios/tcgetpgrp.c: Likewise.
33102         * termios/tcsendbrk.c: Likewise.
33103         * termios/tcsetattr.c: Likewise.
33104         * termios/tcsetpgrp.c: Likewise.
33105         * time/adjtime.c: Likewise.
33106         * time/clock.c: Likewise.
33107         * time/getitimer.c: Likewise.
33108         * time/gettimeofday.c: Likewise.
33109         * time/setitimer.c: Likewise.
33110         * time/settimeofday.c: Likewise.
33111         * time/stime.c: Likewise.
33112         * time/time.c: Likewise.
33113
33114 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
33115
33116         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
33117         /usr/old/bin.
33118
33119         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
33120         instead of spaces.
33121         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
33122
33123 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
33124
33125         [BZ #14796]
33126         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
33127         FE_TONEAREST before applying Dekker multiplication and Knuth
33128         addition.  Clear inexact exceptions and check for exact zero
33129         results afterwards.
33130         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33131         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33132         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33133         * math/libm-test.inc (fma_test): Add more tests.
33134         (fma_test_towardzero): Likewise.
33135         (fma_test_downward): Likewise.
33136         (fma_test_upward): Likewise.
33137         * sysdeps/generic/math_private.h (default_libc_fesetround): New
33138         function.
33139         (libc_fesetround): New macro.
33140         (libc_fesetroundf): Likewise.
33141         (libc_fesetroundl): Likewise.
33142         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
33143         function.
33144         (libc_fesetround_387): Likewise.
33145         (libc_fesetroundf): New macro.
33146         (libc_fesetround): Likewise.
33147         (libc_fesetroundl): Likewise.
33148         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
33149         function.
33150         (libc_fesetroundf): New macro.
33151         (libc_fesetround): Likewise.
33152         (libc_fesetroundl): Likewise.
33153         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
33154         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
33155         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
33156         libm_hidden_ver.
33157         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
33158         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
33159         libm_hidden_def.
33160         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
33161         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
33162         libm_hidden_ver.
33163         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
33164         libm_hidden_def.
33165
33166         [BZ #3439]
33167         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
33168         integer constant usable in #if and use that to give value to enum
33169         constant.
33170         (FE_DIVBYZERO): Likewise.
33171         (FE_UNDERFLOW): Likewise.
33172         (FE_OVERFLOW): Likewise.
33173         (FE_INVALID): Likewise.
33174         (FE_INVALID_SNAN): Likewise.
33175         (FE_INVALID_ISI): Likewise.
33176         (FE_INVALID_IDI): Likewise.
33177         (FE_INVALID_ZDZ): Likewise.
33178         (FE_INVALID_IMZ): Likewise.
33179         (FE_INVALID_COMPARE): Likewise.
33180         (FE_INVALID_SOFTWARE): Likewise.
33181         (FE_INVALID_SQRT): Likewise.
33182         (FE_INVALID_INTEGER_CONVERSION): Likewise.
33183         (FE_TONEAREST): Likewise.
33184         (FE_TOWARDZERO): Likewise.
33185         (FE_UPWARD): Likewise.
33186         (FE_DOWNWARD): Likewise.
33187         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
33188         (FE_DIVBYZERO): Likewise.
33189         (FE_OVERFLOW): Likewise.
33190         (FE_UNDERFLOW): Likewise.
33191         (FE_INEXACT): Likewise.
33192         (FE_TONEAREST): Likewise.
33193         (FE_DOWNWARD): Likewise.
33194         (FE_UPWARD): Likewise.
33195         (FE_TOWARDZERO): Likewise.
33196         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
33197         (FE_UNDERFLOW): Likewise.
33198         (FE_OVERFLOW): Likewise.
33199         (FE_DIVBYZERO): Likewise.
33200         (FE_INVALID): Likewise.
33201         (FE_TONEAREST): Likewise.
33202         (FE_TOWARDZERO): Likewise.
33203         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
33204         (FE_OVERFLOW): Likewise.
33205         (FE_UNDERFLOW): Likewise.
33206         (FE_DIVBYZERO): Likewise.
33207         (FE_INEXACT): Likewise.
33208         (FE_TONEAREST): Likewise.
33209         (FE_TOWARDZERO): Likewise.
33210         (FE_UPWARD): Likewise.
33211         (FE_DOWNWARD): Likewise.
33212         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
33213         (FE_DIVBYZERO): Likewise.
33214         (FE_OVERFLOW): Likewise.
33215         (FE_UNDERFLOW): Likewise.
33216         (FE_INEXACT): Likewise.
33217         (FE_TONEAREST): Likewise.
33218         (FE_DOWNWARD): Likewise.
33219         (FE_UPWARD): Likewise.
33220         (FE_TOWARDZERO): Likewise.
33221
33222 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
33223
33224         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
33225
33226 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
33227
33228         * scripts/cross-test-ssh.sh (command): Use newlines to separate
33229         commands.  Quote $PWD.
33230         (blacklist_exports): Don't use remove_newlines.  Replace "declare
33231         -x" by "export".
33232         (remove_newlines): Remove.
33233
33234 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
33235
33236         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
33237         * stdlib/stdlib.h (atof): Moved to ...
33238         * include/bits/stdlib-float.h: Here.  New file.
33239         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
33240         * stdlib/bits/stdlib-float.h: New file.
33241         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
33242         -mno-sse -mno-mmx.
33243         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
33244         <xmmintrin.h>.
33245
33246 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33247
33248         * conform/conformtest.pl (@headers): Add fenv.h.
33249         * conform/data/fenv.h-data: New file.
33250         * include/fenv.h [_ISOMAC]: Disable all contents of file except
33251         include of <math/fenv.h>.
33252
33253         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
33254         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
33255         && !UNIX98].  Enables tests for XOPEN2K8.
33256         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
33257         POSIX2008]: Likewise.
33258
33259         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
33260         (struct rusage): Do not expect type or its members.
33261
33262         [BZ #3439]
33263         * math/math.h (FP_NAN): Define macro to integer constant usable in
33264         #if and use that to give value to enum constant.
33265         (FP_INFINITE): Likewise.
33266         (FP_ZERO): Likewise.
33267         (FP_SUBNORMAL): Likewise.
33268         (FP_NORMAL): Likewise.
33269
33270 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
33271
33272         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
33273         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
33274         arguments.
33275
33276 2012-11-02  Roland McGrath  <roland@hack.frob.com>
33277
33278         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
33279         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
33280         autoconf-time if not.
33281         * configure.in: Remove AC_PREREQ.
33282
33283 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33284
33285         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
33286         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
33287         of the internal implementation.
33288
33289 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
33290
33291         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
33292         except include of <misc/sys/syslog.h>.
33293
33294 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33295
33296         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
33297         function returns with a NULL context exit with zero.
33298
33299 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33300
33301         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
33302
33303 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
33304
33305         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
33306         (run_program_cmd): This.
33307         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
33308         (tst_langinfo): New variable.  Use it.
33309
33310 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
33311
33312         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
33313         floating point opcodes.
33314
33315 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33316
33317         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
33318         variable.
33319
33320         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
33321
33322         * sysdeps/mach/hurd/powerpc: Remove directory.
33323         * sysdeps/mach/powerpc: Likewise.
33324
33325 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
33326
33327         * scripts/check-local-headers.sh: Ignore c++ headers.
33328
33329 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33330
33331         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
33332         __libc_cleanup_region_start argument.
33333
33334 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
33335
33336         [BZ #14784]
33337         [BZ #14785]
33338         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
33339         x * y using scaling, not as x * y + z.
33340         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33341         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33342         * math/libm-test.inc (fma_test): Add more tests.
33343         (fma_test_towardzero): Likewise.
33344         (fma_test_downward): Likewise.
33345         (fma_test_upward): Likewise.
33346
33347 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
33348
33349         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
33350
33351 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33352
33353         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
33354         New variable.
33355
33356 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
33357
33358         * rt/tst-shm.c (worker): Correct checking for mmap failure.
33359
33360 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33361
33362         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33363         Fix sort order.
33364         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33365         Likewise.
33366
33367 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33368
33369         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33370         Fix the order of the list for glibc 2.17.
33371         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33372         Likewise.
33373
33374 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
33375
33376         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
33377
33378 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
33379
33380         [BZ #14610]
33381         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
33382         for low part of x being zero before using __atanl (y).
33383         * math/libm-test.inc (atan2_test): Add another test.
33384
33385         * manual/install.texi (Configuring and compiling): Document
33386         general use of test-wrapper and test-wrapper-env.
33387         * INSTALL: Regenerated.
33388
33389         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
33390         (__fma): Do not extract and scale down low bits on after-rounding
33391         systems when result rounded to normal precision would have normal
33392         exponent.
33393         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
33394         (__fmal): Do not extract and scale down low bits on after-rounding
33395         systems when result rounded to normal precision would have normal
33396         exponent.
33397         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
33398         (__fmal): Do not extract and scale down low bits on after-rounding
33399         systems when result rounded to normal precision would have normal
33400         exponent.
33401         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
33402         macro.
33403         (fma_test): Add more tests.
33404         (fma_test_towardzero): Likewise.
33405         (fma_test_downward): Likewise.
33406         (fma_test_upward): Likewise.
33407
33408 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
33409
33410         * sysdeps/i386/tininess.h: Renamed to ...
33411         * sysdeps/x86/tininess.h: This.
33412         * sysdeps/x86_64/tininess.h: Removed.
33413
33414 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33415
33416         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
33417         input.  Use $(build-program-cmd).
33418         ($(objpfx)tst-array1-static.out): Likewise.
33419         ($(objpfx)tst-array2.out): Likewise.
33420         ($(objpfx)tst-array3.out): Likewise.
33421         ($(objpfx)tst-array4.out): Likewise.
33422         ($(objpfx)tst-array5.out): Likewise.
33423         ($(objpfx)tst-array5-static.out): Likewise.
33424
33425 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
33426
33427         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
33428         if defined.
33429
33430         * nss/nsswitch.h (nss_interface_function): Provide new
33431         macro for use with NSS functions.
33432         * grp/initgroups.c: Use new macro.
33433         * nss/getXXbyYY.c: Likewise.
33434         * nss/getXXbyYY_r.c: Likewise.
33435         * nss/getXXent.c: Likewise.
33436         * nss/getXXent_r.c: Likewise.
33437         * sysdeps/posix/getaddrinfo.c: Likewise.
33438
33439 2012-10-30  Andreas Jaeger  <aj@suse.de>
33440
33441         * po/ru.po: Update Russion translation from translation project.
33442
33443 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
33444
33445         [BZ #14152]
33446         [BZ #14783]
33447         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
33448         result and shift together with sticky bit instead of replicating
33449         round-to-nearest rounding.
33450         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33451         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33452         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
33453         missing underflow exceptions.
33454         (fma_test_towardzero): Add more tests.
33455         (fma_test_downward): Likewise.
33456         (fma_test_upward): Likewise.
33457
33458         [BZ #14047]
33459         * sysdeps/generic/tininess.h: New file.
33460         * sysdeps/i386/tininess.h: Likewise.
33461         * sysdeps/sh/tininess.h: Likewise.
33462         * sysdeps/x86_64/tininess.h: Likewise.
33463         * stdlib/tst-strtod-underflow.c: Likewise.
33464         * stdlib/tst-tininess.c: Likewise.
33465         * stdlib/strtod_l.c: Include <tininess.h>.
33466         (round_and_return): Do not set errno for exact underflow cases.
33467         Force an underflow exception when setting errno for underflow.
33468         Determine underflow based on rounding to normal precision if
33469         TININESS_AFTER_ROUNDING.
33470         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
33471         ERANGE for exact underflow cases.
33472         * stdlib/Makefile (tests): Add tst-tininess and
33473         tst-strtod-underflow.
33474         ($(objpfx)tst-tininess): Use $(link-libm).
33475         ($(objpfx)tst-strtod-underflow): Likewise.
33476
33477 2012-10-30  Andreas Jaeger  <aj@suse.de>
33478
33479         [BZ#14767]
33480         * elf/Makefile (tests): Remove conditional for have-initfini-array
33481         since this is now always required and the variable does not exist
33482         anymore.
33483         (tests-static): Likewise.
33484         (modules-names): Likewise.
33485
33486         * po/eo.po: Add Esperanto translation from translation project.
33487
33488         * elf/tst-array1.c (fini_array): Make writeable so that it can be
33489         merged with constructor/destructor.
33490         (init_array): Likewise.
33491         * elf/tst-array2dep.c (fini_array): Likewise.
33492         (init_array): Likewise.
33493
33494 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
33495
33496         * manual/message.texi: Delete @cartouche tags.
33497
33498 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
33499
33500         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
33501         EOPNOTSUPP.
33502         * sysdeps/mach/hurd/fsync.c: Likewise.
33503
33504         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
33505         [_POSIX_REALTIME_SIGNALS]: Change condition to
33506         [_POSIX_REALTIME_SIGNALS > 0].
33507
33508 2012-10-27  Andreas Jaeger  <aj@suse.de>
33509
33510         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
33511         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
33512         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
33513         [__WORDSIZE != 64]: Likewise.
33514
33515 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
33516
33517         *  iconvdata/tst-table.sh: Remove ${SHELL}.
33518         *  iconvdata/tst-tables.sh: Likewise.
33519
33520 2012-10-25  David S. Miller  <davem@davemloft.net>
33521
33522         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33523         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
33524         of strtoull.
33525
33526         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
33527         ifunc-impl-list.c
33528         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
33529         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
33530         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
33531         file.
33532
33533 2012-10-25  Roland McGrath  <roland@hack.frob.com>
33534
33535         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33536         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
33537         __getdirentries.
33538
33539 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33540             Jim Blandy  <jimb@codesourcery.com>
33541
33542         * scripts/cross-test-ssh.sh: New file.
33543         * manual/install.texi (Configuring and compiling): Document use of
33544         cross-test-ssh.sh.
33545         * INSTALL: Regenerated.
33546
33547 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
33548
33549         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
33550         EOPNOTSUPP.
33551
33552 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
33553
33554         * Makeconfig (run-program-prefix): Fix comment.
33555
33556 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33557             Jim Blandy  <jimb@codesourcery.com>
33558
33559         * Makeconfig (test-wrapper): New variable,
33560         (test-wrapper-env): Likewise.
33561         [$(cross-compiling) = yes && $(test-wrapper) != ""]
33562         (run-built-tests): Define to yes.
33563         (run-program-prefix): Use $(test-wrapper).
33564         (built-program-cmd): Likewise.
33565         * Rules (make-test-out): Use $(test-wrapper-env) and
33566         $(host-built-program-cmd).
33567         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
33568         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
33569         tst-pathopt.sh.
33570         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
33571         $(test-wrapper-env) to tst-rtld-load-self.sh.
33572         ($(objpfx)order2.out): Use $(test-wrapper).
33573         ($(objpfx)tst-initorder.out): Likewise.
33574         ($(objpfx)tst-initorder2.out): Likewise.
33575         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
33576         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
33577         (test_wrapper_env): New variable.  Use it to run ld.so.
33578         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
33579         Use it to run ld.so.
33580         (test_wrapper_env): Likewise.
33581         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
33582         $(test-wrapper) to run-iconv-test.sh.
33583         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33584         (ICONV): Use $test_wrapper.
33585         * posix/Makefile ($(objpfx)globtest.out): Pass
33586         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33587         globtest.sh, not $(run-program-prefix).
33588         * posix/globtest.sh (run_via_rtld_prefix): New variable.
33589         (test_wrapper): Likewise.
33590         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
33591         set together with run_via_rtld_prefix.
33592         (run_program_prefix): Define in terms of test_wrapper and
33593         run_via_rtld_prefix.
33594
33595 2012-10-24  Roland McGrath  <roland@hack.frob.com>
33596
33597         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33598         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33599         Targets removed.
33600
33601         [BZ #14743]
33602         * include/time.h: Remove librt_hidden_proto (clock_gettime).
33603         Declare __clock_getres, __clock_gettime, __clock_settime,
33604         __clock_nanosleep, and __clock_getcpuclockid.
33605         * rt/clock_gettime.c: Define __clock_gettime as an alias.
33606         Remove librt_hidden_def (clock_gettime).
33607         * sysdeps/unix/clock_gettime.c: Likewise.
33608         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33609         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33610         * rt/clock_getres.c: Define __clock_getres as an alias.
33611         * sysdeps/posix/clock_getres.c: Likewise.
33612         * rt/clock_settime.c: Define __clock_settime as an alias.
33613         * sysdeps/unix/clock_settime.c: Likewise.
33614         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33615         * sysdeps/unix/clock_nanosleep.c: Likewise.
33616         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33617         * rt/clock-compat.c: New file.
33618         * rt/Makefile (librt-routines): Add clock-compat and move
33619         $(clock-routines) to ...
33620         (routines): ... here, new variable.
33621         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33622         Don't add get_clockfreq here.
33623         * rt/Versions (libc: GLIBC_2.17): New version set.
33624         Add clock_* symbols here.
33625         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
33626         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33627         (GLIBC_2.17): Add clock_* symbols.
33628         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33629         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33630         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33631         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33632         Likewise.
33633         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33634         Likewise.
33635         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33636         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33637         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33638         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33639         * NEWS: Mention the move.
33640
33641         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33642         Use __open, __read, __close rather than their public counterparts.
33643         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33644         (__get_clockfreq_via_cpuinfo): Likewise.
33645         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33646         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33647
33648         * config.h.in (HAVE_IFUNC): New #undef.
33649         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33650         was successful.
33651         * configure: Regenerated.
33652
33653 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33654
33655         * configure.in: Move READELF check to start of file.
33656         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33657         libc_cv_asm_gnu_indirect_function in the process.
33658         * configure: Regenerated.
33659
33660 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33661
33662         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33663         send the output to /dev/null.
33664         (libc_cv_cc_with_libunwind): Likewise.
33665         (libc_cv_as_noexecstack): Likewise.
33666         * configure: Regenerate.
33667
33668 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33669
33670         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33671
33672         * posix/globtest.sh (TMPDIR): Do not set.
33673         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33674         (testout): Likewise.
33675
33676 2012-10-24  Andreas Jaeger  <aj@suse.de>
33677
33678         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33679         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33680         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33681         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33682         posix_fadvise64, posix_fallocate64.
33683
33684         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33685         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33686         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33687         Likewise.
33688         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33689         Likewise.
33690         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33691
33692         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33693         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33694         <bits/fcntl-linux.h>.
33695         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33696
33697         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33698         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33699         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33700         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33701         [__WORDSIZE != 64]: Likewise.
33702
33703 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33704
33705         * Makeconfig (run-built-tests): New variable.
33706         * Rules [$(cross-compiling) = yes]: Change condition to
33707         [$(run-built-tests) = no].
33708         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33709         to [$(run-built-tests) = yes].
33710         * elf/Makefile [$(cross-compiling) = no]: Likewise
33711         * grp/Makefile [$(cross-compiling) = no]: Likewise.
33712         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33713         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33714         * intl/Makefile [$(cross-compiling) = no]: Likewise.
33715         * io/Makefile [$(cross-compiling) = no]: Likewise.
33716         * libio/Makefile [$(cross-compiling) = no]: Likewise.
33717         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33718         * misc/Makefile [$(cross-compiling) = no]: Likewise.
33719         * posix/Makefile [$(cross-compiling) = no]: Likewise.
33720         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33721         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33722         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33723         * string/Makefile [$(cross-compiling) = no]: Likewise.
33724
33725         * posix/Makefile ($(objpfx)globtest.out): Pass
33726         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33727         $(rtld-installed-name).
33728         * posix/globtest.sh (elf_objpfx): Remove variable.
33729         (rtld_installed_name): Likewise.
33730         (library_path): Likewise.
33731         (run_program_prefix): New variable.  Use for running globtest
33732         binary.
33733
33734 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
33735             Joseph Myers  <joseph@codesourcery.com>
33736
33737         * Makeconfig (host-built-program-cmd): New variable.
33738         * elf/Makefile (tst-stackguard1-ARGS): Use
33739         $(host-built-program-cmd).
33740         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33741         (tst-spawn-ARGS): Likewise.
33742         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33743
33744 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33745             Jim Blandy  <jimb@codesourcery.com>
33746
33747         * Makeconfig (run-via-rtld-prefix): New variable.
33748         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
33749         (built-program-cmd): Likewise.
33750
33751 2012-10-22  Andreas Jaeger  <aj@suse.de>
33752
33753         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
33754         __O_RSYNC if it exists, otherwise to O_SYNC.
33755
33756 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
33757             Joseph Myers  <joseph@codesourcery.com>
33758
33759         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
33760         /dev/null.
33761         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
33762         from /dev/null
33763         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
33764         /dev/null.
33765
33766 2012-10-22  Andreas Jaeger  <aj@suse.de>
33767
33768         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
33769         Define always.
33770         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
33771
33772         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33773         bits/fcntl-linux.h.
33774
33775         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
33776         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
33777
33778         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
33779         to __O_LARGEFILE.
33780         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
33781         to __O_LARGEFILE.
33782
33783 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
33784             Joseph Myers  <joseph@codesourcery.com>
33785
33786         * config.make.in (NM): New variable.
33787
33788 2012-10-21  Andreas Jaeger  <aj@suse.de>
33789
33790         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
33791         definitions and declarations that are provided by
33792         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
33793
33794 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33795
33796         [BZ #14683]
33797         * elf/Makefile (tests-static): Add tst-leaks1-static.
33798         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
33799         ($(objpfx)tst-leaks1-static): New rule.
33800         ($(objpfx)tst-leaks1-static-mem): Likewise.
33801         (tst-leaks1-static-ENV): New macro.
33802         * elf/dl-open.c (dl_open_worker): Check the main application
33803         only if SHARED is defined.
33804         * elf/tst-leaks1-static.c: New file.
33805
33806 2012-10-20  Andreas Jaeger  <aj@suse.de>
33807
33808         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
33809         generic values for Linux.
33810         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
33811         and declarations that are provided by <bits/fcntl-linux.h> and
33812         include <bits/fcntl-linux.h>.
33813         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33814         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33815
33816 2012-10-20  Roland McGrath  <roland@hack.frob.com>
33817
33818         * io/fcntl.h: Move include of <bits/types.h> to the top and
33819         include it unconditionally.
33820
33821 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33822
33823         * wcsmbs/Makefile (tests-ifunc): New variable.
33824         (tests): Add $(tests-ifunc).
33825         * wcsmbs/test-wcschr-ifunc.c: New file.
33826         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
33827         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
33828         * wcsmbs/test-wcslen-ifunc.c: Likewise.
33829         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
33830         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
33831
33832         * string/Makefile (tests-ifunc): New variable.
33833         (tests): Add $(tests-ifunc).
33834         * string/test-memccpy.c (TEST_NAME): New macro.
33835         * string/test-memchr.c (TEST_NAME): Likewise.
33836         * string/test-memcmp.c (TEST_NAME): Likewise.
33837         * string/test-memcpy.c (TEST_NAME): Likewise.
33838         * string/test-memmem.c (TEST_NAME): Likewise.
33839         * string/test-memmove.c (TEST_NAME): Likewise.
33840         * string/test-memset.c (TEST_NAME): Likewise.
33841         * string/test-rawmemchr.c (TEST_NAME): Likewise.
33842         * string/test-stpcpy.c (TEST_NAME): Likewise.
33843         * string/test-stpncpy.c (TEST_NAME): Likewise.
33844         * string/test-strcasecmp.c (TEST_NAME): Likewise.
33845         * string/test-strcasestr.c (TEST_NAME): Likewise.
33846         * string/test-strcat.c (TEST_NAME): Likewise.
33847         * string/test-strchr.c (TEST_NAME): Likewise.
33848         * string/test-strcmp.c(TEST_NAME): Likewise.
33849         * string/test-strcpy.c (TEST_NAME): Likewise.
33850         * string/test-strcspn.c (TEST_NAME): Likewise.
33851         * string/test-strlen.c (TEST_NAME): Likewise.
33852         * string/test-strncasecmp.c (TEST_NAME): Likewise.
33853         * string/test-strncmp.c (TEST_NAME): Likewise.
33854         * string/test-strncpy.c (TEST_NAME): Likewise.
33855         * string/test-strnlen.c (TEST_NAME): Likewise.
33856         * string/test-strpbrk.c (TEST_NAME): Likewise.
33857         * string/test-strrchr.c (TEST_NAME): Likewise.
33858         * string/test-strspn.c (TEST_NAME): Likewise.
33859         * string/test-strstr.c (TEST_NAME): Likewise.
33860         * string/test-bcopy-ifunc.c: New file.
33861         * string/test-bzero-ifunc.c: Likewise.
33862         * string/test-memccpy-ifunc.c: Likewise.
33863         * string/test-memchr-ifunc.c: Likewise.
33864         * string/test-memcmp-ifunc.c: Likewise.
33865         * string/test-memcpy-ifunc.c: Likewise.
33866         * string/test-memmem-ifunc.c: Likewise.
33867         * string/test-memmove-ifunc.c: Likewise.
33868         * string/test-mempcpy-ifunc.c: Likewise.
33869         * string/test-memset-ifunc.c: Likewise.
33870         * string/test-rawmemchr-ifunc.c: Likewise.
33871         * string/test-stpcpy-ifunc.c: Likewise.
33872         * string/test-stpncpy-ifunc.c: Likewise.
33873         * string/test-strcasecmp-ifunc.c: Likewise.
33874         * string/test-strcasestr-ifunc.c: Likewise.
33875         * string/test-strcat-ifunc.c: Likewise.
33876         * string/test-strchr-ifunc.c: Likewise.
33877         * string/test-strchrnul-ifunc.c: Likewise.
33878         * string/test-strcmp-ifunc.c: Likewise.
33879         * string/test-strcpy-ifunc.c: Likewise.
33880         * string/test-strcspn-ifunc.c: Likewise.
33881         * string/test-strlen-ifunc.c: Likewise.
33882         * string/test-strncasecmp-ifunc.c: Likewise.
33883         * string/test-strncat-ifunc.c: Likewise.
33884         * string/test-strncmp-ifunc.c: Likewise.
33885         * string/test-strncpy-ifunc.c: Likewise.
33886         * string/test-strnlen-ifunc.c: Likewise.
33887         * string/test-strpbrk-ifunc.c: Likewise.
33888         * string/test-strrchr-ifunc.c: Likewise.
33889         * string/test-strspn-ifunc.c: Likewise.
33890         * string/test-strstr-ifunc.c: Likewise.
33891
33892         * debug/Makefile (tests-ifunc): New variable.
33893         (tests): Add $(tests-ifunc).
33894         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
33895         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
33896         * debug/test-stpcpy_chk-ifunc.c: New file.
33897         * debug/test-strcpy_chk-ifunc.c: Likewise.
33898
33899 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
33900
33901         [BZ #13601]
33902         * elf/dl-load.c (open_verify): Retry read if the entire ELF
33903         header is not read in.
33904
33905 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
33906
33907         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
33908         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
33909         directly.  Pass built executable to script as
33910         $(built-program-cmd).
33911         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
33912         $testprogram without using LD_LIBRARY_PATH and $ldso.
33913
33914         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
33915         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
33916         $(rtld-installed-name).
33917         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
33918         (rtld_installed_name): Likewise.
33919         (library_path): Likewise.
33920         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
33921         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
33922         $(run-program-prefix) to tst-tables.sh.
33923         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
33924         it to run tst-table-from and tst-table-to.
33925         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
33926         Pass it to tst-table.sh.
33927         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
33928         $(run-program-prefix) to tst-gettext.sh.
33929         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
33930         tst-translit.sh.
33931         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
33932         tst-gettext2.sh.
33933         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
33934         to run tst-gettext.
33935         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
33936         to run tst-gettext2.
33937         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
33938         to run tst-translit.
33939         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
33940         $(run-program-prefix) to tst-mtrace.sh.
33941         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
33942         to run tst-mtrace.
33943         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
33944         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
33945         $(rtld-installed-name).
33946         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
33947         (rtld_installed_name): Likewise.
33948         (run_program_prefix): New variable.  Use it to run wordexp-test.
33949
33950         * Makeconfig (ARCH): Remove all definitions.
33951         (machine): Likewise.
33952         [ARCH]: Remove conditional code.
33953         [!objdir]: Give error.
33954         [!objdir] (objpfx): Remove.
33955         [!objdir] (common-objpfx): Likewise.
33956         [!objdir] (common-objdir): Likewise.
33957         * configure.in (config_makefile): Remove.  Hardcode Makefile in
33958         AC_CONFIG_FILES call.
33959         * configure: Regenerated.
33960
33961         [BZ #13888]
33962         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
33963         or TMPDIR.
33964         (testout): Likewise.
33965
33966         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
33967         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
33968         $(rtld-installed-name).
33969         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
33970         (rtld_installed_name): Likwise.
33971         (runit): Remove function.
33972         (run_getconf): New variable,  Use it for running getconf binary.
33973
33974 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
33975
33976         [BZ #14716]
33977         * string/test-memmem.c (check_result): New function.
33978         (do_one_test): Use it.
33979         (check1): New function.
33980         (test_main): Use it.
33981
33982 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
33983
33984         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
33985
33986 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
33987
33988         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
33989         (_G_LSEEK64): Likewise.
33990         (_G_MMAP64): Likewise.
33991         (_G_FSTAT64): Likewise.
33992         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
33993         (_G_LSEEK64): Likewise.
33994         (_G_MMAP64): Likewise.
33995         (_G_FSTAT64): Likewise.
33996         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
33997         unconditional.  Call __mmap64 directly.
33998         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
33999         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
34000         __lseek64 directly.
34001         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
34002         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
34003         __mmap64 directly.
34004         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
34005         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34006         __lseek64 directly.
34007         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
34008         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
34009         __lseek64 directly.
34010         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
34011         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
34012         __lseek64 directly.
34013         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
34014         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
34015         __fxstat64 directly.
34016         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
34017         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
34018         unconditional.
34019         (freopen64) [!_G_OPEN64]: Remove conditional code.
34020         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
34021         unconditional.
34022         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
34023         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
34024         unconditional.
34025         (ftello64) [!_G_LSEEK64]: Remove conditional code.
34026         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
34027         unconditional.
34028         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34029         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
34030         unconditional.
34031         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
34032         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
34033         unconditional.
34034         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34035         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
34036         unconditional.
34037         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
34038         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
34039         unconditional.
34040         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
34041
34042 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
34043
34044         [BZ #12140]
34045         * manual/memory.texi (Malloc Tunable Parameters): Add note
34046         about free list pointers overwriting some perturb bytes.
34047         Wording suggested by Roland McGrath.
34048
34049 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
34050
34051         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
34052         (lgamma_test): Likewise.
34053         (tgamma_test): Likewise.
34054
34055 2012-10-16  Florian Weimer  <fweimer@redhat.com>
34056
34057         [BZ #14700]
34058         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
34059         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
34060
34061 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
34062
34063         * NEWS: Mention BZ #14716.
34064         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
34065         when removing AVAILABLE1_USES_J macro.
34066
34067 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
34068
34069         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
34070         (__bswap_64): __uint64_t for unsigned 64-bit int.
34071
34072 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
34073
34074         * include/string.h (memmem): Declare libc hidden alias.
34075         * string/memmem.c (memmem): Define libc hidden alias.
34076         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
34077         __read, __close instead of open, read, close.
34078
34079 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
34080
34081         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
34082         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
34083         global and hidden.
34084         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
34085         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
34086         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
34087         Likewise.
34088         (__rawmemchr_sse2): Likewise.
34089         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
34090         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
34091         (__strchr_sse2): Likewise.
34092         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
34093         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
34094         (__strcasecmp_sse2): Likewise.
34095         (__strncasecmp_sse2): Likewise.
34096         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
34097         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
34098         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
34099         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
34100         (__strrchr_sse2): Likewise.
34101         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
34102         ifunc-impl-list.c.
34103         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
34104         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
34105         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
34106         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
34107         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
34108         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
34109         * sysdeps/x86_64/multiarch/memset.S: Likewise.
34110         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
34111         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
34112         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
34113         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
34114         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
34115         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
34116         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
34117         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
34118         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
34119         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
34120         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
34121         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
34122         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
34123         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
34124         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
34125         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
34126         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
34127         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
34128         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
34129         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
34130         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
34131         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
34132         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
34133
34134         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
34135         global and hidden.
34136         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
34137         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
34138         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
34139         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
34140         Likewise.
34141         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
34142         Likewise.
34143         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
34144         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
34145         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
34146         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
34147         ifunc-impl-list.c.
34148         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
34149         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
34150         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
34151         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
34152         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
34153         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
34154         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
34155         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
34156         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
34157         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
34158         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
34159         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
34160         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
34161         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
34162         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
34163         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
34164         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
34165         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
34166         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
34167         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
34168         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
34169         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
34170         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
34171         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
34172         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
34173         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
34174         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
34175         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
34176         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
34177         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
34178         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
34179         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
34180         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
34181         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
34182         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
34183         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
34184         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
34185         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
34186         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
34187         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
34188         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
34189
34190         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
34191         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
34192         * include/ifunc-impl-list.h: New file.
34193         * misc/ifunc-impl-list.c: Likewise.
34194         * misc/Makefile (routines): Add ifunc-impl-list.
34195         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
34196         * string/test-string.h: Include <ifunc-impl-list.h>.
34197         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
34198         TEST_NAME]: New variables.
34199         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
34200         are defined.
34201         (test_init): Call __libc_ifunc_impl_list to initialize
34202         func_list if TEST_IFUNC and TEST_NAME are defined.
34203
34204         * string/Makefile (strop-tests): Add bcopy and bzero.
34205         * string/test-bcopy.c: New file.
34206         * string/test-bzero.c: Likewise.
34207         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
34208         defined.
34209         * string/test-memset.c: Support bzero test if TEST_BZERO is
34210         defined.
34211         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
34212         __libc_memmove.
34213         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
34214         __libc_memset.
34215         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
34216         of memset.
34217
34218 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
34219
34220         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
34221         * configure: Regenerated.
34222
34223         * Makeconfig (+link-static-before-libc): Don't include
34224         $(link-static-libc).
34225
34226         * libio/libio.h (_IO_pos_t): Remove.
34227
34228 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34229
34230         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
34231         McGrath.
34232
34233 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34234
34235         * crypt/crypt-entry.c: Include fips-private.h.
34236         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
34237         * crypt/md5c-test.c (main): Tolerate disabled MD5.
34238         * sysdeps/unix/sysv/linux/fips-private.h: New file.
34239         * sysdeps/generic/fips-private.h: New file, dummy fallback.
34240
34241 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
34242
34243         * crypt/crypt-private.h: Include stdbool.h.
34244         (_ufc_setup_salt_r): Return bool.
34245         * crypt/crypt-entry.c: Include errno.h.
34246         (__crypt_r): Return NULL with EINVAL for bad salt.
34247         * crypt/crypt_util.c (bad_for_salt): New.
34248         (_ufc_setup_salt_r): Check that salt is long enough and within
34249         the specified alphabet.
34250         * crypt/badsalttest.c: New file.
34251         * crypt/Makefile (tests): Add it.
34252         ($(objpfx)badsalttest): New.
34253
34254 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
34255
34256         * NEWS: Add entry for BZ #14602.
34257
34258 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34259
34260         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
34261         type-generic.
34262         * math/libm-test.inc: Update comment listing what functions and
34263         macros are tested.
34264         (isgreater_test): New function.
34265         (isgreaterequal_test): Likewise.
34266         (isless_test): Likewise.
34267         (islessequal_test): Likewise.
34268         (islessgreater_test): Likewise.
34269         (isunordered_test): Likewise.
34270         (main): Call the new functions.
34271
34272 2012-10-09  Roland McGrath  <roland@hack.frob.com>
34273
34274         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
34275         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
34276         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
34277         * sysdeps/i386/configure: Regenerated.
34278         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
34279         * sysdeps/mach/configure: Regenerated.
34280         * sysdeps/mach/hurd/configure: Regenerated.
34281         * sysdeps/powerpc/configure: Regenerated.
34282         * sysdeps/powerpc/powerpc32/configure: Regenerated.
34283         * sysdeps/powerpc/powerpc64/configure: Regenerated.
34284         * sysdeps/s390/s390-32/configure: Regenerated.
34285         * sysdeps/s390/s390-64/configure: Regenerated.
34286         * sysdeps/sh/configure: Regenerated.
34287         * sysdeps/sparc/configure: Regenerated.
34288         * sysdeps/unix/sysv/linux/configure: Regenerated.
34289         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
34290         * sysdeps/x86_64/configure: Regenerated.
34291
34292         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
34293         defined.  Don't check if MAP is NULL.
34294
34295 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
34296
34297         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
34298         (_G_stat64): Likewise.
34299         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
34300         (_G_stat64): Likewise.
34301         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
34302         instead of struct _G_stat64.
34303         * libio/fileops.c (mmap_remap_check): Likewise.
34304         (decide_maybe_mmap): Likewise.
34305         (_IO_new_file_seekoff): Likewise.
34306         (_IO_file_stat): Likewise.
34307         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
34308         _G_off64_t.
34309         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
34310         instead of struct _G_stat64.
34311         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34312
34313 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
34314
34315         [BZ #14602]
34316         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34317         Replace with ...
34318         (CHECK_EOL): New macro.
34319         (two_way_short_needle): Check beginning of haystack for EOL.  Use
34320         CHECK_EOL.
34321         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34322         Replace with CHECK_EOL.
34323         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
34324         Replace with CHECK_EOL.
34325
34326 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
34327
34328         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
34329         type-generic.
34330         * math/libm-test.inc: Update comment listing what functions and
34331         macros are tested.
34332         (finite_test): New function.
34333         (isinf_test): Likewise.
34334         (isnan_test): Likewise.
34335         (fpclassify_test): Test subnormal input.
34336         (isfinite_test): Likewise.
34337         (isnormal_test): Likewise.
34338         (main): Call the new functions.
34339
34340 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
34341
34342         [BZ #14660]
34343         * Makerules (%.dynsym): Force C locale when running
34344         $(OBJDUMP) --dynamic-syms.
34345
34346 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
34347
34348         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
34349         <stdint.h>.
34350
34351 2012-10-06  David S. Miller  <davem@davemloft.net>
34352
34353         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
34354         upper 32-bits of the length value in %o2 since we use branch-on-register
34355         tests which consider the entire 64-bit register.
34356
34357 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
34358
34359         * string/test-strstr.c (check2): Add a test for page boundary.
34360
34361 2012-10-05  David S. Miller  <davem@davemloft.net>
34362
34363         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
34364         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
34365         file.
34366         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34367         sysdep_routines.
34368         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34369         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
34370         and bzero when HWCAP_SPARC_CRYPTO is present.
34371
34372 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
34373
34374         [BZ #14602]
34375         * string/test-strstr.c (check2): New function.
34376         (test_main): Call check2.
34377
34378         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
34379         and bug-strchr1.
34380         * string/bug-strcasestr1.c (do_test): Moved to ...
34381         * string/test-strcasestr.c (check1): Here.  New function.
34382         (do_one_test): Break out result checking code into ...
34383         (check_result): This.  New function.
34384         (do_one_test): Call check_result.
34385         (test_main): Call check1.
34386         * string/bug-strchr1.c (do_test): Moved to ...
34387         * string/test-strchr.c (check1): Here.  New function.
34388         (do_one_test): Break out result checking code into ...
34389         (check_result): This.  New function.
34390         (do_one_test): Call check_result.
34391         (test_main): Call check1.
34392         * string/bug-strstr1.c (main): Moved to ...
34393         * string/test-strstr.c (check1): Here.  New function.
34394         (do_one_test): Break out result checking code into ...
34395         (check_result): This.  New function.
34396         (do_one_test): Call check_result.
34397         (test_main): Call check1.
34398         * string/bug-strcasestr1.c: Removed.
34399         * string/bug-strchr1.c: Likewise.
34400         * string/bug-strstr1.c: Likewise.
34401
34402         * elf/Makefile (dl-routines): Add hwcaps.
34403         * elf/dl-support.c (_dl_important_hwcaps): Removed.
34404         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
34405         (_dl_important_hwcaps): Moved to ...
34406         * elf/dl-hwcaps.c: Here.  New file.
34407         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
34408
34409         [BZ #14557]
34410         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
34411         if IS_IN_rtld isn't defined.
34412
34413         * elf/dl-support.c (_dl_sysinfo_map): New.
34414         Include "get-dynamic-info.h" and "setup-vdso.h".
34415         (_dl_non_dynamic_init): Call setup_vdso.
34416         * elf/dynamic-link.h: Don't include <assert.h>.
34417         (elf_get_dynamic_info): Moved to ...
34418         * elf/get-dynamic-info.h: Here.  New file.
34419         * elf/dynamic-link.h: Include "get-dynamic-info.h".
34420         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
34421         * elf/setup-vdso.h: Here.  New file.
34422         * elf/rtld.c: Include "setup-vdso.h".
34423         (dl_main): Call setup_vdso.
34424
34425 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
34426
34427         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
34428         creal in comment listing functions tested.  List finite, isinf,
34429         isnan, isless, islessequal, isgreater, isgreaterequal,
34430         islessgreater, isunordered, lgamma_r and pow10 as functions and
34431         macros not tested.  Mention which functions not tested are aliases
34432         for other functions.  Fix typo.  Note that signs of NaNs are not
34433         tested.
34434
34435         * scripts/config.guess: Update from config.git.
34436         * scripts/config.sub: Likewise.
34437
34438 2012-10-04  Roland McGrath  <roland@hack.frob.com>
34439
34440         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
34441         * misc/madvise.c (madvise): Renamed to __madvise.
34442         Make madvise a weak alias.
34443         * include/sys/mman.h: Declare __madvise.
34444         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
34445         * sysdeps/unix/syscalls.list
34446         (madvise): Make __madvise the strong name, and madvise a weak alias.
34447         * sysdeps/unix/sysv/linux/syscalls.list
34448         (madvise, mmap): Remove redundant entries.
34449         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
34450         * malloc/malloc.c (mtrim): Likewise.
34451         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
34452
34453 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34454
34455         * sysdeps/mach/hurd/dl-cache.c: File removed.
34456         * config.h.in (USE_LDCONFIG): New #undef.
34457         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
34458         * configure: Regenerated.
34459         * elf/Makefile (dl-routines): Add dl-cache only under
34460         [$(use-ldconfig) = yes].
34461         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
34462         cache on [USE_LDCONFIG].
34463         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
34464         [USE_LDCONFIG].
34465         * elf/rtld.c (dl_main): Likewise.
34466
34467 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
34468
34469         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
34470         _SC_LEVEL4_CACHE_LINESIZE.
34471
34472 2012-10-03  Roland McGrath  <roland@hack.frob.com>
34473
34474         * sysdeps/unix/bsd/confstr.h: File removed.
34475
34476 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
34477
34478         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
34479         sys/sdt-config.h.
34480
34481 2012-10-02  Roland McGrath  <roland@hack.frob.com>
34482
34483         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
34484         Make 'mapoff' field ElfW(Off) rather than off_t.
34485
34486 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
34487
34488         * nscd/Makefile: Remove nscd-cflags and all its users.
34489         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
34490         (CFLAGS-nonlib): Add compiler flags for nscd modules.
34491
34492         [BZ #10631]
34493         * malloc.c (malloc_printerr): Clarify error message.
34494
34495 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
34496
34497         [BZ #14648]
34498         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34499         Set bit_FMA_Usable if FMA is supported.
34500         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
34501         macro.
34502         (bit_FMA4_Usable): Updated.
34503         (index_FMA_Usable): New macro.
34504         (CPUID_FMA): Likewise
34505         (HAS_FMA): Defined with bit_FMA_Usable.
34506
34507 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34508
34509         * bits/types.h (__swblk_t): Type removed.
34510         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
34511         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
34512         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34513         (__SWBLK_T_TYPE): Likewise.
34514         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
34515         (__SWBLK_T_TYPE): Likewise.
34516         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34517         (__SWBLK_T_TYPE): Likewise.
34518         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34519         (__SWBLK_T_TYPE): Likewise.
34520
34521 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
34522             Honza Horak <hhorak@redhat.com>
34523
34524         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
34525         (xdr_mapname): Use YPMAXMAP as maxsize.
34526         (xdr_peername): Use YPMAXPEER as maxsize.
34527         (xdr_keydat): Use YPAXRECORD as maxsize.
34528         (xdr_valdat): Use YPMAXRECORD as maxsize.
34529
34530 2012-10-01  Roland McGrath  <roland@hack.frob.com>
34531
34532         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
34533
34534         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
34535         * csu/init-first.c: ... here.
34536         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
34537         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
34538         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
34539         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
34540         * sysdeps/i386/init-first.c: File removed.
34541         * sysdeps/sh/init-first.c: File removed.
34542
34543 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
34544
34545         [BZ #14645]
34546         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
34547         if x * y might underflow to zero and z is zero.
34548         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
34549         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34550         * math/libm-test.inc (min_subnorm_value): New variable.
34551         (fma_test): Add more tests.
34552         (fma_test_towardzero): Likewise.
34553         (fma_test_downward): Likewise
34554         (fma_test_upward): Likewise.
34555         (initialize): Set min_subnorm_value.
34556
34557 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
34558
34559         [BZ #14638]
34560         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
34561         0 + 0.
34562         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
34563         mode for addition resulting in exact zero.
34564         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
34565         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
34566         exact 0 + 0.
34567         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
34568         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
34569         * math/libm-test.inc (fma_test): Add more tests.
34570         (fma_test_towardzero): New function.
34571         (fma_test_downward): Likewise.
34572         (fma_test_upward): Likewise.
34573         (main): Call the new functions.
34574
34575 2012-09-28  David S. Miller  <davem@davemloft.net>
34576
34577         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
34578
34579 2012-09-28  Roland McGrath  <roland@hack.frob.com>
34580
34581         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
34582         instead of SIGALRM.
34583
34584         * sysdeps/gnu/_G_config.h: Moved to ...
34585         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34586         * sysdeps/mach/hurd/_G_config.h: Moved to ...
34587         * sysdeps/generic/_G_config.h: ... here.
34588
34589         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
34590
34591         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34592
34593         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34594         Conditionalize target on [libnss_test1.so-version].
34595
34596         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34597
34598         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34599         (elfobjdir): Move out of conditionals.
34600
34601         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34602         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34603         (__nss_lookup_function): Conditionalize label remove_from_tree on
34604         [!DO_STATIC_NSS || SHARED], matching its only use.
34605
34606 2012-09-28  David S. Miller  <davem@davemloft.net>
34607
34608         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34609         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34610         file.
34611         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34612         sysdep_routines.
34613         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34614         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34615         when HWCAP_SPARC_CRYPTO is present.
34616
34617 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34618
34619         * io/tst-mknodat.c: Create a FIFO instead of a socket.
34620
34621 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
34622
34623         [BZ #6530]
34624         * stdio-common/vfprintf.c (process_string_arg): Revert
34625         2000-07-22 change.
34626
34627 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
34628
34629         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34630         for testcase.
34631         * stdio-common/tst-sprintf.c: Include <locale.h>
34632         (main): Test sprintf's handling of incomplete multibyte
34633         characters.
34634
34635 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
34636
34637         * elf/dl-runtime.c (VERSYMIDX): Removed.
34638         * elf/dl-version.c (VERSYMIDX): Likewise.
34639         * elf/do-rel.h (VERSYMIDX): Likewise.
34640         (VALIDX): Likewise.
34641         * elf/dynamic-link.h (VERSYMIDX): Likewise.
34642         * elf/rtld.c (VALIDX): Likewise.
34643         (ADDRIDX): Likewise.
34644         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34645         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34646         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
34647         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
34648         (VALIDX): Likewise.
34649         (ADDRIDX): Likewise.
34650
34651 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34652
34653         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34654
34655 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
34656
34657         [BZ #11438]
34658         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34659         to global scope.
34660         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34661         addresses are in the same scope as 192.0.2/24.
34662         * posix/gai.conf: Document new scope table defaults.
34663
34664 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34665
34666         [BZ #5298]
34667         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34668         for ftell.  Compute offsets from write pointers instead.
34669         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34670
34671 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34672
34673         [BZ #14543]
34674         * libio/Makefile (tests): New test case tst-fseek.
34675         * libio/tst-fseek.c: New test case to verify that fseek/ftell
34676         combination works in wide mode.
34677         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34678         state when the external buffer state changes.
34679
34680 2012-09-27  David S. Miller  <davem@davemloft.net>
34681
34682         [BZ #14376]
34683         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34684         pass reloc->r_addend in as the 'high' argument to
34685         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34686
34687         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34688
34689 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34690
34691         * rt/tst-aio2.c: Include <pthread.h>.
34692         * rt/tst-aio3.c: Likewise.
34693
34694 2012-09-27  Steve Ellcey  <sellcey@mips.com>
34695
34696         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34697
34698 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
34699
34700         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34701         contents on [SHARED].
34702
34703 2012-09-26  Marek Polacek  <polacek@redhat.com>
34704
34705         [BZ #14530]
34706         [BZ #13741]
34707         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34708         for C++ and GCC <4.3 as well as for non GCC compilers.
34709
34710 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
34711
34712         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34713
34714 2012-09-25  Roland McGrath  <roland@hack.frob.com>
34715
34716         * Makefile.in (all, install): Declare with .PHONY.
34717         Reported by Michael Hope <michael.hope@linaro.org>.
34718
34719 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34720
34721         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34722         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34723         system header.
34724         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34725         Likewise.
34726         (sydep_routines): Add the new and the internal functions.
34727         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34728         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34729         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34730         (GLIBC_2.17): Add the new function.
34731         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34732         (GLIBC_2.17): Likewise.
34733         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34734         (GLIBC_2.17): Likewise.
34735         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34736         (GLIBC_2.17): Likewise.
34737         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34738
34739 2012-09-25  Alan Modra  <amodra@gmail.com>
34740
34741         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34742         Add release barrier before setting once_control to say
34743         initialisation is done.  Add hints on lwarx.  Use macro in
34744         place of isync.
34745         (clear_once_control): Add release barrier.
34746
34747 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34748
34749         [BZ #13629]
34750         * math/s_clog.c (__clog): Handle more values close to |z| = 1
34751         specially.
34752         * math/s_clog10.c (__clog10): Likewise.
34753         * math/s_clog10f.c (__clog10f): Likewise.
34754         * math/s_clog10l.c (__clog10l): Likewise.
34755         * math/s_clogf.c (__clogf): Likewise.
34756         * math/s_clogl.c (__clogl): Likewise.
34757         * math/Makefile (libm-calls): Add x2y2m1.
34758         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
34759         (__x2y2m1): Likewise.
34760         (__x2y2m1l): Likewise.
34761         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
34762         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
34763         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
34764         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
34765         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
34766         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
34767         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
34768         * sysdeps/i386/fpu/libm-test-ulps: Update.
34769         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34770
34771         [BZ #14621]
34772         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
34773         int as type of variable DEPTH.
34774         (glob): Use size_t instead of int as type of variables NEWCOUNT
34775         and OLD_PATHC.
34776
34777 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34778
34779         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34780         Add s_sincosf-sse2.
34781         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
34782         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
34783         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
34784         macros for using routine as __sincosf_ia32.
34785         Use macro for function declaration and weak_alias.
34786         * sysdeps/i386/fpu/libm-test-ulps: Update.
34787
34788         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
34789         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34790
34791         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
34792         subnormal argument.
34793         * math/s_cexpf.c (__cexpf): Likewise.
34794         * math/s_csinf.c (__csinf): Likewise.
34795         * math/s_csinhf.c (__csinhf): Likewise.
34796         * math/s_ctanf.c (__ctanf): Likewise.
34797         * math/s_ctanhf.c (__ctanhf): Likewise.
34798         * math/s_ccosh.c (__ccoshf): Likewise.
34799         * math/s_cexp.c (__cexpl): Likewise.
34800         * math/s_csin.c (__csin): Likewise.
34801         * math/s_csinh.c (__csinh): Likewise.
34802         * math/s_ctan.c (__ctan): Likewise.
34803         * math/s_ctanh.c (ctanh): Likewise.
34804         * math/s_ccoshl.c (__ccoshl): Likewise.
34805         * math/s_cexpl.c (__cexpl): Likewise.
34806         * math/s_csinl.c (__csinl): Likewise.
34807         * math/s_csinhl.c (__csinhl): Likewise.
34808         * math/s_ctanl.c (__ctanl): Likewise.
34809         * math/s_ctanhl.c (__ctanhl): Likewise.
34810
34811 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34812
34813         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
34814         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
34815         (_IO_off_t): Define to __off_t, not _G_off_t.
34816         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
34817         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
34818         (_IO_wint_t): Define to wint_t, not _G_wint_t.
34819         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
34820         type of __dummy and __dummy2 fields.
34821         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
34822         (_G_ssize_t): Likewise.
34823         (_G_off_t): Likewise.
34824         (_G_pid_t): Likewise.
34825         (_G_uid_t): Likewise.
34826         (_G_wchar_t): Likewise.
34827         (_G_wint_t): Likewise.
34828         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
34829         (_G_ssize_t): Likewise.
34830         (_G_off_t): Likewise.
34831         (_G_pid_t): Likewise.
34832         (_G_uid_t): Likewise.
34833         (_G_wchar_t): Likewise.
34834         (_G_wint_t): Likewise.
34835         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
34836         (_G_ssize_t): Likewise.
34837         (_G_off_t): Likewise.
34838         (_G_pid_t): Likewise.
34839         (_G_uid_t): Likewise.
34840         (_G_wchar_t): Likewise.
34841         (_G_wint_t): Likewise.
34842
34843 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34844
34845         * malloc/arena.c: Include malloc-sysdep.h.
34846         (shrink_heap): Use check_may_shrink_heap to decide if madvise
34847         is sufficient to shrink the heap or an unmap is needed.
34848         * sysdeps/generic/malloc-sysdep.h: New file.  Define
34849         new function check_may_shrink_heap.
34850         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
34851         new function check_may_shrink_heap.
34852
34853 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34854
34855         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
34856         comments.
34857
34858 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
34859
34860         * catgets/test-gencat.sh: Add "set -e".
34861         * elf/tst-pathopt.sh: Likewise.
34862         * grp/tst_fgetgrent.sh: Likewise.
34863         * iconvdata/run-iconv-test.sh: Likewise.
34864         * intl/tst-gettext.sh: Likewise.
34865         * intl/tst-gettext2.sh: Likewise.
34866         * intl/tst-gettext4.sh: Likewise.
34867         * intl/tst-gettext6.sh: Likewise.
34868         * intl/tst-translit.sh: Likewise.
34869         * io/ftwtest-sh: Likewise.
34870         * libio/test-freopen.sh: Likewise.
34871         * malloc/tst-mtrace.sh: Likewise.
34872         * posix/globtest.sh: Likewise.
34873         * posix/tst-getconf.sh: Likewise.
34874         * posix/wordexp-tst.sh: Likewise.
34875         * stdio-common/tst-printf.sh: Likewise.
34876         * stdio-common/tst-unbputc.sh: Likewise.
34877         * stdlib/tst-fmtmsg.sh: Likewise.
34878         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34879         * catgets/Makefile: Do not specify -e option when running
34880         testsuite shell scripts.
34881         * elf/Makefile: Likewise.
34882         * grp/Makefile: Likewise.
34883         * iconvdata/Makefile: Likewise.
34884         * intl/Makefile: Likewise.
34885         * io/Makefile: Likewise.
34886         * libio/Makefile: Likewise.
34887         * malloc/Makefile: Likewise.
34888         * posix/Makefile: Likewise.
34889         * stdio-common/Makefile: Likewise.
34890         * stdlib/Makefile: Likewise.
34891         * sysdeps/x86_64/Makefile: Likewise.
34892
34893         * io/ftwtest-sh: Add copyright header.
34894         * posix/globtest.sh: Likewise.
34895         * posix/tst-getconf.sh: Likewise.
34896         * posix/wordexp-tst.sh: Likewise.
34897         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34898
34899 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
34900
34901         [BZ #13679]
34902         * Makeconfig (+link): Defined as $(+link-static) if
34903         $(build-shared) isn't yes.
34904         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
34905         isn't yes.
34906         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
34907
34908         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
34909
34910         [BZ #14562]
34911         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
34912         new chunk size with MALLOC_ALIGN_MASK.
34913
34914 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
34915
34916         [BZ #5044]
34917         * stdio-common/printf_fphex.c: Include <stdbool.h> and
34918         <rounding-mode.h>.
34919         (__printf_fphex): Determine rounding using get_rounding_mode and
34920         round_away.
34921         * stdio-common/tst-printf-round.c (struct hex_test): New
34922         structure.
34923         (hex_tests): New variable.
34924         (test_hex_in_one_mode): New function.
34925         (do_test): Also run tests for hex float output.
34926
34927 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
34928
34929         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34930         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34931         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
34932         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34933         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34934         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
34935         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34936         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34937
34938 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
34939
34940         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
34941         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
34942         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
34943         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
34944
34945 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
34946
34947         [BZ #14579]
34948         * elf/rtld.c (dl_main): Limit the check for self loading to normal
34949         mode only.
34950         * elf/tst-rtld-load-self.sh: New test.
34951         * elf/Makefile: Run it.
34952
34953 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
34954
34955         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
34956         (tst-writev-ENV): Remove.
34957         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
34958
34959 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
34960
34961         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
34962
34963 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
34964
34965         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
34966         unconditional.
34967         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
34968         Likewise.
34969         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
34970         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
34971         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
34972         Likewise.
34973
34974 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
34975
34976         [BZ #14587]
34977         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
34978         * config.make.in (have-cpp-asm-debuginfo): Removed.
34979         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
34980         * configure: Regenerated.
34981
34982 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
34983
34984         [BZ #5044]
34985         * stdio-common/printf_fp.c: Include <stdbool.h> and
34986         <rounding-mode.h>.
34987         (___printf_fp): Determine rounding using get_rounding_mode and
34988         round_away.
34989         * stdio-common/tst-printf-round.c: New file.
34990         * stdio-common/Makefile (tests): Add tst-printf-round.
34991         (link-libm): New variable.
34992         ($(objpfx)tst-printf-round): Depend in $(link-libm).
34993
34994 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
34995
34996         [BZ #14576]
34997         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
34998         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
34999         Likewise.
35000         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
35001         Likewise.
35002
35003 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
35004
35005         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
35006         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35007         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35008         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
35009
35010 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
35011
35012         [BZ #14518]
35013         * include/rounding-mode.h: New file.
35014         * sysdeps/generic/get-rounding-mode.h: Likewise.
35015         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
35016         * stdlib/strtod_l.c: Include <rounding-mode.h>.
35017         (MAX_VALUE): New macro.
35018         (MIN_VALUE): Likewise.
35019         (overflow_value): New function.
35020         (underflow_value): Likewise.
35021         (round_and_return): Use overflow_value and underflow_value to
35022         determine return values in overflow and underflow cases.  Use
35023         round_away to determine rounding depending on rounding mode.
35024         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
35025         determine return values in overflow and underflow cases.
35026         * stdlib/tst-strtod-round.c: Include <fenv.h>.
35027         (struct test_results): New structure.
35028         (struct test): Use struct test_results to store expected results
35029         for all rounding modes.
35030         (TEST): Include expected results for all rounding modes.
35031         (test_in_one_mode): New function.
35032         (do_test): Use test_in_one_mode to compute and check results.
35033         Check results for all rounding modes.
35034         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
35035         $(link-libm).
35036
35037 2012-12-09  Allan McRae  <allan@archlinux.org>
35038
35039         * sysdeps/i386/fpu/libm-test-ulps: Update
35040
35041 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
35042
35043         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
35044         (_G_int32_t): Likewise.
35045         (_G_uint16_t): Likewise.
35046         (_G_uint32_t): Likewise.
35047         (_G_HAVE_BOOL): Likewise.
35048         (_G_HAVE_ATEXIT): Likewise.
35049         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35050         (_G_HAVE_IO_FILE_OPEN): Likewise.
35051         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
35052         (_G_int32_t): Likewise.
35053         (_G_uint16_t): Likewise.
35054         (_G_uint32_t): Likewise.
35055         (_G_HAVE_BOOL): Likewise.
35056         (_G_HAVE_ATEXIT): Likewise.
35057         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35058         (_G_HAVE_IO_FILE_OPEN): Likewise.
35059         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
35060         (_G_int32_t): Likewise.
35061         (_G_uint16_t): Likewise.
35062         (_G_uint32_t): Likewise.
35063         (_G_HAVE_BOOL): Likewise.
35064         (_G_HAVE_ATEXIT): Likewise.
35065         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
35066         (_G_HAVE_IO_FILE_OPEN): Likewise.
35067
35068 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
35069
35070         * csu/libc-tls.c: Update copyright years.
35071
35072 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
35073
35074         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
35075         [!_G_USING_THUNKS]: Remove conditional code.
35076         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
35077         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
35078
35079         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
35080         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
35081         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35082         (_G_VTABLE_LABEL_PREFIX): Likewise.
35083         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35084         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35085         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35086         (_G_VTABLE_LABEL_PREFIX): Likewise.
35087         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35088         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
35089         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
35090         (_G_VTABLE_LABEL_PREFIX): Likewise.
35091         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
35092
35093 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
35094
35095         * libio/Makefile: Include ../Makeconfig before tests.
35096         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
35097         only if $(build-shared) is yes.
35098
35099         * iconv/gconv_db.c: Update copyright years.
35100
35101 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35102
35103         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
35104         unwind info if defined PIC. Fix special cases description.
35105         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
35106
35107         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
35108         DP_HI_MASK entry.
35109         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
35110
35111 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
35112
35113         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
35114
35115         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
35116         is NULL.
35117
35118         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
35119         (LDLIBS-tst-chk4): This.
35120         (LDFLAGS-tst-chk5): Renamed to ...
35121         (LDLIBS-tst-chk5): This.
35122         (LDFLAGS-tst-chk6): Renamed to ...
35123         (LDLIBS-tst-chk6): This.
35124         (LDFLAGS-tst-lfschk4): Renamed to ...
35125         (LDLIBS-tst-lfschk4): This.
35126         (LDFLAGS-tst-lfschk5): Renamed to ...
35127         (LDLIBS-tst-lfschk5): This.
35128         (LDFLAGS-tst-lfschk6): Renamed to ...
35129         (LDLIBS-tst-lfschk6): This.
35130
35131         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
35132         on $(common-objpfx)soversions.mk.
35133
35134 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
35135
35136         [BZ #10014]
35137         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
35138         example host name.
35139
35140 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
35141
35142         * malloc/arena.c (arena_get_retry): New function that gets
35143         another arena for the caller to try its request on.
35144         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
35145         current arena cannot fulfill the request.
35146         (__libc_memalign): Likewise.
35147         (__libc_memalign): Likewise.
35148         (__libc_pvalloc): Likewise.
35149         (__libc_calloc): Likewise.
35150
35151 2012-09-05  John Tobey  <john.tobey@gmail.com>
35152
35153         [BZ #13542]
35154         * manual/arith.texi (Operations on Complex): Fix description
35155         of carg branch cut.
35156
35157 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35158
35159         [BZ #10014]
35160         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
35161         host name.
35162
35163         [BZ #10038]
35164         * manual/memory.texi (Memory): Make order of menu items match
35165         order of sections.
35166
35167 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35168
35169         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
35170         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
35171         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
35172
35173 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35174
35175         * csu/libc-tls.c (static_dtv): Renamed to ...
35176         (_dl_static_dtv): This.  Make it global.
35177         (_dl_initial_dtv): Removed.
35178         (__libc_setup_tls): Updated.
35179         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
35180         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
35181         DL_INITIAL_DTV.
35182
35183 2012-09-06  Petr Machata  <pmachata@redhat.com>
35184
35185         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
35186         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
35187         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
35188         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
35189
35190 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35191
35192         [BZ #14545]
35193         * csu/libc-tls.c (_dl_initial_dtv): New variable.
35194         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
35195         freeing dtv[-1].
35196
35197 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
35198
35199         [BZ #14544]
35200         * Makeconfig (link-static-before-libc): Replace $(+prector)
35201         with $(+prectorT).
35202         (link-static-after-libc): Replace $(+postctor) with
35203         $(+postctorT).
35204         (link-bounded): Replace $(+prector)/$(+postctor) with
35205         $(+prectorT)/$(+postctorT).
35206         (+prectorT): New macro.
35207         (+postctorT): Likewise.
35208
35209 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
35210
35211         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
35212         (round_str): Handle values above the maximum for IBM long double
35213         as inexact.
35214         * stdlib/tst-strtod-round.c (tests): Regenerated.
35215
35216 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35217
35218         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
35219         assembler flag.
35220         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
35221         zarch_nohighgprs around the zarch optimized routines.
35222         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
35223         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
35224         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
35225         for zarch.
35226
35227 2012-09-05  David S. Miller  <davem@davemloft.net>
35228
35229         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35230
35231         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
35232         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
35233         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
35234         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
35235         entries.
35236
35237 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35238
35239         * malloc/arena.c: Fold copyright years.
35240         * malloc/mcheck.c, malloc/memusage.c: Likewise.
35241
35242 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35243
35244         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
35245
35246 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35247
35248         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
35249
35250 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35251
35252         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
35253         change internal state upon failure.
35254
35255 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
35256
35257         * malloc/mcheck.c (mcheck_check_all): Fix typo.
35258         * malloc/memusage.c (mmap): Likewise.
35259         (mmap64, mremap): Likewise.  Adjust name in comment.
35260
35261 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35262
35263         * libio/fileops.c: Fix typos in comments.
35264         * libio/oldfileops.c: Likewise.
35265         * libio/wfileops.c: Likewise.
35266
35267 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
35268
35269         [BZ #1349]
35270         * malloc/Makefile (tests): Add tst-malloc-usable test case.
35271         (tst-malloc-usable-ENV): Set environment for test case.
35272         * malloc/hooks.c (malloc_check_get_size): New function to get
35273         requested size.
35274         * malloc/malloc.c (musable): Use malloc_check_get_size.
35275         * malloc/tst-malloc-usable.c: New test case.
35276
35277 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35278
35279         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
35280
35281 2012-09-05  Allan McRae  <allan@archlinux.org>
35282
35283         [BZ #13966]
35284         * configure.in (CXX_SYSINCLUDES): Use compiler output to
35285         determine header location.
35286         * configure: Regenerated.
35287
35288 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
35289
35290         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
35291         float format.
35292         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
35293         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
35294         format.
35295         (test): Regenerate.
35296
35297 2012-09-04  David S. Miller  <davem@davemloft.net>
35298
35299         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
35300         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
35301         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
35302
35303 2012-09-04  Florian Weimer  <fweimer@redhat.com>
35304
35305         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
35306         failures.
35307
35308         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
35309
35310 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
35311
35312         [BZ #9914]
35313         * libio/iogetdelim.c: Include <limits.h>.
35314         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
35315         + len + 1 would overflow.
35316
35317 2012-09-03  Andreas Jaeger  <aj@suse.de>
35318
35319         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35320         * sysdeps/i386/fpu/libm-test-ulps: Update.
35321
35322 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35323
35324         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
35325         Add s_sinf-sse2, s_conf-sse2.
35326
35327         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
35328         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
35329         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
35330         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
35331
35332         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
35333         for using routine as __sinf_ia32.
35334         Use macro for function declaration and weak_alias.
35335         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
35336         for using routine as __cosf_ia32.
35337         Use macro for function declaration and weak_alias.
35338
35339         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
35340         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
35341
35342         * sysdeps/x86_64/fpu/s_sinf.S: New file.
35343         * sysdeps/x86_64/fpu/s_cosf.S: New file.
35344         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35345
35346         * math/libm-test.inc (cos_test): Add more test cases.
35347         (sin_test): Likewise.
35348         (sincos_test): Likewise.
35349
35350 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35351
35352         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
35353         (IFUNC_RESOLVE): Make pointers to the specialized implementations
35354         hidden.
35355         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
35356
35357 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
35358
35359         [BZ #14538]
35360         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
35361         first element of the GOT.
35362         (elf_machine_load_address): Return the difference between
35363         the runtime address of _DYNAMIC and elf_machine_dynamic ().
35364
35365 2012-09-01  Allan McRae  <allan@archlinux.org>
35366
35367         [BZ #13412]
35368         * configure.in (AWK): Require gawk version 3.0 or later.
35369         * configure: Regenerated.
35370
35371 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
35372
35373         * sysdeps/unix/sysv/linux/kernel-features.h
35374         (__ASSUME_POSIX_CPU_TIMERS): Remove.
35375         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35376         [__NR_clock_getres]: Make code unconditional.
35377         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
35378         (clock_getcpuclockid): Remove code left unreachable by removal of
35379         conditionals.
35380         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
35381         code unconditional.
35382         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35383         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35384         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
35385         Make code unconditional.
35386         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
35387         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35388         * sysdeps/unix/sysv/linux/clock_settime.c
35389         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
35390         conditional code.
35391         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
35392         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
35393
35394 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
35395
35396         [BZ #14476]
35397         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
35398         scripts/test-installation.pl.
35399
35400         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
35401         and $ld_so_version if it is set.
35402
35403 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35404
35405         [BZ #14516]
35406         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
35407         failure if reading from procfs failed.
35408         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
35409
35410 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35411
35412         * sysdeps/unix/sysv/linux/kernel-features.h
35413         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
35414         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35415         Remove conditional code.
35416         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35417         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
35418         Remove conditional code.
35419         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35420         * sysdeps/unix/sysv/linux/i386/fxstat.c
35421         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35422         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35423         * sysdeps/unix/sysv/linux/i386/fxstatat.c
35424         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35425         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35426         * sysdeps/unix/sysv/linux/i386/lxstat.c
35427         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
35428         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35429         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
35430         Remove conditional code.
35431         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35432         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
35433         Remove conditional code.
35434         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35435         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
35436         <kernel-features.h>.
35437         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
35438         Remove.
35439         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
35440         Remove conditional code.
35441         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
35442         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
35443         Remove conditional.
35444
35445 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
35446
35447         [BZ #5400]
35448         * NEWS: Add fixed bug number.
35449
35450 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
35451
35452         [BZ #14519]
35453         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
35454         underflowing exponent in case of negative sign.
35455         * stdlib/tst-strtod-round-data: Add more tests.
35456         * stdlib/tst-strtod-round.c (tests): Regenerated.
35457
35458         [BZ #3479]
35459         * stdlib/strtod_l.c (NDIG): Remove.
35460         (HEXNDIG): Likewise.
35461         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
35462         smallest representable value.
35463         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
35464         lie within an exact representation of 1/2 ulp of the result.
35465         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
35466         unconditionally.
35467         (TENS_P9_IDX): Define unconditionally.
35468         (TENS_P9_SIZE): Likewise.
35469         (TENS_P10_IDX): Likewise.
35470         (TENS_P10_SIZE): Likewise.
35471         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
35472         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
35473         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
35474         entries for 10^2^13 and 10^2^14.
35475         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
35476         (TENS_P13_IDX): Define.
35477         (TENS_P13_SIZE): Likewise.
35478         (TENS_P14_IDX): Likewise.
35479         (TENS_P14_SIZE): Likewise.
35480         (_fpioconst_pow10): Change array size to
35481         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
35482         unconditional.
35483         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
35484         1024]: Add entries for 10^2^13 and 10^2^14.
35485         [LAST_POW10 > _LAST_POW10]: Remove #error.
35486         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
35487         (_fpioconst_pow10): Change array size to
35488         FPIOCONST_POW10_ARRAY_SIZE.
35489         * stdlib/gen-fpioconst.c: New file.
35490         * stdlib/gen-tst-strtod-round.c: Likewise.
35491         * stdlib/tst-strtod-round-data: Likewise.
35492         * stdlib/tst-strtod-round.c: Likewise.
35493         * stdlib/Makefile (tests): Add tst-strtod-round.
35494
35495         [BZ #14459]
35496         * stdlib/strtod_l.c: Include <stdint.h>.
35497         (NDEBUG): Do not define.
35498         (round_and_return): Change EXPONENT parameter to type intmax_t.
35499         Rearrange calculations to avoid internal overflow possibilities.
35500         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
35501         Rearrange calculations to avoid internal overflow possibilities.
35502         Assert that number fits inside MPNSIZE limbs.
35503         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
35504         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
35505         calculations and add assertions to avoid internal overflow
35506         possibilities.  Add casts to avoid signed/unsigned operations.
35507         * stdlib/tst-strtod-overflow.c: New file.
35508         * stdlib/Makefile (tests): Add tst-strtod-overflow.
35509
35510 2012-08-25  Marek Polacek  <polacek@redhat.com>
35511
35512         * time/time.h: Fix some typos in comments.
35513
35514 2012-08-23  Roland McGrath  <roland@hack.frob.com>
35515
35516         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
35517         * posix/tst-rfc3484-2.c: Likewise.
35518         * posix/tst-rfc3484-3.c: Likewise.
35519
35520 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
35521
35522         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
35523         (EF_ARM_ABI_FLOAT_HARD): Likewise.
35524
35525 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
35526
35527         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
35528         #include of fxstatat64.c.
35529
35530 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35531
35532         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
35533         * shadow/getspent_r.c: Likewise.
35534         * shadow/getspnam.c: Likewise.
35535         * shadow/getspnam_r.c: Likewise.
35536         * gshadow/getsgent.c: Likewise.
35537         * gshadow/getsgent_r.c: Likewise.
35538         * gshadow/getsgnam.c: Likewise.
35539         * gshadow/getsgnam_r.c: Likewise.
35540         * inet/getnetbyad.c: Likewise.
35541         * inet/getnetbyad_r.c: Likewise.
35542         * inet/getnetbynm.c: Likewise.
35543         * inet/getnetbynm_r.c: Likewise.
35544         * inet/getnetent.c: Likewise.
35545         * inet/getnetent_r.c: Likewise.
35546         * inet/getproto.c: Likewise.
35547         * inet/getproto_r.c: Likewise.
35548         * inet/getprtent.c: Likewise.
35549         * inet/getprtent_r.c: Likewise.
35550         * inet/getprtname.c: Likewise.
35551         * inet/getprtname_r.c: Likewise.
35552         * inet/getrpcbyname.c: Likewise.
35553         * inet/getrpcbyname_r.c: Likewise.
35554         * inet/getrpcbynumber.c: Likewise.
35555         * inet/getrpcbynumber_r.c: Likewise.
35556         * inet/getrpcent.c: Likewise.
35557         * inet/getrpcent_r.c: Likewise.
35558         * inet/getaliasent.c: Likewise.
35559         * inet/getaliasent_r.c: Likewise.
35560         * inet/getaliasname.c: Likewise.
35561         * inet/getaliasname_r.c: Likewise.
35562         * nscd/getgrgid_r.c: Likewise.
35563         * nscd/getgrnam_r.c: Likewise.
35564         * nscd/gethstbyad_r.c: Likewise.
35565         * nscd/gethstbynm3_r.c: Likewise.
35566         * nscd/getpwnam_r.c: Likewise.
35567         * nscd/getpwuid_r.c: Likewise.
35568         * nscd/getsrvbynm_r.c: Likewise.
35569         * nscd/getsrvbypt_r.c: Likewise.
35570         * nscd/gai.c: Likewise.
35571
35572         * configure.in (build_nscd): New substituted variable, set
35573         by --disable-build-nscd and defaults to $use_nscd.
35574         * configure: Regenerated.
35575         * config.make.in (build-nscd): New substituted variable.
35576         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
35577         Change conditional to require [$(build-nscd) = yes] as well.
35578         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
35579
35580         [BZ# 13696]
35581         * configure.in (use_nscd): New substituted variable, set by
35582         --disable-nscd.  If enabled, define USE_NSCD.
35583         * configure: Regenerated.
35584         * config.h.in: Add USE_NSCD.
35585         * config.make.in (use-nscd): New substituted variable.
35586         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35587         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35588         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35589         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35590         (CFLAGS-getgrnam_r.c): Likewise.
35591         (CFLAGS-initgroups.c): Likewise.
35592         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35593         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35594         Variables removed.
35595         * inet/getnetgrent_r.c
35596         (nscd_setnetgrent): New function, broken out of ...
35597         (setnetgrent): ... here.  Call it.
35598         (innetgr): Conditionalize nscd bits on [USE_NSCD].
35599         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35600         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35601         * nscd/Makefile (routines, aux): Move definitions after include of
35602         Makeconfig.  Conditionalize on [$(use-nscd) != no].
35603         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35604         Conditionalize on [USE_NSCD].
35605         (is_nscd, nscd_init_cb): Likewise.
35606         (nss_load_library): Conditionalize init callback on [USE_NSCD].
35607         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35608         * nss/nss_db/db-init.c: Likewise.
35609         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35610         [USE_NSCD].
35611         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35612         (make_request): Use it.
35613         (cache_valid_p): New function.
35614         (__check_pf): Use it.
35615         * NEWS: Add item for --disable-nscd.
35616
35617 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
35618
35619         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35620         to support sed >= 4.2.1-20-ga9bf076.
35621         * configure: Regenerated.
35622
35623 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35624
35625         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35626         Conditionalize whole body on [IREL].
35627
35628 2012-08-22  Jeff Law <law@redhat.com>
35629
35630         [BZ #14505]
35631         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35632         if the family is PF_UNSPEC.
35633
35634 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
35635
35636         * Makerules (lib-version): Rename from V.
35637         (install-lib-nosubdir): Change V to lib-version.
35638
35639 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
35640
35641         [BZ #14252]
35642         * powerpc32/power6/wcschr.c: New file.
35643         * powerpc32/power6/wcscpy.c: New file.
35644         * powerpc32/power6/wcsrchr.c: New file.
35645         * powerpc64/power6/wcschr.c: New file.
35646         * powerpc64/power6/wcscpy.c: New file.
35647         * powerpc64/power6/wcsrchr.c: New file.
35648
35649 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35650
35651         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35652         (two_way_short_needle): Use it.
35653         * string/strstr.c (AVAILABLE1_USES_J): Define.
35654         * string/strcasestr.c: Likewise.
35655
35656         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35657         array references.
35658         * string/strcasestr.c (TOLOWER): Make side-effect safe.
35659
35660         [BZ #11607]
35661         * NEWS: Add an entry.
35662         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35663         define their defaults.
35664         (two_way_short_needle): Detect end-of-string on-the-fly.
35665         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35666         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35667         * string/bug-strcasestr1.c: New test.
35668         * string/Makefile: Run it.
35669
35670 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35671
35672         [BZ #11607]
35673         * string/str-two-way.h (two_way_short_needle): Optimize matching of
35674         the first character.
35675
35676 2012-08-21  Roland McGrath  <roland@hack.frob.com>
35677
35678         * csu/elf-init.c (__libc_csu_irel): Function removed.
35679         * csu/libc-start.c (apply_irel): New function.
35680         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35681
35682 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
35683
35684         * sysdeps/unix/sysv/linux/kernel-features.h
35685         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35686         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35687         <kernel-features.h>.
35688         [__NR_fadvise64_64]: Make code unconditional.
35689         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35690         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35691         !__NR_fadvise64_64)]: Likewise.
35692         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35693         !__NR_fadvise64_64))]: Likewise.
35694         [__NR_fadvise64]: Make code unconditional.
35695         [!__NR_fadvise64]: Remove conditional code.
35696         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35697         <kernel-features.h>.
35698         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35699         unconditional.
35700         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35701         conditional code.
35702         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35703         not include <kernel-features.h>.
35704         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35705         unconditional.
35706         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35707         conditional code.
35708         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35709         include <kernel-features.h>.
35710         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35711         unconditional.
35712         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35713         conditional code.
35714
35715 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
35716
35717         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35718         slight instruction rearrangements per scrollpipe analysis.
35719         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35720
35721 2012-08-20  Roland McGrath  <roland@hack.frob.com>
35722
35723         * manual/syslog.texi (syslog; vsyslog, closelog):
35724         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35725         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35726
35727         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35728         DSOCAPS to match condition on defining it.
35729
35730 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
35731
35732         * sysdeps/unix/sysv/linux/kernel-features.h
35733         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35734         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35735         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35736         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35737         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35738         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35739         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35740         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35741         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35742         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35743
35744         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35745         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
35746
35747         * sysdeps/unix/sysv/linux/kernel-features.h
35748         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
35749         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
35750         unconditional.
35751         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35752         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
35753         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35754         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35755         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
35756         Make code unconditional.
35757         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35758         (__mmap64) [!__NR_mmap2]: Likewise.
35759         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
35760         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35761         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35762         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
35763         [__NR_mmap2]: Make code unconditional.
35764         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35765         (__mmap64) [!__NR_mmap2]: Likewise.
35766
35767 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35768
35769         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
35770
35771 2012-08-18  Andreas Jaeger  <aj@suse.de>
35772
35773         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
35774
35775 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35776
35777         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
35778         * include/unistd.h (__have_sock_cloexec): Likewise.
35779         (__have_pipe2): Likewise.
35780         (__have_dup3): Likewise.
35781
35782 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35783
35784         [BZ #9685]
35785         * include/unistd.h (__have_pipe2): Change define into an extern int.
35786         (__have_dup3): Likewise.
35787         * socket/have_sock_cloexec.c: Include fcntl.h.
35788         (__have_pipe2): New variable.
35789         (__have_dup3): Likewise.
35790
35791 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
35792
35793         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
35794
35795 2012-08-17  Marek Polacek  <polacek@redhat.com>
35796
35797         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
35798         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
35799
35800 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35801
35802         * configure.in: Add AC_SUBST for sysheaders.
35803         * configure: Regenerated.
35804         * config.make.in (sysheaders): New substituted variable.
35805
35806         * sysdeps/unix/mkfifo.c: Moved ...
35807         * sysdeps/posix/mkfifo.c: ... here.
35808         * sysdeps/unix/mkfifoat.c: Moved ...
35809         * sysdeps/posix/mkfifoat.c: ... here.
35810
35811         * sysdeps/unix/utime.c: Moved ...
35812         * sysdeps/posix/utime.c: ... here.
35813
35814         * sysdeps/unix/time.c: Moved ...
35815         * sysdeps/posix/time.c: ... here.
35816         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
35817         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
35818
35819         * sysdeps/unix/nice.c: Moved ...
35820         * sysdeps/posix/nice.c: ... here.
35821
35822         * sysdeps/unix/alarm.c: Moved ...
35823         * sysdeps/posix/alarm.c: ... here.
35824
35825         * intl/Makefile ($(codeset_mo)): Depend on the input file.
35826
35827 2012-08-17  Jeff Law <law@redhat.com>
35828
35829         * intl/Makefile (codeset_mo): New variable.
35830         ($(codeset_mo)): New target.
35831         (tst-codeset.out): Depend on that.  Remove explicit rule.
35832         (tst-gettext3.out, tst-gettext5.out): Likewise.
35833         (LOCPATH-ENV, tst-codeset-ENV): New variables.
35834         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
35835         * intl/tst-codeset.sh: Remove.
35836         * intl/tst-gettext3.sh: Likewise.
35837         * intl/tst-gettext5.sh: Likewise.
35838
35839 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35840
35841         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
35842         * sysdeps/unix/syscalls.list: ... here.
35843
35844         * sysdeps/posix/getaddrinfo.c
35845         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
35846         (gaiconf_init, gaiconf_reload): Use them.
35847         [!_STATBUF_ST_NSEC]
35848         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
35849         Define using time_t rather than struct timespec.
35850
35851         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
35852         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
35853         Macros removed.
35854         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
35855         [!NO_THREADS].
35856         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
35857         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
35858         Likewise.
35859
35860         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
35861         __libc_cleanup_push argument.
35862
35863         * bits/param.h: New file.
35864         * misc/sys/param.h: New file.
35865         * include/sys/param.h: New file.
35866         * misc/Makefile (headers): Add bits/param.h.
35867         * sysdeps/generic/sys/param.h: File removed.
35868         * sysdeps/unix/sysv/linux/bits/param.h: New file.
35869         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
35870         * sysdeps/mach/hurd/bits/param.h: New file.
35871         * sysdeps/mach/hurd/sys/param.h: File removed.
35872
35873         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
35874         last change.
35875
35876         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
35877         [_IO_MTSAFE_IO].
35878         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
35879         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
35880         New macros.
35881
35882         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
35883         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
35884         rather than -D_IO_MTSAFE_IO conditionally.
35885         * stdio-common/Makefile (CPPFLAGS): Likewise.
35886         * wcsmbs/Makefile (CPPFLAGS): Likewise.
35887         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
35888         Use $(libio-mtsafe).
35889         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
35890         of -D_IO_MTSAFE_IO.
35891         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
35892         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
35893         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
35894         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
35895         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
35896         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
35897         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
35898         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
35899         (CFLAGS-fread_u_chk.c): Likewise.
35900         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
35901         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
35902         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
35903         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
35904         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
35905         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
35906         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
35907         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
35908         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
35909
35910         * libio/Makefile: Test [$(libc-reentrant) = yes]
35911         instead of [$(filter %REENTRANT, $(defines)) nonempty].
35912
35913         * Makeconfig
35914         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
35915         * sysdeps/pthread/configure: File removed.
35916         * sysdeps/pthread/Makeconfig: New file.
35917         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
35918         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
35919
35920 2012-08-16  Gary Benson  <gbenson@redhat.com>
35921
35922         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
35923         unmapping the first object in a namespace.
35924
35925 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35926
35927         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
35928         (__internal_setnetgrent): ... this.  Add internal_function to
35929         definition.  Add libc_hidden_def.
35930         (setnetgrent): Update caller.
35931         (internal_endnetgrent): Renamed to ...
35932         (__internal_endnetgrent): ... this.  Add internal_function to
35933         definition.  Add libc_hidden_def.
35934         (endnetgrent): Update caller.
35935         (internal_getnetgrent_r): Renamed to ...
35936         (__internal_getnetgrent_r): ... this.  Add internal_function to
35937         definition.  Add libc_hidden_def.
35938         (__getnetgrent_r): Update caller.
35939         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
35940
35941 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35942
35943         * stdlib/longlong.h: Update from GCC.
35944
35945 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35946
35947         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
35948         on _QL, which is set by umul_ppmm but never used.
35949         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
35950         variables, which are set by GMP macros but never used.
35951         * stdio-common/_itowa.c (_itowa): Likewise.
35952         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
35953         * stdlib/mod_1.c (mpn_mod_1): Likewise.
35954
35955 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
35956
35957         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
35958         struct La_sh_regs is not constant.
35959         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
35960         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
35961         and struct La_sparc64_regs are not constant.
35962
35963 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35964
35965         * sysdeps/unix/sysv/linux/kernel-features.h
35966         (__ASSUME_POSIX_TIMERS): Remove.
35967         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35968         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35969         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
35970         Make code unconditional.
35971         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35972         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
35973         Make code unconditional.
35974         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35975         * sysdeps/unix/sysv/linux/clock_nanosleep.c
35976         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
35977         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35978         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
35979         Make code unconditional.
35980         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35981         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
35982         (__libc_missing_posix_timers): Remove.
35983
35984 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35985
35986         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
35987         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
35988
35989         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
35990
35991         * elf/dl-sym.c: Include <stdlib.h>.
35992
35993         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
35994         constants, which avoids warnings in 32-bit builds.
35995
35996         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
35997         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
35998
35999         * misc/lseek.c: File moved to ...
36000         * io/lseek.c: ... here.
36001
36002         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
36003
36004         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
36005         shifting LEN more than 31 bits at once.
36006
36007 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
36008
36009         [BZ #14195]
36010         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
36011         segmentation fault for a case of two empty input strings.
36012         * string/test-strncasecmp.c (check1): Renamed to...
36013         (bz12205): ...this.
36014         (bz14195): Add new testcase for two empty input strings and N > 0.
36015         (test_main): Call new testcase, adapt for renamed function.
36016
36017 2012-08-15  Andreas Jaeger  <aj@suse.de>
36018
36019         [BZ #14090]
36020         * crypt/md5test2.c: New test, based on test supplied by Serge
36021         Belyshev <belyshev@depni.sinp.msu.ru>.
36022         * crypt/Makefile (xtests): Add md5test-giant..
36023         * crypt/Makefile ($(objpfx)md5test-giant): Add.
36024
36025 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
36026
36027         [BZ #14090]
36028         * crypt/md5.c (md5_process_block): Don't assume the buffer
36029         length is less than 2**32.
36030         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
36031         length is less than 2**64.
36032
36033 2012-08-15  Roland McGrath  <roland@hack.frob.com>
36034
36035         * string/str-two-way.h: Include <sys/param.h>.
36036         (MAX): Macro removed.
36037
36038         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
36039         Move #define and #undef of memmove to just before and after
36040         including <string.h>.
36041
36042         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
36043         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
36044         and after including <string.h>.  Move declarations of
36045         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
36046         to before #include "string/memmove.c".
36047
36048         * include/dirent.h: Declare __getdirentries.
36049
36050         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
36051         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
36052
36053 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
36054
36055         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
36056         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
36057         * sysdeps/i386/configure: Regenerated.
36058         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
36059         STABS_CURRENT_FILE, and STABS_FUN.
36060         (END): Remove call to STABS_FUN_END.
36061         (STABS_CURRENT_FILE1): Delete.
36062         (STABS_CURRENT_FILE): Likewise.
36063         (STABS_FUN): Likewise.
36064         (STABS_FUN_END): Likewise.
36065         (STABS_FUN2): Likewise.
36066         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
36067         * sysdeps/x86_64/configure: Regenerated.
36068
36069 2012-08-14  Roland McGrath  <roland@hack.frob.com>
36070
36071         * elf/dl-open.c: Include <atomic.h>.
36072         * elf/dl-lookup.c: Likewise.
36073
36074 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
36075
36076         * sysdeps/unix/sysv/linux/kernel-features.h
36077         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
36078         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
36079         unconditionally.
36080         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
36081         unconditionally.
36082         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
36083         condition on __ASSUME_CLONE_THREAD_FLAGS.
36084
36085 2012-08-14  Andreas Jaeger  <aj@suse.de>
36086
36087         * sysdeps/i386/fpu/libm-test-ulps: Update.
36088
36089 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
36090
36091         * include/atomic.h (atomic_exchange_and_add): Split into ...
36092         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
36093         New atomic macros.
36094
36095 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
36096
36097         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36098
36099 2012-08-13  Jeff Law <law@redhat.com>
36100
36101         * manual/stdio.texi (snprintf): Clarify handling of the trailing
36102         null byte in the output string.
36103
36104 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
36105
36106         * sysdeps/unix/sysv/linux/kernel-features.h
36107         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
36108         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
36109         (__ASSUME_ARG_MAX_STACK_BASED): Define.
36110         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
36111         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
36112         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
36113         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
36114
36115 2012-08-09  Jeff Law <law@redhat.com>
36116
36117         [BZ #13939]
36118         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
36119         When avoid_arena is set, don't retry in the that arena.  Pick the
36120         next one, whatever it might be.
36121         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
36122         (arena_lock): Pass in new parameter to arena_get2.
36123         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
36124         arena_get2.
36125         (__libc_malloc): Unify retrying after main arena failure with
36126         __libc_memalign version.
36127         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
36128
36129 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
36130
36131         [BZ #14166]
36132         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
36133         to __redirect_strstr.
36134         (__strstr_sse42): Use typeof __redirect_strstr.
36135         (__strstr_ia32): Likewise.
36136         (__libc_strstr): New prototype.
36137         (strstr): Renamed to ...
36138         (__libc_strstr): This.
36139         (strstr): New strong alias of __libc_strstr.
36140         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
36141         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
36142         __redirect_time.
36143         Include <time.h>.
36144         (__libc_time): New prototype.
36145         (time_ifunc): Replace time with __libc_time.
36146         (time): New strong alias and hidden definition of __libc_time.
36147         (__GI_time): Remove strong alias.
36148         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
36149         Include <stddef.h>.
36150         (memmove): Redefined to __redirect_memmove.
36151         (__memmove_sse2): Use typeof __redirect_memmove.
36152         (__memmove_ssse3): Likewise.
36153         (__memmove_ssse3_back): Likewise.
36154         (__libc_memmove): New prototype.
36155         (memmove): Renamed to ...
36156         (__libc_memmove): This.
36157         (memmove): New strong alias of __libc_memmove.
36158
36159 2012-08-08  Mark Salter  <msalter@redhat.com>
36160
36161         * elf/elf.h
36162         (R_MN10300_TLS_GD): Define.
36163         (R_MN10300_TLS_LD): Likewise.
36164         (R_MN10300_TLS_LDO): Likewise.
36165         (R_MN10300_TLS_GOTIE): Likewise.
36166         (R_MN10300_TLS_IE): Likewise.
36167         (R_MN10300_TLS_LE): Likewise.
36168         (R_MN10300_TLS_DTPMOD): Likewise.
36169         (R_MN10300_TLS_DTPOFF): Likewise.
36170         (R_MN10300_TLS_TPOFF): Likewise.
36171         (R_MN10300_SYM_DIFF): Likewise.
36172         (R_MN10300_ALIGN): Likewise.
36173         (R_MN10300_NUM): Update.
36174
36175 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
36176
36177         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
36178         Remove.
36179
36180 2012-08-08  Roland McGrath  <roland@hack.frob.com>
36181
36182         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
36183
36184         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
36185         sysdeps/unix -> sysdeps/posix move.
36186         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
36187
36188 2012-08-07      Allan McRae     <allan@archlinux.org>
36189
36190         [BZ #14303]
36191         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
36192         (SUNOS_CPP): Likewise.
36193         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
36194         not found.
36195         (open_input): Call CPP using execvp.
36196
36197 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36198
36199         * sysdeps/unix/sysv/linux/kernel-features.h
36200         (__ASSUME_PROT_GROWSUPDOWN): Remove.
36201         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36202         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36203         (__ASSUME_WAITID_SYSCALL): Likewise.
36204         * sysdeps/unix/sysv/linux/dl-execstack.c
36205         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
36206         code unconditional.
36207         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
36208         conditional code.
36209         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
36210         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
36211         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
36212         code.
36213         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
36214         unconditional.
36215         [__ASSUME_WAITID_SYSCALL]: Likewise.
36216         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
36217
36218 2012-08-07  Roland McGrath  <roland@hack.frob.com>
36219
36220         * sysdeps/unix/closedir.c: Renamed to ...
36221         * sysdeps/posix/closedir.c: ... here.
36222         * sysdeps/unix/dirfd.c: Renamed to ...
36223         * sysdeps/posix/dirfd.c: ... here.
36224         * sysdeps/unix/dirstream.h: Renamed to ...
36225         * sysdeps/posix/dirstream.h: ... here.
36226         * sysdeps/unix/fdopendir.c: Renamed to ...
36227         * sysdeps/posix/fdopendir.c: ... here.
36228         * sysdeps/unix/opendir.c: Renamed to ...
36229         * sysdeps/posix/opendir.c: ... here.
36230         * sysdeps/unix/readdir.c: Renamed to ...
36231         * sysdeps/posix/readdir.c: ... here.
36232         * sysdeps/unix/readdir_r.c: Renamed to ...
36233         * sysdeps/posix/readdir_r.c: ... here.
36234         * sysdeps/unix/rewinddir.c: Renamed to ...
36235         * sysdeps/posix/rewinddir.c: ... here.
36236         * sysdeps/unix/seekdir.c: Renamed to ...
36237         * sysdeps/posix/seekdir.c: ... here.
36238         * sysdeps/unix/telldir.c: Renamed to ...
36239         * sysdeps/posix/telldir.c: ... here.
36240         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
36241         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
36242         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
36243         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
36244
36245         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
36246         * bits/fcntl.h: ... here.
36247
36248         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
36249         not 0.
36250         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
36251         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
36252         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
36253         (struct flock): Move l_start, l_len to the beginning.
36254         Use __pid_t for l_pid.
36255         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
36256         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
36257         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
36258         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
36259         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
36260         [__USE_LARGEFILE64] (struct flock64): New type.
36261         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
36262
36263         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
36264         * bits/dirent.h: ... here.
36265
36266         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
36267         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
36268
36269 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
36270
36271         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36272         Change from 2.6.0 to 2.6.16.
36273         * sysdeps/unix/sysv/linux/configure: Regenerated.
36274         * sysdeps/unix/sysv/linux/kernel-features.h
36275         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
36276         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
36277         version.
36278         (__ASSUME_UTIMES): Likewise.
36279         (__ASSUME_CLONE_STOPPED): Remove.
36280         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
36281         architectures, not kernel version.
36282         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
36283         (__ASSUME_NO_CLONE_DETACHED): Likewise.
36284         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
36285         (__ASSUME_WAITID_SYSCALL): Likewise.
36286         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
36287         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
36288         * README: State 2.6.16 as minimum Linux kernel version.  Do not
36289         refer to older versions.
36290
36291 2012-08-06  Roland McGrath  <roland@hack.frob.com>
36292
36293         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
36294         Define alphasort64 as an alias.
36295         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
36296         Define versionsort64 as an alias.
36297         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
36298         Define scandir64 as an alias.
36299         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
36300         Define scandirat64 as an alias.
36301         * dirent/alphasort64.c (alphasort64):
36302         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
36303         * dirent/versionsort64.c: Likewise.
36304         * dirent/scandir64.c: Likewise.
36305         * dirent/scandirat64.c: Likewise.
36306         * sysdeps/wordsize-64/alphasort.c: File removed.
36307         * sysdeps/wordsize-64/alphasort64.c: File removed.
36308         * sysdeps/wordsize-64/scandir.c: File removed.
36309         * sysdeps/wordsize-64/scandir64.c: File removed.
36310         * sysdeps/wordsize-64/scandirat.c: File removed.
36311         * sysdeps/wordsize-64/scandirat64.c: File removed.
36312         * sysdeps/wordsize-64/versionsort.c: File removed.
36313         * sysdeps/wordsize-64/versionsort64.c: File removed.
36314         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
36315         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
36316         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
36317         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
36318         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
36319         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
36320         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
36321         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
36322
36323         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
36324         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36325         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
36326         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36327         [defined __arch64__ || defined __sparcv9]
36328         (__INO_T_MATCHES_INO64_T): New macro.
36329         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36330         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
36331         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
36332         * sysdeps/unix/sysv/linux/bits/dirent.h
36333         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
36334         (_DIRENT_MATCHES_DIRENT64): New macro.
36335
36336         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
36337         Define lockf64 as an alias.
36338         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
36339         Define fseeko64 as an alias.
36340         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
36341         Define ftello64 as an alias.
36342         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
36343         Define _IO_fgetpos64 and fgetpos64 as aliases.
36344         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
36345         Define _IO_fsetpos64 and fsetpos64 as aliases.
36346         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
36347         Conditionalize body on this.
36348         * libio/fseeko64.c: Likewise.
36349         * libio/ftello64.c: Likewise.
36350         * libio/iofgetpos64.c: Likewise.
36351         * libio/iofsetpos64.c: Likewise.
36352         * sysdeps/wordsize-64/lockf.c: File removed.
36353         * sysdeps/wordsize-64/lockf64.c: File removed.
36354         * sysdeps/wordsize-64/fseeko.c: File removed.
36355         * sysdeps/wordsize-64/fseeko64.c: File removed.
36356         * sysdeps/wordsize-64/ftello.c: File removed.
36357         * sysdeps/wordsize-64/ftello64.c: File removed.
36358         * sysdeps/wordsize-64/iofgetpos.c: File removed.
36359         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
36360         * sysdeps/wordsize-64/iofsetpos.c: File removed.
36361         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
36362         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
36363         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
36364         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
36365         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
36366         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
36367         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
36368         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
36369         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
36370         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
36371         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
36372
36373         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36374         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
36375         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
36376         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
36377         [defined __arch64__ || defined __sparcv9]
36378         (__OFF_T_MATCHES_OFF64_T): New macro.
36379         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
36380         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
36381         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
36382         (__OFF_T_MATCHES_OFF64_T): New macro.
36383
36384 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36385
36386         * stdlib/secure-getenv.c (__secure_getenv): Replace
36387         GLIBC_2_16 with GLIBC_2_17.
36388
36389 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
36390
36391         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
36392         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
36393
36394 2012-08-03  David S. Miller  <davem@davemloft.net>
36395
36396         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36397
36398 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36399
36400         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
36401         Remove.
36402         (__ASSUME_CORRECT_SI_PID): Likewise.
36403         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
36404         (__ASSUME_TMPFS_NAME): Likewise.
36405         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
36406         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
36407         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
36408         (HAVE_AUX_SECURE): Make definition unconditional.
36409         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
36410         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
36411
36412 2012-08-03  Roland McGrath  <roland@hack.frob.com>
36413
36414         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
36415         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
36416         * sysdeps/mach/hurd/eloop-threshold.h: New file.
36417         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
36418         __eloop_threshold instead of SYMLOOP_MAX.
36419
36420         * sysdeps/generic/eloop-threshold.h: New file.
36421         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
36422         of MAXSYMLINKS.
36423         * elf/chroot_canon.c (chroot_canon): Likewise.
36424
36425 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
36426
36427         [BZ #13717]
36428         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36429         Change to 2.6.0 everywhere.
36430         * sysdeps/unix/sysv/linux/configure: Regenerated.
36431         * sysdeps/unix/sysv/linux/kernel-features.h
36432         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
36433         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
36434         kernel versions.
36435         (__ASSUME_POSIX_TIMERS): Define unconditionally.
36436         (__ASSUME_FUTEX_REQUEUE): Remove.
36437         (__ASSUME_STATFS64): Define unconditionally.
36438         (__ASSUME_AT_SECURE): Likewise.
36439         (__ASSUME_CORRECT_SI_PID): Likewise.
36440         (__ASSUME_TGKILL): Define without depending on kernel version for
36441         i386.
36442         (__ASSUME_UTIMES): Likewise.
36443         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
36444         kernel version.
36445         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
36446         (__ASSUME_TMPFS_NAME): Likewise.
36447         * README: Update reference to Linux kernel versions.
36448
36449 2012-08-02  Marek Polacek  <polacek@redhat.com>
36450
36451         [BZ# 14150]
36452         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
36453         libc_cv_asm_type_prefix with %.
36454         * configure: Regenerated.
36455         * include/libc-symbols.h: Remove comment about
36456         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36457         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
36458         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
36459         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
36460         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
36461         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
36462         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
36463         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
36464         * elf/tst-unique2mod1.c: Likewise.
36465         * elf/tst-unique1mod2.c: Likewise.
36466         * elf/tst-unique1mod1.c: Likewise.
36467         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
36468         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
36469         Replace ASM_TYPE_DIRECTIVE with .type.
36470         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36471         * sysdeps/i386/sysdep.h: Likewise.
36472         * sysdeps/x86_64/sysdep.h: Likewise.
36473         * sysdeps/sh/sysdep.h: Likewise.
36474         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
36475         Do not define ASM_TYPE_DIRECTIVE.
36476         * sysdeps/powerpc/sysdep.h: Likewise.
36477         * sysdeps/powerpc/powerpc32/sysdep.h:
36478         Replace ASM_TYPE_DIRECTIVE with .type.
36479         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36480         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36481         * sysdeps/i386/fpu/e_powf.S: Likewise.
36482         * sysdeps/i386/fpu/e_expl.S: Likewise.
36483         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
36484         * sysdeps/i386/fpu/e_acosh.S: Likewise.
36485         * sysdeps/i386/fpu/e_pow.S: Likewise.
36486         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
36487         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
36488         * sysdeps/i386/fpu/s_expm1.S: Likewise.
36489         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
36490         * sysdeps/i386/fpu/e_log2.S: Likewise.
36491         * sysdeps/i386/fpu/e_log2l.S: Likewise.
36492         * sysdeps/i386/fpu/e_scalb.S: Likewise.
36493         * sysdeps/i386/fpu/e_powl.S: Likewise.
36494         * sysdeps/i386/fpu/e_log10f.S: Likewise.
36495         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
36496         * sysdeps/i386/fpu/e_logl.S: Likewise.
36497         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
36498         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
36499         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
36500         * sysdeps/i386/fpu/e_log2f.S: Likewise.
36501         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
36502         * sysdeps/i386/fpu/e_log.S: Likewise.
36503         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
36504         * sysdeps/i386/fpu/e_logf.S: Likewise.
36505         * sysdeps/i386/fpu/e_log10l.S: Likewise.
36506         * sysdeps/i386/fpu/e_atanh.S: Likewise.
36507         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
36508         * sysdeps/i386/fpu/e_log10.S: Likewise.
36509         * sysdeps/i386/fpu/s_frexp.S: Likewise.
36510         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
36511         * sysdeps/i386/fpu/s_asinh.S: Likewise.
36512         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
36513         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
36514         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
36515         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
36516         * sysdeps/i386/i686/strtok.S: Likewise.
36517         * sysdeps/i386/i386-mcount.S: Likewise.
36518         * sysdeps/i386/strtok.S: Likewise.
36519         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
36520         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
36521         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
36522         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
36523         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
36524         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
36525         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
36526         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
36527         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
36528         * sysdeps/x86_64/_mcount.S: Likewise.
36529         * sysdeps/x86_64/strtok.S: Likewise.
36530         * sysdeps/sh/_mcount.S: Likewise.
36531
36532 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36533
36534         * libio/iofopen.c: Include <fcntl.h>.
36535         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
36536         (_IO_fopen64, fopen64): Define as aliases.
36537         * libio/iofopen64.c: Include <fcntl.h>.
36538         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
36539         Conditionalize body on this.
36540         * sysdeps/wordsize-64/iofopen.c: File removed.
36541         * sysdeps/wordsize-64/iofopen64.c: File removed.
36542
36543 2012-08-01  Marek Polacek  <polacek@redhat.com>
36544
36545         * libc/Makeconfig: Use elf in place of binfmt-subdir.
36546         Use dlfcn directly instead of a variable.
36547         (binfmt-subdir): Do not define.
36548         (dlfcn): Likewise.
36549
36550 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
36551
36552         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
36553         Remove all definitions.
36554         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
36555         <kernel-features.h>.
36556         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36557         (miss_F_GETOWN_EX): Remove all definitions.
36558         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
36559         macro definition.
36560         [!__ASSUME_FCNTL64]: Remove conditional code.
36561         [__ASSUME_FCNTL64]: Make code unconditional.
36562         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
36563         <kernel-features.h>.
36564         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
36565         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
36566         (lockf64) [__NR_fcntl64]: Make code unconditional.
36567         (lockf64) [__ASSUME_FCNTL64]: Likewise.
36568
36569         * sysdeps/unix/sysv/linux/kernel-features.h
36570         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
36571         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
36572         Make code unconditional.
36573         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36574         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36575         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
36576         [__NR_vfork]: Make code unconditional.
36577         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36578         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36579         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
36580         [__NR_vfork]: Make code unconditional.
36581         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
36582         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36583
36584 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36585
36586         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36587         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36588
36589         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36590         Define mkstemp64 as an alias.
36591         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36592         Define mkstemps64 as an alias.
36593         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36594         Define mkostemp64 as an alias.
36595         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36596         Define mkostemps64 as an alias.
36597         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36598         Conditionalize body on this.
36599         * misc/mkostemp64.c: Likewise.
36600         * misc/mkostemps64.c: Likewise.
36601         * misc/mkstemps64.c: Likewise.
36602         * sysdeps/wordsize-64/mkstemp64.c: File removed.
36603         * sysdeps/wordsize-64/mkostemp64.c: File removed.
36604         * sysdeps/wordsize-64/mkostemp.c: File removed.
36605         * sysdeps/wordsize-64/mkstemp.c: File removed.
36606         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36607         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36608         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36609         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36610
36611         [BZ #14138]
36612         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36613         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36614         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36615         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36616
36617         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36618         compat_symbol macros from <shlib-compat.h> rather than the underlying
36619         default_symbol_version and symbol_version macros, so that DEFAULT
36620         lines in shlib-versions are respected.
36621         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36622
36623 2012-08-01  Florian Weimer  <fweimer@redhat.com>
36624
36625         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36626         Declare with warn_unused_result.
36627         (setgid, setregid, setegid, setresgid): Likewise.
36628         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36629         Likewise.
36630         * WUR-REPORT: Remove set*id functions.
36631
36632 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
36633
36634         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36635
36636 2012-07-31  Roland McGrath  <roland@hack.frob.com>
36637
36638         [BZ #10191]
36639         * include/sys/socket.h (__libc_accept, __libc_accept4):
36640         Add attribute_hidden.
36641         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36642
36643         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36644         use of PTR_MANGLE.
36645         * inet/getnetgrent_r.c (setup): Likewise.
36646
36647         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36648
36649 2012-07-31  David S. Miller  <davem@davemloft.net>
36650
36651         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36652
36653 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
36654
36655         [BZ #13629]
36656         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36657         value between 1.0 and 2.0 and smaller part has absolute value less
36658         than 1.0.
36659         * math/s_clog10.c (__clog10): Likewise.
36660         * math/s_clog10f.c (__clog10f): Likewise.
36661         * math/s_clog10l.c (__clog10l): Likewise.
36662         * math/s_clogf.c (__clogf): Likewise.
36663         * math/s_clogl.c (__clogl): Likewise.
36664         * math/libm-test.inc (clog_test): Add more tests.
36665         (clog10_test): Likewise.
36666         * sysdeps/i386/fpu/libm-test-ulps: Update.
36667         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36668
36669 2012-07-31  Florian Weimer  <fweimer@redhat.com>
36670
36671         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36672         Exit with zero in case no suitable GID is found, and write a
36673         message to standard error.
36674
36675 2012-07-30  Roland McGrath  <roland@hack.frob.com>
36676
36677         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36678         rather than to 1.
36679         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36680         (MAXPATHLEN): Removed.
36681         (NOGROUP, NODEV): New macros.
36682         (setbit, clrbit, isset, isclr): New macros.
36683         (howmany, roundup, powerof2): New macros.
36684         (DEV_BSIZE): New macro.
36685
36686         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36687         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36688
36689         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36690         definition on [!__NO_LONG_DOUBLE_MATH].
36691
36692         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36693         PTR_MANGLE and PTR_DEMANGLE.
36694
36695         * socket/accept4.c (accept4): Rename to __libc_accept4.
36696         Define accept4 as a weak alias.
36697
36698         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36699         on [_DIRENT_HAVE_D_TYPE].
36700         * io/ftw.c (ftw_dir): Likewise.
36701
36702         * io/xmknod.c (__xmknod): Don't check PATH for being null.
36703
36704         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36705
36706         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36707         Use the BSD numbers rather than the arbitrary ones we had.
36708         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36709         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36710         (SIGXCPU, SIGXFSZ): New macros.
36711         (_NSIG): Now 32.
36712
36713         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36714         initializer on [_LIBC_REENTRANT].
36715
36716         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36717         definitions inside [_POSIX_MAPPED_FILES].
36718
36719         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36720
36721         * dirent/opendir.c: Include <fcntl.h>.
36722
36723         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36724         (__libc_getspecific): Likewise.
36725         (__libc_key_create): Likewise.
36726
36727         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36728         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36729         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36730         (tmpfile64): Define as alias.
36731         * sysdeps/wordsize-64/tmpfile.c: File removed.
36732         * sysdeps/wordsize-64/tmpfile64.c: File removed.
36733         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36734         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36735
36736         * stdio-common/vfscanf.c: Include <stdbool.h>.
36737         * nss/makedb.c: Likewise.
36738         * stdio-common/_i18n_number.h: Likewise.
36739         * argp/argp-help.c: Likewise.
36740         * posix/wordexp.c: Likewise.
36741         * sysdeps/posix/spawni.c: Likewise.
36742         * nss/nss_files/files-initgroups.c: Likewise.
36743         * stdio-common/reg-modifier.c: Include <stdlib.h>.
36744         * nss/nss_files/files-initgroups.c: Likewise.
36745         * nss/nss_db/db-netgrp.c: Likewise.
36746         * nss/nss_db/db-initgroups.c: Likewise.
36747         * io/fchmodat.c: Include <sys/stat.h>.
36748
36749         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
36750         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
36751
36752         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
36753         [HAVE_MMAP].
36754
36755         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
36756         Add multiple inclusion protection.
36757
36758 2012-07-27  David S. Miller  <davem@davemloft.net>
36759
36760         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36761
36762 2012-07-27  Gary Benson  <gbenson@redhat.com>
36763
36764         [BZ #14298]
36765         * elf/rtld.c: Include <stap-probe.h>.
36766         (dl_main): Added static probes "init_start" and "init_complete".
36767         * elf/dl-load.c: Include <stap-probe.h>.
36768         (lose): Take new parameter "nsid".
36769         Added static probe "map_failed".
36770         (_dl_map_object_from_fd): Pass namespace id to lose.
36771         Added static probe "map_start".
36772         (open_verify): Pass namespace id to lose.
36773         * elf/dl-open.c: Include <stap-probe.h>.
36774         (dl_open_worker) Added static probes "map_complete", "reloc_start"
36775         and "reloc_complete".
36776         * elf/dl-close.c: Include <stap-probe.h>.
36777         (_dl_close_worker): Added static probes "unmap_start" and
36778         "unmap_complete".
36779         * elf/rtld-debugger-interface.txt: New file documenting the above.
36780
36781 2012-07-26  Roland McGrath  <roland@hack.frob.com>
36782
36783         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
36784         rather than a string variable.
36785         * sunrpc/rpc_main.c (h_output): Likewise.
36786         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
36787
36788 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
36789
36790         * inet/check_native.c: New file.
36791
36792 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
36793
36794         [BZ #13629]
36795         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
36796         if larger part has absolute value 1.0.
36797         * math/s_clog10.c (__clog10): Likewise.
36798         * math/s_clog10f.c (__clog10f): Likewise.
36799         * math/s_clog10l.c (__clog10l): Likewise.
36800         * math/s_clogf.c (__clogf): Likewise.
36801         * math/s_clogl.c (__clogl): Likewise.
36802         * math/libm-test.inc (clog_test): Add more tests.
36803         (clog10_test): Likewise.
36804         * sysdeps/i386/fpu/libm-test-ulps: Update.
36805         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36806
36807         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
36808         (pltexit): Likewise.
36809         (La_regs): Likewise.
36810         (La_retval): Likewise.
36811         (int_retval): Likewise.
36812         Update #error for removed macros to refer only to definitions in
36813         tst-audit.h.
36814         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
36815         macro.
36816         (pltexit): Likewise.
36817         (La_regs): Likewise.
36818         (La_retval): Likewise.
36819         (int_retval): Likewise.
36820         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
36821         macro.
36822         (pltexit): Likewise.
36823         (La_regs): Likewise.
36824         (La_retval): Likewise.
36825         (int_retval): Likewise.
36826         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
36827         macro.
36828         (pltexit): Likewise.
36829         (La_regs): Likewise.
36830         (La_retval): Likewise.
36831         (int_retval): Likewise.
36832         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
36833         macro.
36834         (pltexit): Likewise.
36835         (La_regs): Likewise.
36836         (La_retval): Likewise.
36837         (int_retval): Likewise.
36838         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
36839         macro.
36840         (pltexit): Likewise.
36841         (La_regs): Likewise.
36842         (La_retval): Likewise.
36843         (int_retval): Likewise.
36844         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
36845         macro.
36846         (pltexit): Likewise.
36847         (La_regs): Likewise.
36848         (La_retval): Likewise.
36849         (int_retval): Likewise.
36850         * sysdeps/generic/tst-audit.h: Update comment to refer only to
36851         macro definitions in tst-audit.h.
36852         * sysdeps/i386/tst-audit.h: New file.
36853         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
36854         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
36855         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
36856         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
36857         * sysdeps/sh/tst-audit.h: Likewise.
36858         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
36859         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
36860         * sysdeps/x86_64/tst-audit.h: Likewise.
36861
36862 2012-07-26  Andreas Jaeger  <aj@suse.de>
36863
36864         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
36865         ptrace.
36866
36867         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
36868         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
36869         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
36870         PTRACE_O_MASK.
36871         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
36872         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
36873         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
36874
36875         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
36876         value.
36877
36878         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
36879         _sigsys.
36880         (si_call_addr, si_syscall, si_arch): Define new macro.
36881         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
36882         _sigsys.
36883         (si_call_addr, si_syscall, si_arch): Define new marcro.
36884         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
36885         _sigsys.
36886         (si_call_addr, si_syscall, si_arch): Define new macro.
36887         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
36888         _sigsys.
36889         (si_call_addr, si_syscall, si_arch): Define new macro.
36890
36891 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36892
36893         [BZ #13717]
36894         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36895         Change to 2.4.21 where previously 2.4.1.
36896         * sysdeps/unix/sysv/linux/configure: Regenerated.
36897         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
36898         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
36899         Linux kernel version.
36900         (__ASSUME_STD_AUXV): Remove.
36901         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
36902         kernel version.
36903         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
36904         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
36905         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
36906         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
36907         (__ASSUME_NETLINK_SUPPORT): Likewise.
36908         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
36909         (__no_netlink_support): Remove conditional definition.
36910         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
36911         Remove.
36912         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36913         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
36914         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
36915         (if_nameindex_ioctl): Remove.
36916         (if_nameindex_netlink): Do not handle __no_netlink_support.
36917         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36918         code.
36919         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
36920         Remove conditional code.
36921         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36922         code.
36923         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
36924         unconditional.
36925         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36926         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
36927         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
36928         Remove.
36929         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
36930         [!__ASSUME_STD_AUXV]: Remove conditional code.
36931         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
36932         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
36933         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
36934         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
36935         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
36936         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36937         code.
36938         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36939         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
36940         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
36941         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36942         conditional code.
36943         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36944         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
36945         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36946         code.
36947         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
36948         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36949         conditional code.
36950         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
36951         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36952         code unconditional.
36953         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36954         conditional code.
36955         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36956         unconditional.
36957         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36958         conditional code.
36959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
36960         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36961         unconditional.
36962         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36963         conditional code.
36964         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
36965         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36966         code unconditional.
36967         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36968         conditional code.
36969         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36970         unconditional.
36971         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36972         conditional code.
36973         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
36974         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36975         code unconditional.
36976         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36977         conditional code.
36978         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36979         unconditional.
36980         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36981         conditional code.
36982
36983 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
36984
36985         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
36986         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
36987         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
36988         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
36989         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
36990         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
36991         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
36992         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
36993         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
36994         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
36995         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
36996         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
36997         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
36998         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
36999         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
37000         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
37001         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
37002         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
37003         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
37004         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
37005         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
37006         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
37007         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
37008
37009 2012-07-25  Florian Weimer  <fweimer@redhat.com>
37010
37011         * Versions.def: Add GLIBC_2.17.
37012         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
37013         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
37014         Introduce __libc_secure_getenv.
37015         * stdlib/Versions (2.17): Add secure_getenv
37016         (GLIBC_PRIVATE): Add __libc_secure_getenv.
37017         * stdlib/secure-getenv.c: Rename __secure_getenv to
37018         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
37019         symbol __secure_getenv for GLIBC_2.0.
37020         * stdlib/tst-secure-getenv.c: New.
37021         * stdlib/Makefile (tests): Add testcase.
37022         * manual/startup.texi (Environment Access): Document
37023         secure_getenv.
37024         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
37025         __libc_secure_getenv.
37026         * inet/ruserpass.c (ruserpass): Likewise.
37027         * malloc/mtrace.c (mtrace): Likewise.
37028         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
37029         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
37030         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
37031         * sysdeps/posix/tempname.c: Likewise.  Evaluate
37032         HAVE_SECURE_GETENV.
37033         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
37034         __secure_getenv to __libc_secure_getenv.
37035         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
37036         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37037         Likewise.
37038         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37039         Likewise.
37040         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37041         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37042         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37043         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37044         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37045         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37046         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37047
37048 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
37049
37050         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
37051         (struct La_i86_retval): Likewise.
37052         (struct La_x86_64_regs): Likewise.
37053         (struct La_x86_64_retval): Likewise.
37054         (struct La_x32_regs): Likewise.
37055         (struct La_x32_retval): Likewise.
37056         (struct La_ppc32_regs): Likewise.
37057         (struct La_ppc32_retval): Likewise.
37058         (struct La_ppc64_regs): Likewise.
37059         (struct La_ppc64_retval): Likewise.
37060         (struct La_sh_regs): Likewise.
37061         (struct La_sh_retval): Likewise.
37062         (struct La_s390_32_regs): Likewise.
37063         (struct La_s390_32_retval): Likewise.
37064         (struct La_s390_64_regs): Likewise.
37065         (struct La_s390_64_retval): Likewise.
37066         (struct La_sparc32_regs): Likewise.
37067         (struct La_sparc32_retval): Likewise.
37068         (struct La_sparc64_regs): Likewise.
37069         (struct La_sparc64_retval): Likewise.
37070         (struct audit_ifaces): Remove architecture-specific pltenter and
37071         pltexit members.
37072         * sysdeps/i386/ldsodefs.h: New file.
37073         * sysdeps/powerpc/ldsodefs.h: Likewise.
37074         * sysdeps/s390/ldsodefs.h: Likewise.
37075         * sysdeps/sh/ldsodefs.h: Likewise.
37076         * sysdeps/sparc/ldsodefs.h: Likewise.
37077         * sysdeps/x86_64/ldsodefs.h: Likewise.
37078
37079 2012-07-25  Marek Polacek  <polacek@redhat.com>
37080
37081         [BZ #6808]
37082         * math/libm-test.inc (yn_test): Add another test.
37083         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
37084         to ERANGE when the result is +-Inf.
37085         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
37086         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
37087         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
37088         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
37089
37090 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
37091
37092         * conform/data/time.h-data (NULL): Use macro-constant.  Require
37093         equal to 0.
37094         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
37095         clock_t.
37096         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
37097
37098 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
37099
37100         * configure.in <sysdeps resolving>: Correct printing
37101         Implies_before.
37102         * configure: Regenerate.
37103
37104 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
37105
37106         * math/w_ilogb.c: Include <limits.h>.
37107         * math/w_ilogbl.c: Likewise.
37108
37109 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37110
37111         * manual/lang.texi (__va_copy): Document primarily as ISO C99
37112         va_copy.  Document allowing for unavailable va_copy only as
37113         pre-C99 compatibility.
37114         * manual/string.texi (Copying and Concatenation): Use va_copy
37115         instead of __va_copy in concat example.
37116
37117 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
37118
37119         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
37120         (__sendto): Use create_address_port.  Initialize APORT and deallocate
37121         it if not null.
37122
37123         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
37124         with O_NOLINK passed to __file_name_lookup.
37125
37126         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
37127         with O_NOLINK passed to __file_name_lookup.
37128
37129         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
37130         negative N or less than NGIDS.
37131
37132         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
37133         type to string_t.  Set ERANGE as errno and return it if NAME is not big
37134         enough.  Use memcpy instead of strncpy.
37135
37136 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
37137
37138         * elf/Makefile (check-data): Remove.
37139         (localplt.data): New vpath directive.
37140         ($(objpfx)check-localplt.out): Use localplt.data from vpath
37141         instead of $(check-data).
37142         * scripts/data/localplt-generic.data: Move to ...
37143         * sysdeps/generic/localplt.data: ... here.
37144         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
37145         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
37146         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
37147         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
37148         ... here.
37149         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
37150         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
37151         ... here.
37152         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
37153         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
37154         ... here.
37155         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
37156         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
37157         ... here.
37158         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
37159         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
37160         ... here.
37161         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
37162         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
37163         ... here.
37164
37165 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37166
37167         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
37168         PPC32 and PPC64 files.
37169         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
37170         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
37171
37172 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37173
37174         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
37175         __makecontext_ret to ...
37176         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
37177         ... here and call exit if uc_link is NULL.  New file.
37178         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
37179         __makecontext_ret.S.
37180         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
37181         __makecontext_ret to ...
37182         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
37183         ... here and call exit if uc_link is NULL.  New file.
37184         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
37185         __makecontext_ret.S.
37186
37187 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37188
37189         * elf/elf.h (R_390_IRELATIVE): New definition.
37190         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
37191         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
37192         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
37193         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
37194         (elf_machine_lazy_rel): Likewise.
37195         * sysdeps/s390/dl-irel.h: New file.
37196         * sysdeps/s390/s390-64/memcpy.S: New asm code.
37197         * sysdeps/s390/s390-64/memset.S: New asm code.
37198         * sysdeps/s390/s390-64/memcmp.S: New asm code.
37199         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
37200         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
37201         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
37202         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
37203         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
37204         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
37205         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
37206         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
37207         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
37208         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
37209         * sysdeps/s390/s390-32/memcpy.S: New asm code.
37210         * sysdeps/s390/s390-32/memset.S: New asm code.
37211         * sysdeps/s390/s390-32/memcmp.S: New asm code.
37212
37213 2012-07-17  Marek Polacek  <polacek@redhat.com>
37214
37215         [BZ #14349]
37216         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
37217         * sysdeps/s390/s390-64/configure.in: Likewise.
37218         * sysdeps/sparc/configure.in: Likewise.
37219         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
37220         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
37221         * sysdeps/i386/configure.in: Likewise.
37222         * sysdeps/x86_64/configure.in: Likewise.
37223         * sysdeps/sh/configure.in: Likewise.
37224         * sysdeps/s390/s390-32/configure: Regenerated.
37225         * sysdeps/s390/s390-64/configure: Likewise.
37226         * sysdeps/x86_64/configure: Likewise.
37227         * sysdeps/sh/configure: Likewise.
37228         * sysdeps/powerpc/powerpc64/configure: Likewise.
37229         * sysdeps/powerpc/powerpc32/configure: Likewise.
37230         * sysdeps/sparc/configure: Likwise.
37231         * sysdeps/i386/configure: Likewise.
37232
37233         * elf/dl-open.c: Comment fixes.
37234
37235 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
37236
37237         * Makefile [CXX] (check-data): Remove.
37238         [CXX] (c++-types.data): New vpath directive.
37239         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
37240         vpath.  Do not allow for C++ type data being missing.
37241         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
37242         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
37243         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
37244         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
37245         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
37246         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
37247         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
37248         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
37249         ... here.
37250         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
37251         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
37252         ... here.
37253         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
37254         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
37255         ... here.
37256         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
37257         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
37258         ... here.
37259         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
37260         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
37261         ... here.
37262         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
37263         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
37264         ... here.
37265         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
37266         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
37267         ... here.
37268         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
37269         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
37270
37271         * elf/tls-macros.h (TLS_LE): Move architecture-specific
37272         definitions to architecture-specific files.
37273         (TLS_IE): Likewise.
37274         (TLS_LD): Likewise.
37275         (TLS_GD): Likewise.
37276         * sysdeps/i386/tls-macros.h: New file.
37277         * sysdeps/powerpc/tls-macros.h: Likewise.
37278         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
37279         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
37280         * sysdeps/sh/tls-macros.h: Likewise.
37281         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
37282         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
37283         * sysdeps/x86_64/tls-macros.h: Likewise.
37284
37285 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37286
37287         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
37288         zero value for regular exit case.
37289
37290         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
37291         (__start_context): Preserve zero value for regular exit case.
37292
37293 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
37294             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37295
37296         * manual/setjmp.texi (setcontext): Clarify normal process
37297         termination when uc_link is the null pointer.
37298         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
37299         exit call.
37300
37301 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
37302
37303         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
37304         preprocessor.  Test for each exception mask separately.
37305
37306 2012-07-16  Andreas Jaeger  <aj@suse.de>
37307
37308         * po/ru.po: Update from translation team.
37309
37310 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
37311
37312         * conform/data/string.h-data (NULL): Use macro-constant.  Require
37313         equal to 0.
37314         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
37315         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
37316         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
37317         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
37318         [ISO || ISO99 || ISO11] (*_t): Do not allow.
37319
37320 2012-07-13  Andreas Jaeger  <aj@suse.de>
37321
37322         * po/fr.po: Update from translation team.
37323
37324 2012-07-12  Marek Polacek  <polacek@redhat.com>
37325
37326         [BZ #14173]
37327         * math/libm-test.inc (yn_test): Add test for BZ #14173.
37328         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
37329         loop condition.
37330
37331 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
37332
37333         [BZ #13717]
37334         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
37335         Change to 2.4.1 where previously 2.4.0.
37336         * sysdeps/unix/sysv/linux/configure: Regenerated.
37337         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
37338         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
37339         version.
37340         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
37341         (__ASSUME_AT_CLKTCK): Remove.
37342         (__ASSUME_AT_PAGESIZE): Likewise.
37343         (__ASSUME_AT_XID): Likewise.
37344         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
37345         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
37346         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
37347         unconditionally.
37348         (HAVE_AUX_PAGESIZE): Likewise.
37349         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
37350         [__ASSUME_AT_CLKTCK]: Make code unconditional.
37351         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
37352
37353 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
37354
37355         [BZ #14307]
37356         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
37357         the temporary buffer used to invoke __gethostbyname2_r,
37358         __gethostbyaddr_r and gethostbyname4_r to make room for struct
37359         host_data / struct gaih_addrtuple.
37360         * resolv/nss_dns/dns-host.c (global scope): Move definition of
37361         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
37362         header file nss/nsswitch.h.
37363         * nss/nsswitch.h (global scope): Add definition of implementation
37364         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
37365         resolv/nss_dns/dns-host.c).
37366
37367 2012-07-11  Andreas Jaeger  <aj@suse.de>
37368
37369         * po/fr.po: Update from translation team.
37370
37371         * po/sv.po: Update from translation team
37372         * po/fr.po: Another update from translation team.
37373
37374 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37375
37376         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
37377         for subnormals or multiply small sinh result by itself.
37378         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
37379         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37380
37381 2012-07-11  David S. Miller  <davem@davemloft.net>
37382
37383         * sysdeps/sparc/fpu/libm-test-ulps: Update.
37384
37385 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
37386
37387         [BZ #14347]
37388         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
37389         (INTERNAL_MARK): Shift it here.
37390
37391 2012-07-10  Marek Polacek  <polacek@redhat.com>
37392
37393         [BZ #14151]
37394         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
37395         libc_cv_asm_global_directive with .globl.
37396         * configure: Regenerated.
37397         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
37398         with .globl.
37399         * sysdeps/i386/configure: Regenerated.
37400         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
37401         with .globl.
37402         * sysdeps/x86_64/configure: Regenerated.
37403         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
37404         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
37405         * elf/tst-unique2mod2.c: Likewise.
37406         * elf/tst-unique2mod1.c: Likewise.
37407         * elf/tst-unique1mod2.c: Likewise.
37408         * elf/tst-unique1mod1.c: Likewise.
37409         * sysdeps/s390/s390-32/sysdep.h: Likewise.
37410         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
37411         * sysdeps/s390/s390-64/sysdep.h: Likewise.
37412         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
37413         * sysdeps/mach/sysdep.h: Likewise.
37414         * sysdeps/i386/sysdep.h: Likewise.
37415         * sysdeps/i386/i386-mcount.S: Likewise.
37416         * sysdeps/x86_64/_mcount.S: Likewise.
37417         * sysdeps/x86_64/sysdep.h: Likewise.
37418         * sysdeps/sh/_mcount.S: Likewise.
37419         * sysdeps/sh/sysdep.h: Likewise.
37420         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
37421         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
37422         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
37423         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
37424         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
37425         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
37426         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
37427         * locale/localeinfo.h: Likewise.
37428         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
37429         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
37430
37431 2012-07-09  Roland McGrath  <roland@hack.frob.com>
37432
37433         [BZ #14336]
37434         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
37435         system".
37436         * manual/message.texi (The Uniforum approach): Likewise.
37437         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
37438         (glibc iconv Implementation): Likewise.
37439
37440 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
37441
37442         [BZ #14337]
37443         * math/s_clog.c (__clog): Avoid scaling a value down where that
37444         could result in underflow.
37445         * math/s_clog10.c (__clog10): Likewise.
37446         * math/s_clog10f.c (__clog10f): Likewise.
37447         * math/s_clog10l.c (__clog10l): Likewise.
37448         * math/s_clogf.c (__clogf): Likewise.
37449         * math/s_clogl.c (__clogl): Likewise.
37450         * math/libm-test.inc (clog_test): Add more tests.
37451         (clog10_test): Likewise.
37452         * sysdeps/i386/fpu/libm-test-ulps: Update.
37453         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37454
37455 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
37456
37457         [BZ #14283]
37458         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
37459         by 7 not 8 to examine high bit of fractional part.
37460
37461         [BZ #14042]
37462         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
37463         for call to __mcount_internal.
37464         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
37465         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
37466         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
37467
37468 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
37469
37470         [BZ #14154]
37471         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
37472         approximation for values within 0x1p-13f of an odd multiple of
37473         pi/4.
37474         * math/libm-test.inc (tan_test): Do not allow spurious underflow
37475         exception.  Add more tests.
37476         * sysdeps/i386/fpu/libm-test-ulps: Update.
37477
37478         [BZ #6778]
37479         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
37480         inputs and return -1 for them.  Do not check for +Inf in case not
37481         reachable for +Inf.
37482         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
37483         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
37484         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37485         and return -1 for them.  Do not check for +Inf in case not
37486         reachable for +Inf.
37487         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
37488         define.
37489         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
37490         and return -1 for them.  Do not check for +Inf in case not
37491         reachable for +Inf.
37492         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
37493         spurious underflow.
37494         * sysdeps/i386/fpu/libm-test-ulps: Update.
37495         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37496
37497 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
37498
37499         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
37500
37501 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
37502
37503         [BZ #14157]
37504         [BZ #14331]
37505         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
37506         could result in spurious underflow.  Scale down values above
37507         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
37508         * math/s_csqrtf.c (__csqrtf): Likewise.
37509         * math/s_csqrtl.c (__csqrtl): Likewise.
37510         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
37511         spurious underflow.
37512         * sysdeps/i386/fpu/libm-test-ulps: Update.
37513         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37514
37515 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
37516
37517         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
37518         xopen-msg.sed.
37519         * catgets/xopen-msg.awk: New file.
37520         * catgets/xopen-msg.sed: Removed.
37521
37522         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
37523         po2text.sed.
37524         * intl/po2test.awk: New file.
37525         * intl/po2test.sed: Removed.
37526
37527 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
37528
37529         [BZ #14328]
37530         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
37531         or multiply small sinh result by itself.
37532         * math/s_ctanf.c (__ctanf): Likewise.
37533         * math/s_ctanh.c (__ctanh): Likewise.
37534         * math/s_ctanhf.c (__ctanhf): Likewise.
37535         * math/s_ctanhl.c (__ctanhl): Likewise.
37536         * math/s_ctanl.c (__ctanl): Likewise.
37537         * math/libm-test.inc (ctan_test_tonearest): New function.
37538         (ctan_test_towardzero): Likewise.
37539         (ctan_test_downward): Likewise.
37540         (ctan_test_upward): Likewise.
37541         (ctanh_test_tonearest): Likewise.
37542         (ctanh_test_towardzero): Likewise.
37543         (ctanh_test_downward): Likewise.
37544         (ctanh_test_upward): Likewise.
37545         (main): Call these new functions.
37546         * sysdeps/i386/fpu/libm-test-ulps: Update.
37547         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37548
37549 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
37550
37551         * .gitignore: Delete /ports entry.
37552
37553 2012-07-03  Andreas Jaeger  <aj@suse.de>
37554
37555         * po/bg.po: Update from translation team.
37556         * po/cs.po: Likewise.
37557         * po/de.po: Likewise.
37558         * po/hr.po: Likewise.
37559         * po/nl.pl: Likewise.
37560         * po/pl.po: Likewise.
37561         * po/vi.po: Likewise.
37562
37563 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
37564
37565         * Makeconfig [!+link] (+link-before-libc): New variable.
37566         [!+link] (+link-after-libc): Likewise.
37567         [!+link] (+link-tests): Likewise.
37568         [!+link] (+link): Define in terms of $(+link-before-libc) and
37569         $(+link-after-libc).
37570         [!+link-static] (+link-static-before-libc): New variable.
37571         [!+link-static] (+link-static-after-libc): Likewise.
37572         [!+link-static] (+link-static-tests): Likewise.
37573         [!+link-static] (+link-static): Define in terms of
37574         $(+link-static-before-libc) and $(+link-static-after-libc).
37575         [build-shared] (link-libc-before-gnulib): New variable.
37576         [build-shared] (link-libc-tests): Likewise.
37577         [build-shared] (link-libc): Define in terms of
37578         $(link-libc-before-gnulib).
37579         [!build-shared] (link-libc-tests): New variable.
37580         (link-libc-static-tests): New variable.
37581         [!gnulib] (gnulib-arch): New variable.
37582         [!gnulib] (gnulib-tests): Likewise.
37583         [!gnulib] (static-gnulib-arch): Likewise.
37584         [!gnulib] (static-gnulib-tests): Likewise.
37585         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
37586         Define with "=" instead of ":=".
37587         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
37588         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
37589         * Rules (binaries-all-notests): New variable.
37590         (binaries-all-tests): Likewise.
37591         (binaries-static-notests): Likewise.
37592         (binaries-static-tests): Likewise.
37593         (binaries-all): Define using $(binaries-all-notests) and
37594         $(binaries-all-tests).
37595         (binaries-static): Define using $(binaries-static-notests) and
37596         $(binaries-static-tests).
37597         (binaries-shared-tests): New variable.
37598         (binaries-shared-notests): Likewise.
37599         (binaries-shared): Remove variable.
37600         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37601         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37602         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37603         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37604         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37605         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37606         * elf/Makefile (sln-modules): New variable.
37607         (extra-objs): Add $(sln-modules:=.o).
37608         (ldconfig-modules): Add static-stubs.
37609         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37610         * elf/static-stubs.c: New file.
37611
37612         [BZ #14283]
37613         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37614         by 7 not 8 to examine high bit of fractional part.  Use volatile
37615         variables when splitting into final array of floats if
37616         __FLT_EVAL_METHOD__ != 0.
37617         * math/libm-test.inc (cos_test): Add another test.
37618         (sin_test): Likewise.
37619         * sysdeps/i386/fpu/libm-test-ulps: Update.
37620
37621         [BZ #14273]
37622         * math/libm-test.inc (cosh_test): Add more tests.
37623
37624         * version.h (RELEASE): Set to "development".
37625         (VERSION): Set to "2.16.90".
37626
37627 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
37628
37629         * NEWS: Update copyright. Remove last-updated date.
37630         Mention math library bug fixes and timezone data changes.
37631         * README: Mention GNU/Hurd, x32, and HPPA support status.
37632
37633 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
37634
37635         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37636
37637 2012-06-27  Andreas Jaeger  <aj@suse.de>
37638
37639         * manual/contrib.texi (Contributors): Add Samuel Thibault.
37640
37641 2012-06-25  Andreas Jaeger  <aj@suse.de>
37642
37643         * sysdeps/s390/fpu/libm-test-ulps: Update.
37644
37645 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
37646             Thomas Schwinge  <thomas@codesourcery.com>
37647
37648         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37649         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37650         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37651         fanotify_mark.
37652
37653 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
37654
37655         * sysdeps/mach/start.c: Remove file.
37656         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37657         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37658         * sysdeps/sh/init-first.c: Likewise.
37659
37660         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37661         registers for frame unwinding purposes, add CFI directives.
37662         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37663         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37664         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37665         Likewise.
37666
37667         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37668         __fortify_fail returning.
37669         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37670
37671         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37672         sysdeps/sh/____longjmp_chk.S.
37673         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37674         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37675         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37676         (gen-as-const-headers): Append sigaltstack-offsets.sym.
37677
37678         * sysdeps/sh/abort-instr.h: New file.
37679         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37680         process in case exit returns.
37681
37682         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37683         initialize the GOT register before use.
37684
37685         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37686         calculation of ARGC > 4.
37687
37688         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37689         meaningful names to some local labels.
37690
37691 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37692             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37693
37694         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37695         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37696         (__arch_compare_and_exchange_val_16_acq): Likewise.
37697         (__arch_compare_and_exchange_val_32_acq): Likewise.
37698         (atomic_exchange_and_add): Fix gUSA sequence.
37699         (atomic_add): Likewise.
37700         (atomic_add_negative): Likewise.
37701         (atomic_add_zero): Likewise.
37702         (atomic_bit_test_set): Likewise.
37703
37704 2012-06-22  Andreas Schwab  <schwab@redhat.com>
37705
37706         [BZ #13579]
37707         * include/link.h (struct link_map): Add l_free_initfini.
37708         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37709         l_initfini.
37710         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37711         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37712         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37713         set.
37714
37715 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
37716
37717         * configure.in: Use AC_LANG_SOURCE.
37718         * configure: Regenerate.
37719
37720 2012-06-22  Roland McGrath  <roland@hack.frob.com>
37721
37722         * configure.in (libc_cv_localstatedir): New substituted variable.
37723         * configure: Regenerated.
37724         * config.make.in (localstatedir): New variable, substituted from
37725         libc_cv_localstatedir.
37726         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37727         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37728         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37729         * sysdeps/gnu/configure: Regenerated.
37730
37731 2012-06-21  Jeff Law  <law@redhat.com>
37732
37733         [BZ #14277]
37734         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37735         free.  Simplify list management for _LIBC case.
37736
37737 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
37738
37739         [BZ #14273]
37740         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37741         Clear sign bit of 64-bit integer value before comparing against
37742         overflow value.
37743
37744         * sysdeps/mach/configure: Regenerated.
37745
37746 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
37747
37748         [BZ #14278]
37749         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
37750
37751 2012-06-21  Jeff Law  <law@redhat.com>
37752
37753         [BZ #13882]
37754         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
37755         uint16_t for elements in the "seen" array to avoid char overflows.
37756         * elf/dl-fini.c (_dl_sort_fini): Likewise.
37757         * elf/dl-open.c (dl_open_worker): Likewise.
37758
37759 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
37760
37761         * scripts/list-sources.sh: Scan PORTS for translations.
37762         * po/libc.pot: Regenerated.
37763
37764 2012-06-21  Andreas Jaeger  <aj@suse.de>
37765
37766         [BZ #12194]
37767         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
37768         warning.
37769         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
37770         * bits/byteswap-16.h (__bswap_16): Likewise.
37771         * bits/byteswap.h (__bswap_constant_16): Likewise.
37772
37773 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
37774
37775         [BZ #14117]
37776         * sysdeps/i386/fpu_control.h: Removed.
37777         * sysdeps/x86_64/fpu_control.h: Moved to ...
37778         * sysdeps/x86/fpu_control.h: Here.
37779
37780         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
37781         (_FPU_SETCW): Likewise.
37782
37783 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
37784
37785         [BZ #14117]
37786         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
37787         * sysdeps/x86/fpu/bits/mathinline.h: This.
37788         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
37789
37790         [BZ #14050]
37791         [BZ #14117]
37792         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
37793         functions if __x86_64__ is defined.
37794
37795 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
37796
37797         * string/endian.h: Add !__ASSEMBLER__ condition for including
37798         conversion interfaces.
37799
37800 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
37801
37802         [BZ #14241]
37803         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
37804         of ABS(x) in calculating zero to negative powers other than odd
37805         integers.
37806         * math/libm-test.inc (pow_test): Add more tests.
37807
37808 2012-06-15  Andreas Jaeger  <aj@suse.de>
37809
37810         * manual/contrib.texi (Contributors): Update entry of Liubov
37811         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
37812         Machado Filho.
37813
37814 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
37815
37816         * string/string.h: Add __wur to GNU version of strerror_r.
37817
37818 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
37819
37820         [BZ #14229]
37821         * string/Makefile (tests): Add tst-strtok_r.
37822         * string/tst-strtok_r.c: New file.
37823         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
37824         RAX_LP/RDX_LP on SAVE_PTR.
37825
37826 2012-06-14  Roland McGrath  <roland@hack.frob.com>
37827
37828         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
37829
37830 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
37831
37832         * libm_test.inc (csqrt_test): Allow more spurious underflow
37833         exceptions.
37834         (j0_test): Likewise.
37835         (j1_test): Likewise.
37836         (y0_test): Likewise.
37837         (y1_test): Likewise.
37838
37839 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
37840
37841         * po/Makefile (libc.pot): Use UTF-8 charset.
37842
37843 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
37844
37845         [BZ #14210]
37846         Suppress sign-conversion warning from FD_SET.
37847         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
37848         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
37849         not unsigned long int.
37850         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
37851
37852 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
37853
37854         [BZ #14050]
37855         [BZ #14117]
37856         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
37857         __extern_always_inline instead of __extern_inline.
37858         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
37859         (__signbit): Likewise.
37860         (__signbitl): Support C++ namespace.
37861         (lrintf): New inline function.
37862         (lrint): Likewise.
37863         (llrintf): Likewise.
37864         (llrint): Likewise.
37865         (fmaxf): Likewise.
37866         (fmax): Likewise.
37867         (fminf): Likewise.
37868         (fmin): Likewise.
37869         (rint): Likewise.
37870         (rintf): Likewise.
37871         (ceil): Likewise.
37872         (ceilf): Likewise.
37873         (floor): Likewise.
37874         (floorf): Likewise.
37875         (nearbyint): Likewise.
37876         (nearbyintf): Likewise.
37877
37878 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
37879
37880         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
37881         non-default versions.
37882
37883 2012-06-11  Roland McGrath  <roland@hack.frob.com>
37884
37885         [BZ #14218]
37886         * manual/argp.texi (Argp): Reword argp_parse description slightly.
37887
37888 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
37889
37890         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
37891         (FE_UPWARD, FE_DOWNWARD): Don't define.
37892         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
37893         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
37894
37895         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
37896         reading it.
37897         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
37898         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
37899
37900 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37901
37902         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
37903         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
37904         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
37905         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
37906
37907 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
37908
37909         [BZ #14117]
37910         * sysdeps/i386/fpu/bits/fenv.h: Removed.
37911         * sysdeps/i386/fpu/Implies: New file.
37912         * sysdeps/x86_64/fpu/Implies: Likewise.
37913         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
37914         * sysdeps/x86/fpu/bits/fenv.h: This.
37915
37916         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
37917         __SSE_MATH__.
37918
37919 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
37920
37921         [BZ #14134]
37922         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
37923         character 0xffff that matches the last element of the
37924         conversion table.
37925
37926 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37927
37928         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
37929         fmodl commit.
37930
37931 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37932
37933         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
37934         values higher than 25.6283.
37935
37936 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37937
37938         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
37939         subnormal exponent extraction and add some __builtin_expect.
37940         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
37941         Fix for subnormal mantissa calculation.
37942
37943 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
37944
37945         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
37946         cpu2 is -1 and errno is not ENOSYS.
37947
37948 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
37949
37950         [BZ #14117]
37951         * sysdeps/i386/i486/bits/string.h: Renamed to ...
37952         * sysdeps/x86/bits/string.h: This.
37953         * sysdeps/x86_64/bits/string.h: Removed.
37954
37955         * sysdeps/i386/i486/bits/string.h: Define inline functions only
37956         if not compiling for x86-64, but compiling for >= i486.
37957
37958         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
37959         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
37960
37961         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
37962         New macro from Linux kernel 3.4.0.
37963         (FP_XSTATE_MAGIC2): Likewise.
37964         (FP_XSTATE_MAGIC2_SIZE): Likewise.
37965         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
37966         (struct _fpx_sw_bytes): New struct.
37967         (struct _xsave_hdr): Likewise.
37968         (struct _ymmh_state): Likewise.
37969         (struct _xstate): Likewise.
37970
37971         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
37972         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
37973         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
37974         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
37975         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
37976         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
37977
37978         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
37979         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
37980         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
37981         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
37982         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
37983         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
37984
37985 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37986
37987         [BZ #13743]
37988         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
37989         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
37990         (sysdep_headers): Include sys/platform/ppc.h.
37991         * sysdeps/powerpc/test-gettimebase.c: Test for
37992         __ppc_get_timebase() to catch future ISA opcode/insn changes.
37993         * manual/Makefile (appendices): Include platform.texi.
37994         * manual/contrib.texi (Contributors): Update @node pointers.
37995         * manual/maint.texi (Maintenance): Likewise.
37996         (Platform): New node.
37997         * manual/platform.texi: New file.  Document the new features.
37998
37999 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
38000             Jakub Jelinek  <jakub@redhat.com>
38001
38002         [BZ #14188]
38003         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
38004         where __builtin_expect is unavailable.
38005
38006 2012-06-03  David S. Miller  <davem@davemloft.net>
38007
38008         * stdlib/longlong.h: Updated from GCC.
38009
38010 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
38011
38012         [BZ #14042]
38013         * sysdeps/powerpc/powerpc32/mcount.c: New file.
38014         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
38015         __mcount_internal.
38016         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38017         (GLIBC_2.16): Likewise.
38018
38019 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38020
38021         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
38022
38023 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38024
38025         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
38026         (default-abi): New variable.
38027         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
38028         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
38029         variable.
38030         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
38031         Likewise.
38032         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
38033         Likewise.
38034         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
38035         Likewise.
38036
38037         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
38038         definition.  Document in comment.
38039
38040 2012-06-01  David S. Miller  <davem@davemloft.net>
38041
38042         * stdlib/longlong.h: Updated from GCC.
38043
38044 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38045
38046         [BZ #14117]
38047         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
38048         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
38049         sys/debugreg.h sys/io.h here.
38050         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
38051         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
38052         sys/io.h.
38053         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
38054         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
38055         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
38056         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
38057         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
38058         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
38059
38060         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
38061         Define only if __x86_64__ is defined.
38062
38063 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
38064
38065         [BZ #14048]
38066         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
38067         Use int64_t for variable i.
38068         * math/libm-test.inc (fmod_test): Add more tests.
38069
38070         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
38071         z computation is not scheduled after fetestexcept.
38072         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
38073         Use math_force_eval instead of asm to ensure calculation scheduled
38074         before exception test.
38075         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
38076         Ensure a1 + u.d computation is not scheduled after fetestexcept.
38077
38078 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
38079
38080         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
38081         computation is not scheduled after fetestexcept.
38082
38083 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
38084
38085         [BZ #14117]
38086         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
38087         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
38088
38089 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38090
38091         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
38092         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
38093
38094 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38095
38096         [BZ #14117]
38097         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
38098         <bits/wordsize.h>.
38099         (__WCHAR_MIN): Support __WORDSIZE == 64.
38100         (__WCHAR_MAX): Likewise.
38101
38102         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
38103         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
38104
38105         [BZ #14183]
38106         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
38107         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
38108
38109         [BZ #14117]
38110         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
38111         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
38112
38113         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
38114         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
38115
38116         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
38117         Defined to 1 if __x86_64__ isn't defined.
38118         (_STAT_VER_LINUX_OLD): New.
38119         (st_atime): Remove duplicate.
38120         (st_mtime): Likewise.
38121         (st_ctime): Likewise.
38122
38123 2012-05-31  David S. Miller  <davem@davemloft.net>
38124
38125         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
38126         entries.
38127
38128 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
38129
38130         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
38131         gen-libm-test.pl.
38132
38133         [BZ #14132]
38134         * elf/dl-reloc.c: Include <_itoa.h>.
38135         (_dl_reloc_bad_type): Remove use of INTUSE.
38136         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
38137         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
38138         * stdio-common/psiginfo.c (psiginfo): Likewise.
38139         * stdio-common/psignal.c (psignal): Likewise.
38140         * string/strsignal.c (strsignal): Likewise.
38141         * include/signal.h (_sys_siglist): Declare hidden proto.
38142         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
38143         INTVARDEF with libc_hidden_data_def.
38144         * stdio-common/itoa-udigits.c: Likewise.
38145         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
38146         (_itoa_lower_digits_internal): Remove declaration.
38147         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
38148         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
38149         (_sys_sigabbrev_internal): Remove aliases.
38150         (_sys_siglist): Define hidden alias.
38151
38152 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
38153
38154         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38155         bits/sysctl.h.
38156
38157 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
38158
38159         [BZ #14117]
38160         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
38161         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
38162
38163         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
38164         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
38165         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
38166         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
38167         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
38168         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
38169
38170         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
38171         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
38172         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
38173
38174         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
38175         with __addr.
38176         (insw): Likewise.
38177         (insl): Likewise.
38178         (outsb): Likewise.
38179         (outsw): Likewise.
38180         (outsl): Likewise.
38181
38182         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
38183         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
38184         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
38185
38186         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
38187         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
38188         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
38189         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
38190         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
38191         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
38192
38193         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
38194         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
38195
38196         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
38197         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
38198
38199         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
38200         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
38201         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
38202
38203         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
38204         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
38205         to ...
38206         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
38207
38208         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
38209         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
38210         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
38211
38212         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
38213         for x86-64.
38214         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
38215
38216 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
38217
38218         * math/math.h (M_El): Use two more decimal places.
38219         (M_LOG2El): Likewise.
38220         (M_LOG10El): Likewise.
38221         (M_LN2l): Likewise.
38222         (M_LN10l): Likewise.
38223         (M_PIl): Likewise.
38224         (M_PI_2l): Likewise.
38225         (M_PI_4l): Likewise.
38226         (M_1_PIl): Likewise.
38227         (M_2_PIl): Likewise.
38228         (M_2_SQRTPIl): Likewise.
38229         (M_SQRT2l): Likewise.
38230         (M_SQRT1_2l): Likewise.
38231
38232 2012-05-31  David S. Miller  <davem@davemloft.net>
38233
38234         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
38235         values between float registers.
38236         * sysdeps/sparc/sparc64/memset.S: Likewise.
38237         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38238
38239 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
38240
38241         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
38242         -D_FORTIFY_SOURCE=1.
38243         (CPPFLAGS-tst-longjmp_chk.c): Define.
38244         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
38245         (CPPFLAGS-tst-longjmp_chk2.c): Define.
38246         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
38247         CFLAGS-tst-wchar-h.c.
38248
38249 2012-05-31  Marek Polacek  <polacek@redhat.com>
38250
38251         [BZ #14132]
38252         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
38253         __endmntent_internal): Remove declaration.
38254         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
38255         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
38256         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
38257
38258 2012-05-30  David S. Miller  <davem@davemloft.net>
38259
38260         * sysdeps/sparc/sparc32/soft-fp/q_util.c
38261         (___Q_simulate_exceptions): Use real FP ops rather than writing
38262         into the %fsr.
38263         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
38264         Likewise.
38265
38266 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38267
38268         [BZ #14117]
38269         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
38270         * sysdeps/x86/bits/xtitypes.h: This.
38271
38272         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
38273         * sysdeps/x86/bits/wordsize.h: This.
38274
38275         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
38276         * sysdeps/x86/bits/huge_vall.h: This.
38277
38278         * sysdeps/i386/bits/select.h: Removed.
38279         * sysdeps/x86_64/bits/select.h: Renamed to ...
38280         * sysdeps/x86/bits/select.h: This.
38281
38282         * sysdeps/i386/bits/setjmp.h: Removed.
38283         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
38284         * sysdeps/x86/bits/setjmp.h: This.
38285
38286         * sysdeps/i386/bits/mathdef.h: Removed.
38287         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
38288         * sysdeps/x86/bits/mathdef.h: This.
38289
38290 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
38291
38292         [BZ #14132]
38293         * include/sys/socket.h (__connect_internal)
38294         (__libc_sa_len_internal): Remove declaration.
38295         (__connect, __libc_sa_len): Declare hidden_proto.
38296         (SA_LEN): Remove use of INTUSE.
38297         * socket/connect.c: Add libc_hidden_def.
38298         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
38299         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
38300         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
38301         alias.
38302         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
38303         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
38304         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
38305         of adding _internal alias.
38306
38307 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38308
38309         [BZ #14117]
38310         * sysdeps/i386/bits/link.h: Removed.
38311         * sysdeps/i386/bits/linkmap.h: Likewise.
38312         * sysdeps/x86_64/bits/link.h: Renamed to ...
38313         * sysdeps/x86/bits/link.h: This.
38314         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
38315         * sysdeps/x86/bits/linkmap.h: This.
38316
38317         * sysdeps/i386/bits/endian.h: Removed.
38318         * sysdeps/x86_64/bits/endian.h: Renamed to ...
38319         * sysdeps/x86/bits/endian.h: This.
38320
38321         * sysdeps/i386/bits/byteswap.h: Removed.
38322         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38323         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
38324         * sysdeps/x86/bits/byteswap.h: This.
38325         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
38326         * sysdeps/x86/bits/byteswap-16.h: This.
38327         * sysdeps/i386/Implies: Add x86.
38328         * sysdeps/x86_64/Implies: Likewise.
38329
38330 2012-05-30  David S. Miller  <davem@davemloft.net>
38331
38332         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
38333         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
38334         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
38335         (FP_TRAPPING_EXCEPTIONS): Define.
38336         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
38337         (FP_TRAPPING_EXCEPTIONS): Define.
38338         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
38339         subnormals only when inexact has been signalled or underflow
38340         exceptions are enabled.
38341         (_FP_PACK_CANONICAL): Likewise.
38342
38343 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38344
38345         [BZ #14183]
38346         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
38347         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
38348
38349 2012-05-30  Richard Henderson  <rth@twiddle.net>
38350
38351         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
38352         with #ifndef NOT_IN_libc.
38353
38354         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
38355         marked to avoid plt entry.
38356
38357 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
38358
38359         [BZ #14112]
38360         * Makeconfig (default-abi): New macro.
38361         (abi-includes): Likewise.
38362         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
38363         $(abi-$(default-abi)-lib-soname) for soname if defined.
38364         ($(common-objpfx)gnu/lib-names.stmp): Generate from
38365         abi-variants.
38366         * Makefile (installed-stubs): Likewise.
38367         * include/stubs-biarch.h: Removed.
38368         * scripts/lib-names.awk: Only handle one library at a time.
38369         * scripts/soversions.awk: Remove WORDSIZE support.
38370         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
38371         entries.
38372         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
38373         Removed.
38374         (syscall-list-default-condition): Likewise.
38375         (syscall-list-default-condition): Likewise.
38376         (syscall-list-includes): Likewise.
38377         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
38378         syscall-list-* with abi-*.  Handle undefined abi-variants.
38379         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
38380         * sysdeps/unix/sysv/linux/i386/Implies: New file.
38381         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
38382         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
38383         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
38384         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
38385         Removed.
38386         (syscall-list-32-options): Likewise.
38387         (syscall-list-32-condition): Likewise.
38388         (syscall-list-64-options): Likewise.
38389         (syscall-list-64-condition): Likewise.
38390         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
38391         macro.
38392         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
38393         Renamed to ...
38394         (abi-*): This.
38395         (abi-64-ld-soname): New macro.
38396         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
38397         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
38398         Renamed to ...
38399         (abi-*): This.
38400         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
38401         * sysdeps/x86_64/x32/shlib-versions: Likewise.
38402
38403 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
38404
38405         * sysdeps/unix/sysv/linux/kernel-features.h
38406         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
38407         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
38408         include <kernel-features.h>.
38409         [!__NR_ftruncate64]: Remove conditional code.
38410         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38411         [__NR_ftruncate64]: Make code unconditional.
38412         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38413         * sysdeps/unix/sysv/linux/truncate64.c: Do not
38414         include <kernel-features.h>.
38415         [!__NR_ftruncate64]: Remove conditional code.
38416         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38417         [__NR_ftruncate64]: Make code unconditional.
38418         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38419         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
38420         include <kernel-features.h>.
38421         [!__NR_ftruncate64]: Remove conditional code.
38422         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38423         [__NR_ftruncate64]: Make code unconditional.
38424         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38425         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
38426         include <kernel-features.h>.
38427         [!__NR_ftruncate64]: Remove conditional code.
38428         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38429         [__NR_ftruncate64]: Make code unconditional.
38430         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
38431
38432         * configure.in (libc_cv_fpie): Weaken to a compile test using
38433         LIBC_TRY_CC_OPTION.
38434         * configure: Regenerated.
38435
38436 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
38437
38438         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
38439         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
38440         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
38441         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
38442         Refreshed.
38443         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
38444         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
38445         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
38446         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
38447         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
38448         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
38449         Refreshed.
38450
38451 2012-05-27  David S. Miller  <davem@davemloft.net>
38452
38453         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
38454         (___Q_zero): New.
38455         (__Q_simulate_exceptions): Return void.  Change to simulate
38456         exceptions by writing into the %fsr.
38457         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
38458         (__Qp_handle_exceptions): Likewise.
38459         (numbers): Delete.
38460         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
38461         __Qp_handle_exceptions.
38462         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
38463         __Qp_handle_exceptions.
38464         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38465         as unused and give dummy FP_RND_NEAREST initializer.
38466         (FP_INHIBIT_RESULTS): Define.
38467         (___Q_simulate_exceptions): Update declaration.
38468         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
38469         formatting.
38470         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
38471         as unused and give dummy FP_RND_NEAREST initializer.
38472         (__Qp_handle_exceptions): Update declaration.
38473         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
38474         formatting.
38475
38476 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
38477
38478         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
38479         the temporary FPU control word.
38480         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
38481         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
38482         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
38483         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
38484         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
38485         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
38486         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
38487         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
38488         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
38489         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
38490         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
38491
38492 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
38493
38494         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
38495         fields.
38496
38497 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
38498
38499         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
38500         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
38501         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
38502         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
38503         Likewise.
38504         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
38505         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
38506         Likewise.
38507
38508 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
38509
38510         * po/h.po: Update from translation team.
38511
38512 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
38513
38514         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
38515
38516         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
38517         handling of denormals.
38518         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
38519         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
38520         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
38521         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
38522         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
38523         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
38524         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
38525         Likewise.
38526
38527 2012-05-26  Marek Polacek  <polacek@redhat.com>
38528
38529         [BZ #14152]
38530         * math/libm-test.inc (fma_test): Don't always expect underflow
38531         exception.
38532
38533 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
38534
38535         [BZ #12416]
38536         * elf/tst-execstack.c: Include stackinfo.h.
38537         (do_test): Adjust test case to ensure that pthread_getattr_np
38538         behaviour remains the same after marking stack executable.
38539
38540 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38541
38542         * sysdeps/unix/sysv/linux/kernel-features.h
38543         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
38544         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
38545         kernel-features.h.
38546         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38547         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38548         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
38549         kernel-features.h.
38550         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
38551         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
38552
38553 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
38554
38555         * configure.in: Define the default includes to being none.
38556         * configure: Regenerated.
38557
38558 2012-05-25  Roland McGrath  <roland@hack.frob.com>
38559
38560         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
38561         * sysdeps/x86_64/setjmp.S: Likewise.
38562         * sysdeps/i386/bsd-setjmp.S: Likewise.
38563         * sysdeps/i386/bsd-_setjmp.S: Likewise.
38564         * sysdeps/i386/setjmp.S: Likewise.
38565         * sysdeps/i386/__longjmp.S: Likewise.
38566         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38567         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
38568
38569         * include/stap-probe.h: New file.
38570         * configure.in: Handle --enable-systemtap.
38571         * configure: Regenerated.
38572         * config.h.in (USE_STAP_PROBE): New #undef.
38573         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
38574         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
38575         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
38576
38577 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
38578
38579         [BZ #13717]
38580         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
38581         to 2.4.0 where earlier.
38582         * sysdeps/unix/sysv/linux/configure: Regenerated.
38583         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
38584         <kernel-features.h>.
38585         [__ASSUME_32BITUIDS]: Make code unconditional.
38586         [!__ASSUME_32BITUIDS]: Remove conditional code.
38587         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
38588         <kernel-features.h>.
38589         [__ASSUME_32BITUIDS]: Make code unconditional.
38590         [!__ASSUME_32BITUIDS]: Remove conditional code.
38591         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
38592         [__ASSUME_32BITUIDS]: Make code unconditional.
38593         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38594         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
38595         <kernel-features.h>.
38596         [__ASSUME_32BITUIDS]: Make code unconditional.
38597         [!__ASSUME_32BITUIDS]: Remove conditional code.
38598         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
38599         <kernel-features.h>.
38600         [__ASSUME_32BITUIDS]: Make code unconditional.
38601         [!__ASSUME_32BITUIDS]: Remove conditional code.
38602         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
38603         <kernel-features.h>.
38604         [__ASSUME_32BITUIDS]: Make code unconditional.
38605         [!__ASSUME_32BITUIDS]: Remove conditional code.
38606         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
38607         <kernel-features.h>.
38608         [__ASSUME_32BITUIDS]: Make code unconditional.
38609         [!__ASSUME_32BITUIDS]: Remove conditional code.
38610         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
38611         <kernel-features.h>.
38612         [__ASSUME_32BITUIDS]: Make code unconditional.
38613         [!__ASSUME_32BITUIDS]: Remove conditional code.
38614         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
38615         <kernel-features.h>.
38616         [__ASSUME_32BITUIDS]: Make code unconditional.
38617         [!__ASSUME_32BITUIDS]: Remove conditional code.
38618         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
38619         <kernel-features.h>.
38620         [__ASSUME_32BITUIDS]: Make code unconditional.
38621         [!__ASSUME_32BITUIDS]: Remove conditional code.
38622         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
38623         <kernel-features.h>.
38624         [__ASSUME_32BITUIDS]: Make code unconditional.
38625         [!__ASSUME_32BITUIDS]: Remove conditional code.
38626         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
38627         <kernel-features.h>.
38628         [__ASSUME_32BITUIDS]: Make code unconditional.
38629         [!__ASSUME_32BITUIDS]: Remove conditional code.
38630         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
38631         <kernel-features.h>.
38632         [__ASSUME_32BITUIDS]: Make code unconditional.
38633         [!__ASSUME_32BITUIDS]: Remove conditional code.
38634         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38635         <kernel-features.h>.
38636         [__NR_setresgid] (__setresgid): Do not declare.
38637         [__ASSUME_32BITUIDS]: Make code unconditional.
38638         [!__ASSUME_32BITUIDS]: Remove conditional code.
38639         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38640         <kernel-features.h>.
38641         [__NR_setresuid] (__setresuid): Do not declare.
38642         [__ASSUME_32BITUIDS]: Make code unconditional.
38643         [!__ASSUME_32BITUIDS]: Remove conditional code.
38644         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
38645         <kernel-features.h>.
38646         [__ASSUME_32BITUIDS]: Make code unconditional.
38647         [!__ASSUME_32BITUIDS]: Remove conditional code.
38648         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
38649         <kernel-features.h>.
38650         [__ASSUME_32BITUIDS]: Make code unconditional.
38651         [!__ASSUME_32BITUIDS]: Remove conditional code.
38652         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
38653         <kernel-features.h>.
38654         [__ASSUME_32BITUIDS]: Make code unconditional.
38655         [!__ASSUME_32BITUIDS]: Remove conditional code.
38656         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
38657         <kernel-features.h>.
38658         [__ASSUME_32BITUIDS]: Make code unconditional.
38659         [!__ASSUME_32BITUIDS]: Remove conditional code.
38660         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
38661         <kernel-features.h>.
38662         [__ASSUME_32BITUIDS]: Make code unconditional.
38663         [!__ASSUME_32BITUIDS]: Remove conditional code.
38664         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
38665         <kernel-features.h>.
38666         [__ASSUME_32BITUIDS]: Make code unconditional.
38667         [!__ASSUME_32BITUIDS]: Remove conditional code.
38668         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
38669         <kernel-features.h>.
38670         [__ASSUME_32BITUIDS]: Make code unconditional.
38671         [!__ASSUME_32BITUIDS]: Remove conditional code.
38672         * sysdeps/unix/sysv/linux/i386/setreuid.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/setuid.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/shmctl.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/kernel-features.h
38685         (__ASSUME_SETRESUID_SYSCALL): Remove.
38686         (__ASSUME_SETRESGID_SYSCALL): Likewise.
38687         (__ASSUME_32BITUIDS): Likewise.
38688         (__ASSUME_LDT_WORKS): Likewise.
38689         (__ASSUME_O_DIRECTORY): Likewise.
38690         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38691         architecture but not kernel version.
38692         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38693         (__ASSUME_MMAP2_SYSCALL): Likewise.
38694         (__ASSUME_STAT64_SYSCALL): Likewise.
38695         (__ASSUME_IPC64): Likewise.
38696         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38697         <kernel-features.h>.
38698         [__ASSUME_32BITUIDS]: Make code unconditional.
38699         [!__ASSUME_32BITUIDS]: Remove conditional code.
38700         * sysdeps/unix/sysv/linux/opendir.c: Do not include
38701         <kernel-features.h>.
38702         [__ASSUME_O_DIRECTORY]: Make code unconditional.
38703         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38704         132096]: Remove conditional code.
38705         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38706         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
38707         <kernel-features.h>.
38708         [__ASSUME_32BITUIDS]: Make code unconditional.
38709         [!__ASSUME_32BITUIDS]: Remove conditional code.
38710         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
38711         <kernel-features.h>.
38712         [__ASSUME_32BITUIDS]: Make code unconditional.
38713         [!__ASSUME_32BITUIDS]: Remove conditional code.
38714         * sysdeps/unix/sysv/linux/setegid.c: Do not include
38715         <kernel-features.h>.
38716         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38717         unconditional.
38718         (__setresgid): Do not declare.
38719         [__ASSUME_32BITUIDS]: Make code unconditional.
38720         [!__ASSUME_32BITUIDS]: Remove conditional code.
38721         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38722         <kernel-features.h>.
38723         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38724         unconditional.
38725         (__setresuid): Do not declare.
38726         [__ASSUME_32BITUIDS]: Make code unconditional.
38727         [!__ASSUME_32BITUIDS]: Remove conditional code.
38728         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38729         <kernel-features.h>.
38730         [__ASSUME_32BITUIDS]: Make code unconditional.
38731         [!__ASSUME_32BITUIDS]: Remove conditional code.
38732         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
38733         <kernel-features.h>.
38734         [__ASSUME_32BITUIDS]: Make code unconditional.
38735         [!__ASSUME_32BITUIDS]: Remove conditional code.
38736
38737 2012-05-25  Richard Henderson  <rth@twiddle.net>
38738
38739         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38740         dl_hwcap to ifunc resolver.
38741         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38742         elf_ifunc_invoke.
38743         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38744         dl_hwcap to ifunc resolver.
38745         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
38746
38747 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38748
38749         [BZ #14153]
38750         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
38751         for |x| <= 2**-26, not 2**-57.
38752         * math/libm-test.inc (acos_test): Do not allow spurious underflow
38753         exception.
38754
38755 2012-05-24  Jeff Law  <law@redhat.com>
38756
38757         * stdio-common/Makefile (tests): Add bug25.
38758         * stdio-common/bug25.c: New test.
38759
38760 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38761
38762         [BZ #13576]
38763         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
38764         multiple of MALLOC_ALIGNMENT in size.
38765         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
38766
38767 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38768
38769         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
38770         Require >= 256.
38771         (FILENAME_MAX): Use macro-int-constant.
38772         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
38773         (_IOFBF): Use macro-int-constant.
38774         (_IOLBF): Likewise.
38775         (_IONBF): Likewise.
38776         (SEEK_CUR): Likewise.
38777         (SEEK_END): Likewise.
38778         (SEEK_SET): Likewise.
38779         (TMP_MAX): Likewise.
38780         (EOF): Use macro-int-constant.  Require < 0.
38781         (NULL): Use macro-constant.  Require == 0.
38782         (stdin): Require type to be FILE *.
38783         (stdout): Likewise.
38784         (stderr): Likewise.
38785         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
38786         macro-int-constant.
38787         (EXIT_SUCCESS): Likewise.
38788         (NULL): Use macro-constant.  Require == 0.
38789         (RAND_MAX): Use macro-int-constant.
38790         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
38791         [C99-based standards] (strtof): Require function.
38792         [C99-based standards] (strtold): Likewise.
38793         [C99-based standards] (strtoll): Likewise.
38794         [C99-based standards] (strtoull): Likewise.
38795         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
38796         [ISO || ISO99 || ISO11] (limits.h): Likewise.
38797         [ISO || ISO99 || ISO11] (math.h): Likewise.
38798         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
38799         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
38800         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38801
38802 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
38803
38804         [BZ #14132]
38805         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
38806         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
38807         * intl/dgettext.c (DCGETTEXT): Likewise.
38808         * intl/gettext.c (DCGETTEXT): Likewise.
38809         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
38810         * posix/regex_internal.h (gettext): Likewise.
38811         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
38812         Remove declaration.
38813         * include/argz.h (__argz_count_internal)
38814         (__argz_stringify_internal): Remove declaration.
38815         (__argz_count, __argz_stringify): Declare hidden proto.
38816         * intl/dcgettext.c: Remove use of INTDEF.
38817         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
38818         * string/argz-stringify.c: Likewise.
38819         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38820         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38821         Declare hidden proto.
38822         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38823         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38824         Declare hidden proto.
38825         * include/stdio.h (__asprintf_internal): Don't declare.
38826         (__asprintf): Don't define as macro.  Declare hidden proto.
38827         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
38828         (__fsetlocking): Declare hidden proto.
38829         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
38830         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
38831         hidden proto.
38832         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
38833         (_IO_setlinebuf): Remove use of INTUSE.
38834         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
38835         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
38836         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
38837         Remove declaration.
38838         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
38839         (_IO_do_flush): Remove use of INTUSE.
38840         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
38841         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
38842         (_IO_adjust_column, _IO_least_wmarker)
38843         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
38844         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
38845         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
38846         (_IO_default_doallocate, _IO_wdefault_doallocate)
38847         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
38848         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
38849         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
38850         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
38851         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
38852         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
38853         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
38854         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
38855         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
38856         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
38857         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
38858         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
38859         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
38860         proto.
38861         (_IO_flush_all_internal, _IO_adjust_column_internal)
38862         (_IO_default_uflow_internal, _IO_default_finish_internal)
38863         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
38864         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
38865         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
38866         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
38867         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
38868         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
38869         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
38870         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
38871         (_IO_file_close_internal, _IO_file_close_it_internal)
38872         (_IO_file_underflow_internal, _IO_file_overflow_internal)
38873         (_IO_file_init_internal, _IO_file_attach_internal)
38874         (_IO_file_fopen_internal, _IO_file_read_internal)
38875         (_IO_file_sync_internal, _IO_file_seek_internal)
38876         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
38877         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
38878         (_IO_str_underflow_internal, _IO_str_overflow_internal)
38879         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
38880         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
38881         (_IO_list_all_internal, _IO_link_in_internal)
38882         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
38883         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
38884         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
38885         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
38886         (_IO_do_write_internal, _IO_padn_internal)
38887         (_IO_getline_info_internal, _IO_getline_internal)
38888         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
38889         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
38890         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
38891         (_IO_vfscanf_internal, _IO_vfprintf_internal)
38892         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
38893         (_IO_init_internal, _IO_un_link_internal): Don't declare.
38894         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
38895         with libc_hidden_ver, remove use of INTUSE.
38896         * libio/genops.c: Likewise.
38897         * libio/freopen.c: Likewise.
38898         * libio/freopen64.c: Likewise.
38899         * libio/iofclose.c: Likewise.
38900         * libio/iofdopen.c: Likewise.
38901         * libio/iofflush.c: Likewise.
38902         * libio/iofflush_u.c: Likewise.
38903         * libio/iofgets.c: Likewise.
38904         * libio/iofgets_u.c: Likewise.
38905         * libio/iofopen.c: Likewise.
38906         * libio/iofopncook.c: Likewise.
38907         * libio/iofread.c: Likewise.
38908         * libio/iofread_u.c: Likewise.
38909         * libio/ioftell.c: Likewise.
38910         * libio/iofwrite.c: Likewise.
38911         * libio/iogetline.c: Likewise.
38912         * libio/iogets.c: Likewise.
38913         * libio/iogetwline.c: Likewise.
38914         * libio/iopadn.c: Likewise.
38915         * libio/iopopen.c: Likewise.
38916         * libio/ioseekoff.c: Likewise.
38917         * libio/ioseekpos.c: Likewise.
38918         * libio/iosetbuffer.c: Likewise.
38919         * libio/iosetvbuf.c: Likewise.
38920         * libio/ioungetc.c: Likewise.
38921         * libio/ioungetwc.c: Likewise.
38922         * libio/iovdprintf.c: Likewise.
38923         * libio/iovsprintf.c: Likewise.
38924         * libio/iovsscanf.c: Likewise.
38925         * libio/memstream.c: Likewise.
38926         * libio/obprintf.c: Likewise.
38927         * libio/oldfileops.c: Likewise.
38928         * libio/oldiofclose.c: Likewise.
38929         * libio/oldiofdopen.c: Likewise.
38930         * libio/oldiofopen.c: Likewise.
38931         * libio/oldiopopen.c: Likewise.
38932         * libio/oldstdfiles.c: Likewise.
38933         * libio/putc.c: Likewise.
38934         * libio/setbuf.c: Likewise.
38935         * libio/setlinebuf.c: Likewise.
38936         * libio/stdfiles.c: Likewise.
38937         * libio/strops.c: Likewise.
38938         * libio/vasprintf.c: Likewise.
38939         * libio/vscanf.c: Likewise.
38940         * libio/vsnprintf.c: Likewise.
38941         * libio/vswprintf.c: Likewise.
38942         * libio/wfiledoalloc.c: Likewise.
38943         * libio/wfileops.c: Likewise.
38944         * libio/wgenops.c: Likewise.
38945         * libio/wmemstream.c: Likewise.
38946         * libio/wstrops.c: Likewise.
38947         * libio/__fpurge.c: Likewise.
38948         * libio/__fsetlocking.c: Likewise.
38949         * assert/assert.c: Likewise.
38950         * debug/fgets_chk.c: Likewise.
38951         * debug/fgets_u_chk.c: Likewise.
38952         * debug/fread_chk.c: Likewise.
38953         * debug/fread_u_chk.c: Likewise.
38954         * debug/gets_chk.c: Likewise.
38955         * debug/obprintf_chk.c: Likewise.
38956         * debug/vasprintf_chk.c: Likewise.
38957         * debug/vdprintf_chk.c: Likewise.
38958         * debug/vsnprintf_chk.c: Likewise.
38959         * debug/vsprintf_chk.c: Likewise.
38960         * malloc/mtrace.c: Likewise.
38961         * misc/error.c: Likewise.
38962         * misc/syslog.c: Likewise.
38963         * stdio-common/asprintf.c: Likewise.
38964         * stdio-common/fxprintf.c: Likewise.
38965         * stdio-common/getw.c: Likewise.
38966         * stdio-common/isoc99_fscanf.c: Likewise.
38967         * stdio-common/isoc99_scanf.c: Likewise.
38968         * stdio-common/isoc99_vfscanf.c: Likewise.
38969         * stdio-common/isoc99_vscanf.c: Likewise.
38970         * stdio-common/isoc99_vsscanf.c: Likewise.
38971         * stdio-common/printf-prs.c: Likewise.
38972         * stdio-common/printf_fp.c: Likewise.
38973         * stdio-common/printf_fphex.c: Likewise.
38974         * stdio-common/printf_size.c: Likewise.
38975         * stdio-common/putw.c: Likewise.
38976         * stdio-common/scanf.c: Likewise.
38977         * stdio-common/sprintf.c: Likewise.
38978         * stdio-common/tmpfile.c: Likewise.
38979         * stdio-common/vfprintf.c: Likewise.
38980         * stdio-common/vfscanf.c: Likewise.
38981         * stdlib/strfmon_l.c: Likewise.
38982         * sunrpc/openchild.c: Likewise.
38983         * sunrpc/xdr_stdio.c: Likewise.
38984         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
38985         * sysdeps/mach/hurd/tmpfile.c: Likewise.
38986
38987 2012-05-24  Roland McGrath  <roland@hack.frob.com>
38988
38989         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
38990
38991         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
38992         in the third column, to generate for the shared library an IFUNC
38993         that uses _dl_vdso_vsym.
38994         * Makerules (COMPILE.c, compile-stdin.c): New variables.
38995         * Makeconfig (object-suffixes-noshared): New variable.
38996
38997         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
38998         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
38999         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
39000         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
39001
39002         [BZ #14132]
39003         * include/sys/time.h (__gettimeofday): Remove macro.
39004         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
39005         * time/gettimeofday.c (__gettimeofday): Remove #undef.
39006         Remove INTDEF.
39007         (__gettimeofday): Add libc_hidden_def.
39008         (gettimeofday): Add libc_hidden_weak.
39009         * sysdeps/mach/gettimeofday.c: Likewise.
39010         * sysdeps/posix/gettimeofday.c: Likewise.
39011         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
39012         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
39013         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
39014         (__gettimeofday_internal): Remove strong_alias.
39015         (__gettimeofday): Add libc_hidden_def.
39016         (gettimeofday): Add libc_hidden_weak.
39017         * sysdeps/unix/syscalls.list (gettimeofday):
39018         Remove __gettimeofday_internal alias.
39019
39020 2012-05-24  Daniel Jacobowitz  <drow@false.org>
39021             H.J. Lu  <hongjiu.lu@intel.com>
39022
39023         [BZ #12495]
39024         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
39025         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
39026         (largebin_index_32_big): New.
39027         (largebin_index): Use it for 16-byte alignment.
39028         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
39029         correction with front_misalign.
39030
39031 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
39032
39033         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
39034         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
39035         Likewise.
39036         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
39037         Likewise.
39038         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
39039         Likewise.
39040         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
39041         Likewise.
39042         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
39043         Likewise.
39044         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
39045         Likewise.
39046         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
39047         Likewise.
39048         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
39049         Likewise.
39050         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
39051         Likewise.
39052         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
39053         Likewise.
39054         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
39055         Likewise.
39056         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
39057         Likewise.
39058
39059         * scripts/data/c++-types-x32-linux-gnu.data: New file.
39060         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
39061
39062 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
39063
39064         [BZ #10846]
39065         [BZ #14036]
39066         * math/libm-test.inc (exp_test): Add test from bug 14036.
39067         (pow_test): Add test from bug 10846.
39068
39069         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
39070         and other flags.
39071         (special_function): Do not include flags in test name.
39072         (parse_args): Likewise.
39073         * sysdeps/i386/fpu/libm-test-ulps: Update.
39074         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
39075         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
39076         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
39077         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39078
39079         * math/gen-libm-test.pl (%beautify): Add entries for underflow
39080         exceptions.
39081         * math/libm-test.inc ("Philosophy"): Update comment about
39082         exception testing.
39083         (UNDERFLOW_EXCEPTION): New macro.
39084         (UNDERFLOW_EXCEPTION_OK): Likewise.
39085         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
39086         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
39087         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
39088         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
39089         (INVALID_EXCEPTION_OK): Update value.
39090         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39091         (OVERFLOW_EXCEPTION_OK): Likewise.
39092         (IGNORE_ZERO_INF_SIGN): Likewise.
39093         (test_exceptions): Handle underflow exceptions.
39094         (acos_test): Update for underflow exception expectations.
39095         (cexp_test): Likewise.
39096         (clog_test): Likewise.
39097         (clog10_test): Likewise.
39098         (csqrt_test): Likewise.
39099         (ctan_test): Likewise.
39100         (ctanh_test): Likewise.
39101         (exp_test): Likewise.
39102         (exp10_test): Likewise.
39103         (exp2_test): Likewise.
39104         (expm1_test): Likewise.
39105         (fma_test): Likewise.
39106         (j0_test): Likewise.
39107         (jn_test): Likewise.
39108         (nexttoward_test): Likewise.
39109         (pow_test): Likewise.
39110         (scalbn_test): Likewise.
39111         (scalbln_test): Likewise.
39112         (tan_test): Likewise.
39113         (y1_test): Likewise.
39114         * sysdeps/i386/fpu/libm-test-ulps: Update.
39115         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39116
39117 2012-05-23  David S. Miller  <davem@davemloft.net>
39118
39119         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39120         (__libc_sigaction): Remove unused local variables.
39121
39122 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39123
39124         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
39125
39126 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
39127
39128         mktime: avoid signed integer overflow
39129         * time/mktime.c (__mktime_internal): Do not mishandle the case
39130         where diff == INT_MIN.
39131
39132         mktime: simplify computation of average
39133         * time/mktime.c (ranged_convert): Use new time_t_avg function
39134         instead of rolling our own (probably-slower) code.
39135
39136         mktime: do not assume signed right shift propagates sign bit
39137         * time/mktime.c (isdst_differ): New static function.
39138         (__mktime_internal): No need to normalize tm_isdst now.
39139         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
39140         tm_isdst values.
39141
39142         mktime: merge another wrapv change from gnulib
39143         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
39144         from some compilers.
39145
39146         mktime: remove incorrect attempt at unusual arithmetics
39147         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
39148         The code didn't really work on such machines anyway.
39149         (TYPE_MINIMUM): Assume two's complement.
39150         (twos_complement_arithmetic): Verify that long_int and time_t
39151         are two's complement (or unsigned, in the latter case).
39152
39153         mktime: check signed shifts on long_int and time_t, too
39154         * time/mktime.c (SHR): Check that shifts work as desired
39155         on the types long_int and time_t too, as SHR is used on
39156         such types.
39157
39158         mktime: do not assume 'long' is wide enough
39159         * time/mktime.c (verify): Move decl up.
39160         (long_int): New type.
39161         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
39162         to remove assumption in the code that 'long' is wide enough to
39163         store year values.  This assumption is not true on x32 and on
39164         some non-glibc platforms.
39165
39166         mktime: merge wrapv change from gnulib
39167         * time/mktime.c (WRAPV): New macro.
39168         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
39169         (guess_time_tm, __mktime_internal): Do not assume that signed
39170         integer overflow wraps around; modern compilers generate code
39171         where this assumption is no longer valid.
39172
39173 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39174
39175         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39176         Replace "jmp L(pseudo_end)" with "ret".
39177         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
39178         Likewise.
39179
39180 2012-05-23  Andreas Jaeger  <aj@suse.de>
39181
39182         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
39183         * sysdeps/unix/sysv/linux/poll.c: Remove file.
39184
39185 2012-05-23  Andreas Jaeger  <aj@suse.de>
39186             Maximilian Attems  <max@stro.at>
39187
39188         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
39189         New macros.
39190
39191 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
39192
39193         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
39194         code so that pseudo_end is just ret and the stack pointer is
39195         correct also for static library in error case.
39196
39197 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
39198
39199         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
39200         move to syscalls.list.
39201         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
39202         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
39203         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
39204         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
39205
39206         * manual/install.texi (Running make install): Do not mention Linux
39207         kernel version for which pt_chown is not needed.
39208         (Linux): Do not mention problems with nscd with 2.0 kernels.
39209         * INSTALL: Regenerated.
39210
39211 2012-05-23  Andreas Jaeger  <aj@suse.de>
39212
39213         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
39214         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
39215         macro.
39216         * sysdeps/unix/sysv/linux/s390/bits/mman.h
39217         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39218         * sysdeps/unix/sysv/linux/sh/bits/mman.h
39219         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39220         * sysdeps/unix/sysv/linux/i386/bits/mman.h
39221         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39222         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
39223         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39224         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
39225         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
39226         * sysdeps/unix/sysv/linux/bits/in.h
39227         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
39228
39229 2012-05-22  Roland McGrath  <roland@hack.frob.com>
39230
39231         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
39232         (PREPARE_VERSION): Just use assert instead, it will be elided
39233         under [NDEBUG] anyway.
39234
39235 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39236
39237         * sysdeps/unix/sysv/linux/Makefile: Include
39238         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
39239         (sysdep_routines): Remove sysctl.
39240         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
39241         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
39242         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
39243         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
39244         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
39245
39246 2012-05-22  Andreas Jaeger  <aj@suse.de>
39247
39248         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
39249         that pseudo_end is just ret and the stack pointer is correct also
39250         for static library in error case.
39251
39252 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
39253
39254         [BZ #14122]
39255         * nss/nsswitch.c (defconfig_entries): New variable.
39256         (__nss_database_lookup): Don't leak defconfig entries.
39257         (nss_parse_service_list): Don't leak on error paths.
39258         (free_database_entries): New function.
39259         (free_defconfig): New function.
39260         (free_mem): Move common code to free_database_entries.
39261
39262 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39263
39264         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
39265         Add arch_prctl.
39266         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
39267
39268         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
39269         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
39270         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
39271         New macro.
39272         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
39273         (INTERNAL_SYSCALL_TYPES): Likewise.
39274         (LOAD_ARGS_TYPES_[1-6]): Likewise.
39275         (LOAD_REGS_TYPES_[1-6]): Likewise.
39276         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
39277         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
39278
39279 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39280
39281         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
39282         copysignl for GLIBC_2_0.
39283         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
39284         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
39285         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
39286         logbl for GLIBC_2_0.
39287         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
39288         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
39289
39290 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39291
39292         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
39293         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39294
39295         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
39296         Use "neg %eax".
39297
39298         * time/mktime.c: Update copyright years.
39299
39300 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
39301
39302         mktime: merge comment-quoting-style change from gnulib
39303         * time/mktime.c: Quote 'like this' in comments.
39304         The GNU coding standards suggest that we no longer quote `like this',
39305         as "`" and "'" are typically rendered asymmetrically nowadays.
39306         The typical gnulib style is to quote 'like this' when quoting
39307         code, and "like this" when quoting English.
39308
39309         * time/mktime.c (compile-command): Add "-I.".
39310
39311         mktime: merge mktime-internal.h change from gnulib
39312         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
39313
39314         mktime: merge time_r change from gnulib
39315         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
39316
39317         mktime: merge DEBUG change from gnulib
39318         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
39319         case system <time.h> has a #define.
39320
39321         mktime: merge <sys/types.h> change from gnulib
39322         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
39323         since <time.t> is now guaranteed to define time_t.
39324
39325         mktime: merge HAVE_CONFIG_H change from gnulib
39326         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
39327
39328 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
39329
39330         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39331         Use "neg %eax".
39332
39333         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
39334         __rlim_t cast.
39335         (struct rusage): Use anonymous union to pad each field to
39336         __syscall_slong_t.
39337
39338 2012-05-21  David S. Miller  <davem@davemloft.net>
39339
39340         * Makefules (o-iterator): Remove .s cases.
39341         (compile-command.s): Delete.
39342         (COMPILE.s): Delete.
39343         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
39344
39345 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
39346
39347         * configure.in (libc_cv_predef_stack_protector): Only consider
39348         "foobar" and "__stack_chk_fail" lines in libc_undefs.
39349         * configure: Regenerated.
39350
39351 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39352
39353         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
39354         New macro.  Use R*LP on int and pointer.
39355         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
39356         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
39357         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
39358         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
39359
39360         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
39361         [__WORDSIZE_TIME64_COMPAT32] instead of
39362         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
39363         (struct utmp): Likewise.
39364         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
39365         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
39366         Renamed to ...
39367         (__WORDSIZE_TIME64_COMPAT32): This.
39368         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
39369         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
39370         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
39371         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
39372         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
39373         (__WORDSIZE_TIME64_COMPAT32): New macro.
39374
39375 2012-05-21  Andreas Jaeger  <aj@suse.de>
39376
39377         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
39378         only if [SHARED]. Add prototype for __wcschr_ia32.
39379
39380 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39381
39382         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
39383         of %rbp unmolested in the jmp_buf while mangling the low bits.
39384         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
39385         unmolested high bits of %rbp while demangling the low bits.
39386         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
39387
39388 2012-05-21  Andreas Jaeger  <aj@suse.de>
39389
39390         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
39391         * sunrpc/svc_simple.c: Use it for registerrpc.
39392         * sunrpc/xcrypt.c: Use it for passwd2des.
39393
39394         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
39395
39396 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39397
39398         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
39399         Don't define if [__SYSCALL_WORDSIZE != 32].
39400         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
39401         New macro.
39402
39403 2012-05-21  Bruno Haible  <bruno@clisp.org>
39404             Andreas Jaeger  <aj@suse.de>
39405
39406         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
39407         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
39408         inptr and inend for must_buffer_ch.
39409         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
39410         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
39411         * stdio-common/Makefile (tests): Remove bug15.
39412         (bug15-ENV): Remove macro.
39413         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
39414         anymore.
39415
39416 2012-05-19  Andreas Jaeger  <aj@suse.de>
39417             Roland McGrath  <roland@hack.frob.com>
39418
39419         * manual/contrib.texi: Completely rewritten. It contains now an
39420         alphabetical list of contributors and their contributions.
39421
39422 2012-05-21  Richard Henderson  <rth@twiddle.net>
39423
39424         * misc/getauxval.c (__getauxval): Use unsigned long int.
39425         * misc/sys/auxv.h: Include <sys/cdefs.h>.
39426         (getauxval): Use unsigned long int.
39427
39428 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
39429
39430         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
39431
39432 2012-05-21  Roland McGrath  <roland@hack.frob.com>
39433
39434         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
39435         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
39436         __alignof__ (long double).
39437
39438 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39439
39440         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39441
39442 2012-05-20  Richard Henderson  <rth@twiddle.net>
39443
39444         * misc/getauxval.c: New file.
39445         * misc/sys/auxv.h: New file.
39446         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
39447         (routines): Add getauxval.
39448         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
39449         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
39450         * elf/dl-sysdep.c (_dl_auxv): Remove.
39451         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
39452         * elf/dl-support.c (_dl_auxv): New variable.
39453         (_dl_aux_init): Initialize it.
39454         * manual/startup.texi (Auxiliary Vector): New node.
39455         * sysdeps/generic/bits/hwcap.h: New file.
39456         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
39457         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
39458         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
39459         * sysdeps/sparc/sysdep.h: ... here.  Include it.
39460         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
39461         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
39462         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
39463         Update.
39464         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
39465         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
39466         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
39467         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
39468         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39469         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
39470         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
39471         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
39472
39473 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39474
39475         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39476
39477 2012-05-19  David S. Miller  <davem@davemloft.net>
39478
39479         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39480
39481 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39482
39483         [BZ #14123]
39484         * math/s_ccosh.c: Include <float.h>
39485         (__ccosh): Avoid internal overflow calculating sinh and cosh
39486         values before multiplying by sin and cos values.
39487         * math/s_ccoshf.c: Likewise.
39488         * math/s_ccoshl.c: Likewise.
39489         * math/s_csin.c: Likewise.
39490         * math/s_csinf.c: Likewise.
39491         * math/s_csinl.c: Likewise.
39492         * math/s_csinh.c: Likewise.
39493         * math/s_csinhf.c: Likewise.
39494         * math/s_csinhl.c: Likewise.
39495         * math/libm-test.inc (ccos_test): Add more tests.
39496         (ccosh_test): Likewise.
39497         (csin_test): Likewise.
39498         (csinh_test): Likewise.
39499         * sysdeps/i386/fpu/libm-test-ulps: Update.
39500         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39501
39502 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
39503
39504         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
39505         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
39506
39507         * sysdeps/x86_64/x32/_itoa.h: Add comment.
39508
39509 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
39510
39511         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
39512         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
39513         * sysdeps/powerpc/soft-fp/Versions: Likewise.
39514         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
39515         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
39516         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
39517         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
39518         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
39519         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
39520         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
39521         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
39522         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
39523         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
39524         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
39525         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
39526         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
39527         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
39528         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
39529         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
39530         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
39531         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
39532         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
39533         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
39534         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
39535         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
39536         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
39537         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
39538         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
39539         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
39540         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
39541         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
39542
39543 2012-05-18  Andreas Jaeger  <aj@suse.de>
39544
39545         * csu/.gitignore: Delete.
39546
39547 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39548
39549         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
39550         (timex): Use __syscall_slong_t.
39551
39552 2012-05-18  Andreas Jaeger  <aj@suse.de>
39553             Carlos O'Donell  <carlos_odonell@mentor.com>
39554
39555         * manual/install.texi (Configuring and compiling): Update
39556         description about files modified in the source directory.
39557         * INSTALL: Regenerated.
39558
39559 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39560
39561         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
39562         value.  Use "or" to set return value to -1.
39563         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
39564         negate return value.
39565
39566 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
39567
39568         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
39569         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
39570         failure if the compiler has Graphite support disabled.
39571         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
39572         Likewise.
39573         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
39574         (CFLAGS-memmove.c): Likewise.
39575         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
39576         Likewise.
39577
39578 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
39579
39580         * sysdeps/x86_64/x32/_itoa.h: New file.
39581
39582         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
39583         getdents system call only if kernel and user dirents have the
39584         same d_ino and d_off.
39585
39586         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39587         LLONG_MAX != LONG_MAX.
39588         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39589         (_fitoa_word): Likewise.
39590
39591         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39592         years.
39593         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39594         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39595         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39596
39597         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39598         include <bits/wordsize.h>.  Check __x86_64__ instead of
39599         __WORDSIZE.
39600         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39601         if __x86_64__ is defined.  Use anonymous union on fpstate.
39602
39603         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39604         anonymous union.
39605
39606 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
39607
39608         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39609         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39610         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39611         Refer to _rtld_local_ro instead of _rtld_global_ro.
39612         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39613         Likewise.
39614         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39615         Likewise.
39616         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39617         Likewise.
39618         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39619         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39620         of _rtld_global, and rtld_progname instead of _dl_argv[0].
39621
39622         * sysdeps/powerpc/powerpc32/dl-machine.c
39623         (__elf_machine_runtime_setup) [PROF]: Don't reference
39624         _dl_prof_resolve.
39625
39626 2012-05-18  Andreas Jaeger  <aj@suse.de>
39627
39628         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39629         function only available for GCCs before 3.4 since GCC 3.4
39630         introduced a builtin.
39631         (lrint): Likewise.
39632         (llrintf): Likewise.
39633         (llrint): Likewise.
39634         (fmaxf): Likewise.
39635         (fmax): Likewise.
39636         (fminf): Likewise.
39637         (fmin): Likewise.
39638         (rint): Likewise.
39639         (rintf): Likewise.
39640         (nearbyint): Likewise.
39641         (nearbyintf): Likewise.
39642         (ceil): Likewise.
39643         (ceilf): Likewise.
39644         (floor): Likewise.
39645         (floorf): Likewise.
39646
39647 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39648
39649         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39650         on both fields and cast pointer to __syscall_ulong_t.
39651
39652         * bits/types.h (__fsword_t): New type.
39653         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39654         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39655         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39656         (__FSWORD_T_TYPE): Likewise.
39657         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39658         (__FSWORD_T_TYPE): Likewise.
39659         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39660         (__FSWORD_T_TYPE): Likewise.
39661         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39662         (__FSWORD_T_TYPE): Likewise.
39663         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39664         __SWORD_TYPE with __fsword_t.
39665         (statfs64): Likewise.
39666
39667 2012-05-17  David S. Miller  <davem@davemloft.net>
39668
39669         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39670
39671 2012-05-17  Andreas Jaeger  <aj@suse.de>
39672
39673         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39674         warning.
39675
39676 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39677
39678         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39679
39680 2012-05-17  Andreas Jaeger  <aj@suse.de>
39681
39682         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39683         when it is used.
39684
39685 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39686
39687         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39688
39689 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39690
39691         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39692         * sysdeps/x86_64/tst-mallocalign1.c: New file.
39693
39694 2012-05-17  Andreas Jaeger  <aj@suse.de>
39695             Carlos O'Donell  <carlos_odonell@mentor.com>
39696
39697         [BZ #14059]
39698         * sysdeps/x86_64/multiarch/init-arch.h
39699         (bit_YMM_Usable): Rename to...
39700         (bit_AVX_Usable): ... this.
39701         (bit_FMA4_Usable): New macro.
39702         (bit_XMM_state): New macro.
39703         (bit_YMM_state): New macro.
39704         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39705         [__ASSEMBLER__] (index_AVX_Usable): ... this.
39706         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39707         (CPUID_OSXSAVE): New macro.
39708         (CPUID_AVX): New macro.
39709         (CPUID_FMA4): New macro.
39710         (index_YMM_Usable): Rename to...
39711         (index_AVX_Usable): ... this.
39712         (HAS_AVX): Use HAS_ARCH_FEATURE.
39713         (HAS_FMA4): Likewise.
39714         (HAS_YMM_USABLE): Remove.
39715         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39716         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39717         are present.
39718         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39719         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39720         * sysdeps/x86_64/multiarch/Makefile: Likewise.
39721         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39722         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39723
39724 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39725
39726         * math/libm-test.c: Support platforms without multiple rounding modes.
39727         * math/bug-nextafter.c: Support platforms without FP exceptions.
39728         * math/bug-nexttoward.c: Likewise.
39729         * math/test-fenv.c: Likewise.
39730         * math/test-misc.c: Likewise.
39731         * stdlib/bug-getcontext.c: Likewise.
39732
39733 2012-05-17  Andreas Jaeger  <aj@suse.de>
39734
39735         * manual/examples/search.c (critter_cmp): Change signature to
39736         avoid warnings.
39737         * manual/string.texi (Collation Functions): Likewise.
39738
39739 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39740
39741         * bits/types.h: Fold copyright years.
39742         * bits/typesizes.h: Likewise.
39743         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39744         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39745         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39746         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
39747         * time/time.h: Likewise.
39748
39749 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
39750
39751         [BZ #208]
39752         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
39753         in instead of returning them.  Return void.
39754         (__libc_mallinfo): Accumulate over all arenas.
39755         (__malloc_stats): Adjust for change in int_mallinfo interface.
39756
39757 2012-05-16  Roland McGrath  <roland@hack.frob.com>
39758
39759         [BZ #10375]
39760         * configure.in (NM): Add AC_CHECK_TOOL for it.
39761         (libc_extra_cflags): New substituted variable.
39762         Check for -fstack-protector being used implicitly.
39763         * configure: Regenerated.
39764         * config.make.in (config-extra-cflags): New variable,
39765         gets @libc_extra_cflags@.
39766         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
39767
39768         [BZ #10375]
39769         * configure.in: Check for _FORTIFY_SOURCE being predefined.
39770         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
39771         * configure: Regenerated.
39772         * config.make.in (CPPUNDEFS): New substituted variable.
39773         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
39774         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
39775         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
39776
39777 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39778
39779         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
39780         (mq_attr): Use __syscall_slong_t.
39781
39782 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39783
39784         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
39785         Check __x86_64__ instead of __WORDSIZE.
39786         (_STAT_VER_LINUX): Likewise.
39787         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
39788         __syscall_ulong_t and __syscall_slong_t.
39789         (stat64): Likewise.
39790
39791 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39792
39793         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
39794
39795 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39796
39797         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
39798
39799 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39800
39801         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
39802         __syscall_ulong_t.
39803
39804         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
39805         include <bits/wordsize.h>.  Check __x86_64__ instead of
39806         __WORDSIZE.
39807         (greg_t): Use "__extension__ long long int" if __x86_64__ is
39808         defined.
39809         (mcontext_t): Replace "unsigned long" with "unsigned long long".
39810
39811         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
39812         include <bits/wordsize.h>.  Check __x86_64__ instead of
39813         __WORDSIZE.
39814         (user_regs_struct): Use "__extension__ unsigned long long"
39815         instead of "unsigned long" if __x86_64__ is defined.
39816         (user): Likewise.  Pad after pointer field if __ILP32__ is
39817         defined.
39818
39819 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
39820
39821         * configure.in (makeinfo): Require version 4.5 or later.  Allow
39822         versions 5 to 9.
39823         * configure: Regenerated.
39824         * manual/install.texi (texinfo): Increase version requirement to
39825         4.5 or later.
39826         * INSTALL: Regenerated.
39827
39828         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
39829
39830 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39831
39832         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
39833
39834         * sysdeps/x86_64/x32/ffs.c: New file.
39835
39836         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
39837         __syscall_ulong_t.
39838         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
39839         defined.  Use __syscall_ulong_t.
39840         (shminfo): Use __syscall_ulong_t.
39841         (shm_info): Likewise.
39842
39843         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
39844         __syscall_ulong_t.
39845
39846         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
39847         <bits/wordsize.h>.
39848         (msgqnum_t): Use __syscall_ulong_t.
39849         (msglen_t): Likewise.
39850         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
39851         __syscall_ulong_t.
39852
39853         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
39854         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39855
39856         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
39857
39858         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
39859         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
39860
39861         * sysvipc/sys/msg.h (msgbuf): Replace long int with
39862         __syscall_slong_t.
39863
39864         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
39865         include <bits/wordsize.h>.  Check __x86_64__ instead of
39866         __WORDSIZE.
39867
39868         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
39869         "unsigned long long int" if __x86_64__ is defined.
39870         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
39871
39872         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
39873         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39874         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
39875
39876         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
39877         <stdint.h>.
39878         (GET_PC): Cast to uintptr_t first.
39879         (GET_FRAME): Likewise.
39880         (GET_STACK): Likewise.
39881
39882         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
39883         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
39884         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
39885         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
39886         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
39887         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
39888         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
39889         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
39890         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
39891         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
39892         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
39893         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
39894         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39895         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
39896         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
39897         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
39898         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
39899         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
39900         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
39901         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
39902         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
39903         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
39904         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
39905         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
39906         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
39907         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
39908         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
39909         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
39910         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
39911
39912 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
39913
39914         * Makerules (+depfiles): Also collect depfiles from .oS in
39915         $(extra-objs).
39916         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
39917         .oS, $(libnldbl-routines)).
39918
39919         * Makerules (native-compile-mkdep-flags): Define.
39920         * sunrpc/Makefile (extra-objs): Add $(addprefix
39921         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
39922         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
39923         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
39924         calling $(make-target-directory).
39925
39926 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39927
39928         * bits/types.h (__snseconds_t): Removed.
39929         * time/time.h (struct timespec): Replace __snseconds_t with
39930         __syscall_slong_t.
39931         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
39932         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
39933         Likewise.
39934         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39935         (__SNSECONDS_T_TYPE): Likewise.
39936         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39937         (__SNSECONDS_T_TYPE): Likewise.
39938         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39939         (__SNSECONDS_T_TYPE): Likewise.
39940
39941 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39942
39943         * sysdeps/mach/hurd/bits/typesizes.h
39944         (__SYSCALL_SLONG_TYPE): New macro.
39945         (__SYSCALL_ULONG_TYPE): Likewise.
39946
39947 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39948
39949         * bits/types.h (__syscall_slong_t): New type.
39950         (__syscall_ulong_t): Likewise.
39951
39952         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
39953         (__SYSCALL_ULONG_TYPE): Likewise.
39954         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39955         (__SYSCALL_SLONG_TYPE): Likewise.
39956         (__SYSCALL_ULONG_TYPE): Likewise.
39957         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39958         (__SYSCALL_SLONG_TYPE): Likewise.
39959         (__SYSCALL_ULONG_TYPE): Likewise.
39960         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39961         (__SYSCALL_SLONG_TYPE): Likewise.
39962         (__SYSCALL_ULONG_TYPE): Likewise.
39963
39964 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39965
39966         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
39967         Add sigaltstack-offsets.sym.
39968         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
39969         <sigaltstack-offsets.h>.
39970         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
39971         longjmp_msg pointer.
39972         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
39973         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
39974         signal stack.
39975         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
39976
39977 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39978
39979         * elf/stackguard-macros.h: Remove file.
39980         * sysdeps/generic/stackguard-macros.h: New file.
39981         * sysdeps/i386/stackguard-macros.h: Likewise.
39982         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
39983         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
39984         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
39985         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
39986         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
39987         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
39988         * sysdeps/x86_64/stackguard-macros.h: Likewise.
39989         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
39990         <elf/stackguard-macros.h>.
39991
39992         [BZ #14109]
39993         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
39994         __aligned__ in attribute.
39995         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
39996         (gregset_t): Likewise.
39997
39998 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39999
40000         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
40001         * sysdeps/x86_64/64/Implies-after: Here.  New file.
40002         * sysdeps/x86_64/x32/Implies-after: New file.
40003
40004 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40005
40006         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
40007         and access return value for _dl_profile_fixup.  Use R10_LP to
40008         load frame size.
40009
40010 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40011
40012         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
40013
40014 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40015
40016         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
40017         * sysdeps/x86_64/x32/sysdep.h: New file.
40018
40019 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40020
40021         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
40022         * sysdeps/x86_64/setjmp.S: Likewise.
40023
40024 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40025
40026         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
40027         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
40028         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
40029         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
40030         remove unused global constant.
40031
40032 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
40033
40034         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
40035         include of <not-cancel.h>.
40036
40037 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40038
40039         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
40040
40041 2012-05-15  Jeff Law  <law@redhat.com>
40042             Andreas Jaeger  <aj@suse.de>
40043
40044         [BZ #13594]
40045         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
40046         out from...
40047         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
40048         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
40049         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
40050         code changing __hst_map_handle.map.
40051
40052 2012-05-15  Roland McGrath  <roland@hack.frob.com>
40053
40054         * configure.in (sysnames): Look for Implies-before and Implies-after
40055         files.
40056         * configure: Regenerated.
40057
40058 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40059
40060         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
40061         8-byte data alignment with LP_SIZE alignment.
40062
40063 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40064
40065         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
40066         into R10_LP.
40067
40068 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40069
40070         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
40071
40072 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40073
40074         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
40075         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
40076         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
40077         Likewise.
40078         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40079
40080 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40081
40082         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
40083         (stackinfo_sub_sp): Likewise.
40084
40085 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40086
40087         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
40088         RAX_LP.
40089
40090 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40091
40092         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
40093         into R*_LP.
40094
40095 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40096
40097         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
40098         sizes into R*_LP.
40099
40100 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40101
40102         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
40103
40104 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40105
40106         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
40107         into R11_LP and load __x86_64_shared_cache_size_half into
40108         R8_LP.
40109
40110 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
40111
40112         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
40113         R8_LP.
40114
40115 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40116
40117         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
40118         logb for POWER7.
40119         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
40120         logbf for POWER7.
40121         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
40122         logbl for POWER7.
40123         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
40124         powerpc32/power7/fpu/s_logb.c via #include.
40125         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
40126         powerpc32/power7/fpu/s_logbf.c via #include.
40127         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
40128         powerpc32/power7/fpu/s_logbl.c via #include.
40129
40130 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
40131
40132         * README.libm: Remove file.
40133
40134 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40135
40136         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
40137         count for x32.  Use R*_LP and omit operand-size suffix.
40138
40139 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40140
40141         * shlib-versions: Move x86_64-.*-linux.* entries to ...
40142         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
40143         * sysdeps/x86_64/x32/shlib-versions: New file.
40144
40145 2012-05-14  Roland McGrath  <roland@hack.frob.com>
40146
40147         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
40148         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
40149         Use _dl_fatal_printf instead.
40150
40151 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40152
40153         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
40154         set if not set by the user.  Do not allow for being unset.
40155         * sysdeps/unix/sysv/linux/configure: Regenerated.
40156
40157 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40158
40159         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
40160         the `q' suffix from lea and replace .quad with ASM_ADDR.
40161
40162 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40163
40164         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
40165         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
40166         instead of $17.
40167         (PTR_DEMANGLE): Likewise.
40168
40169 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40170
40171         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
40172         (LP_OP): Likewise.
40173         (ASM_ADDR): Likewise.
40174         (RAX_LP): Likewise.
40175         (RBP_LP): Likewise.
40176         (RBX_LP): Likewise.
40177         (RCX_LP): Likewise.
40178         (RDI_LP): Likewise.
40179         (RSI_LP): Likewise.
40180         (RSP_LP): Likewise.
40181         (R8_LP): Likewise.
40182         (R9_LP): Likewise.
40183         (R10_LP): Likewise.
40184         (R10_LP): Likewise.
40185         (R11_LP): Likewise.
40186         (R12_LP): Likewise.
40187         (R13_LP): Likewise.
40188         (R14_LP): Likewise.
40189         (R15_LP): Likewise.
40190
40191 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40192
40193         * sysdeps/x86_64/x32/dl-machine.h: New file.
40194
40195 2012-05-14  Andreas Jaeger  <aj@suse.de>
40196
40197         * manual/Makefile (subdir): Remove export of subdir.
40198         (all): Remove target.
40199         (.PHONY): Remove all from list.
40200         (mkinstalldirs): Remove.
40201         (.PHONY): Remove installdirs from list.
40202         ($(inst_infodir)/libc.info): Use make-target-directory.
40203         (installdirs): Remove.
40204         (subdir_%): Remove.
40205         (glibc-targets): Remove.
40206         (lib): Remove.
40207         (stubs): Remove.
40208         ($(objpfx)stubs ../po/manual.pot): Remove.
40209         ($(objpfx)stamp%): Remove.
40210         (make-target-directory): Remove.
40211         (subdir_install): Remove.
40212         (routines): Remove.
40213         (aux): Remove.
40214         (sources): Remove.
40215         (objects): Remove.
40216         (headers): Remove.
40217
40218         [BZ #13750]
40219         * manual/.gitignore: Remove, it's not needed anymore.
40220         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
40221         all files in it.
40222         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
40223         directory.
40224         (texis): Renamed to $(objpfx)texis.
40225         (texis-path): New, contains path to generated files.
40226         (chapters.%): Use texis-path for complete path, add extra argument
40227         libc-texinfo.sh.
40228         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
40229         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
40230         (summary,texi, stamp-summary): Use complete path of
40231         files. Generate files in build dir.
40232         (dir-add.texi): Build in build dir.
40233         (libm-err.texi,stamp-libm-err): Likewise.
40234         (version.texi, stamp-version): Likewise.
40235         (.%c.texi): Likewise.
40236         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
40237         (mostlyclean): Remove target.
40238         (realclean): Remove target.
40239         (generated): Add new variable with contents from mostlyclean and
40240         realclean, remove entries duplicated in common-mostlyclean, add
40241         stamp-libm-err and stamp-version.
40242         (generated-dirs): Add libc directory.
40243         ($(inst_infodir)/libc.info): Install files from build dir.
40244
40245         * manual/install.texi (Configuring and compiling): Adjust since
40246         the info files are not part of the tar ball anymore.
40247
40248 2012-05-14  Andreas Jaeger  <aj@suse.de>
40249
40250         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
40251         variable.
40252
40253 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
40254
40255         [BZ #13717]
40256         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
40257         to 2.2.0 where earlier.
40258         * sysdeps/unix/sysv/linux/configure: Regenerated.
40259         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
40260         Remove conditional code.
40261         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
40262         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
40263         Remove conditional code.
40264         [!__NR_lchown]: Likewise.
40265         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40266         [__NR_lchown]: Likewise.
40267         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
40268         comment referencing __ASSUME_LCHOWN_SYSCALL.
40269         * sysdeps/unix/sysv/linux/i386/sigaction.c
40270         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40271         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40272         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
40273         Remove conditional code.
40274         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
40275         (__protocol_available): Remove #if 0 code.
40276         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
40277         conditional code.
40278         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
40279         * sysdeps/unix/sysv/linux/kernel-features.h
40280         (__ASSUME_GETCWD_SYSCALL): Don't define.
40281         (__ASSUME_REALTIME_SIGNALS): Likewise.
40282         (__ASSUME_PREAD_SYSCALL): Likewise.
40283         (__ASSUME_PWRITE_SYSCALL): Likewise.
40284         (__ASSUME_POLL_SYSCALL): Likewise.
40285         (__ASSUME_LCHOWN_SYSCALL): Likewise.
40286         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
40287         non-SPARC.
40288         (__ASSUME_SIOCGIFNAME): Don't define.
40289         (__ASSUME_MSG_NOSIGNAL): Likewise.
40290         (__ASSUME_SENDFILE): Define unconditionally.
40291         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
40292         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
40293         conditional code.
40294         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
40295         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
40296         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40297         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40298         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
40299         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
40300         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
40301         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
40302         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40303         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40304         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
40305         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40306         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40307         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
40308         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40309         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40310         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
40311         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40312         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40313         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
40314         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40315         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40316         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
40317         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
40318         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40319         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
40320         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40321         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40322         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
40323         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40324         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40325         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
40326         Remove conditional code.
40327         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40328         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40329         Remove conditional code.
40330         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40331         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
40332         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
40333         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40334         Remove conditional code.
40335         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40336         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
40337         Remove conditional code.
40338         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40339         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
40340         Remove conditional code.
40341         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40342         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
40343         Remove conditional code.
40344         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
40345         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
40346         Remove conditional code.
40347         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40348         * sysdeps/unix/sysv/linux/sh/pwrite64.c
40349         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
40350         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
40351         * sysdeps/unix/sysv/linux/sigaction.c
40352         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40353         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40354         * sysdeps/unix/sysv/linux/sigpending.c
40355         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40356         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40357         * sysdeps/unix/sysv/linux/sigprocmask.c
40358         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40359         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40360         * sysdeps/unix/sysv/linux/sigsuspend.c
40361         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
40362         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
40363         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
40364         (__libc_missing_rt_sigs): Remove.
40365         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
40366         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
40367         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
40368         Remove conditional code.
40369         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
40370         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
40371         return 1.
40372         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
40373         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
40374         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
40375         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
40376
40377 2012-05-14  Andreas Jaeger  <aj@suse.de>
40378
40379         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
40380         it's not used in glibc.
40381         (__coshm1): Likewise.
40382         (__acosh1p): Likewise.
40383         (__sgn): Likewise.
40384
40385         * manual/string.texi (Copying and Concatenation): Add missing
40386         variable in concat example.
40387         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
40388
40389 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40390
40391         [BZ #14103]
40392         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
40393         __builtin_clzl with __builtin_clzll.
40394
40395 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
40396
40397         [BZ #14104]
40398         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
40399         libc_freeres_ptr.
40400
40401 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40402
40403         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
40404         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
40405         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
40406         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
40407
40408 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
40409
40410         * NEWS: Update ia64 info.
40411
40412 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
40413
40414         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
40415         used as bcopy.
40416
40417 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
40418
40419         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
40420         * sysdeps/unix/syscalls.list (dup3): Likewise.
40421         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
40422         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
40423
40424 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40425
40426         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
40427         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
40428
40429 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
40430
40431         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
40432         thread pointer.
40433         (TLS_IE): Use mov/add instead of movq/addq to load thread
40434         pointer.
40435         (TLS_GD_PREFIX): New.
40436         (TLS_GD): Use it.
40437
40438 2012-05-11  David S. Miller  <davem@davemloft.net>
40439
40440         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
40441         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
40442         (_FPU_SETCW): Likewise.
40443
40444 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40445
40446         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
40447         is 32-byte aligned.
40448
40449 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
40450
40451         [BZ #11837]
40452         * iconvdata/gb18030.c: Update tables.
40453         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
40454         characters specially.
40455         (BODY for TO_LOOP): Add encoding of missing ranges.
40456
40457 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
40458
40459         [BZ #13673]
40460         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
40461         * sysdeps/mach/hurd/dup3.c: Likewise.
40462         * sysdeps/mach/hurd/readlinkat.c: Likewise.
40463         * sysdeps/powerpc/memmove.c:: Likewise.
40464
40465 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40466
40467         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
40468         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
40469
40470 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40471
40472         * elf/elf.h (R_X86_64_RELATIVE64): New.
40473         (R_X86_64_NUM): Updated.
40474         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
40475         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
40476         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
40477         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
40478         tst-quad1pie tst-quad2pie
40479         (modules-names): Add tst-quadmod1 tst-quadmod2.
40480         ($(objpfx)tst-quad1): New dependency.
40481         ($(objpfx)tst-quad2): Likewise.
40482         ($(objpfx)tst-quad1pie): Likewise.
40483         ($(objpfx)tst-quad2pie): Likewise.
40484         * sysdeps/x86_64/tst-quad1.c: New file.
40485         * sysdeps/x86_64/tst-quad1pie.c: New file.
40486         * sysdeps/x86_64/tst-quad2.c: Likewise.
40487         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
40488         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
40489         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
40490         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
40491         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
40492
40493 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40494
40495         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
40496         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
40497         * streams/stropts.h (t_scalar_t): Define type.
40498
40499         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
40500         (_PATH_PRESERVE): Set to "/var/lib".
40501         (_PATH_RWHODIR): Set to "/var/spool/rwho".
40502
40503         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
40504         instead of int.
40505
40506         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
40507         if __dir_mkfile succeeded.
40508
40509         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
40510         checking for _hurd_dtablesize.  Unlock it right after having
40511         finished _hurd_dtable allocation.
40512
40513 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40514
40515         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
40516         * sysdeps/mach/hurd/configure: Regenerated.
40517         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
40518         special-casing to...
40519         * sysdeps/gnu/configure.in: ... this new file.
40520         * sysdeps/unix/sysv/linux/configure: Regenerated.
40521         * sysdeps/gnu/configure: New generated file.
40522
40523         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
40524         for Linux: use nsec instead of usec, as well as:
40525         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
40526         members of type struct timespec.
40527         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
40528         New macros.
40529         (struct stat64): Likewise.
40530         (_STATBUF_ST_NSEC): New macro.
40531         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
40532
40533         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40534         __strtoul_internal rather than strtoul.
40535
40536 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40537
40538         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
40539         and reject them.
40540
40541 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40542
40543         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
40544         which preserves existing values.
40545         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
40546
40547 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40548
40549         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
40550         TIMEOUT values.  Return EINVAL for NFDS values either negative or
40551         greater than FD_SETSIZE.
40552
40553 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40554
40555         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
40556         allocated, call __vm_protect to finish enabling the existing space, and
40557         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
40558         allocate the remainder.
40559
40560 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40561
40562         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
40563         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
40564
40565 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40566
40567         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
40568         sysdeps/mach/hurd/readlink.c.
40569
40570         * posix/tst-sysconf.c (posix_options): Only use
40571         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
40572         _POSIX_SYNCHRONIZED_IO when they are defined
40573         * sysdeps/mach/hurd/bits/posix_opt.h:
40574         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
40575         (_XOPEN_REALTIME): Undefine macro.
40576         (_XOPEN_REALTIME_THREADS): Undefine macro.
40577         (_XOPEN_SHM): Undefine macro.
40578         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
40579         macro to -1.
40580         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
40581         macro to -1.
40582         (_POSIX_ASYNC_IO): Undefine macro.
40583         (_POSIX_PRIORITIZED_IO): Undefine macro.
40584         (_POSIX_SPIN_LOCKS): Define macro to -1.
40585
40586         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40587         SA_NODEFER, SA_RESETHAND.
40588         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40589         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40590         F_DUPFD_CLOEXEC.
40591
40592 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40593
40594         * elf/Makefile (pldd-modules): Define unconditionally.
40595
40596 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40597
40598         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40599
40600 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40601
40602         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40603         Return ENOENT when name is empty.
40604         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40605
40606 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40607
40608         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40609
40610         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40611
40612 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40613
40614         Fix mlock in all cases except non-readable pages.
40615         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40616         instead of VM_PROT_ALL as parameter to __vm_wire function.
40617
40618         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40619         (__mkdir): When path is `/', just fail with EEXIST.
40620         * sysdeps/mach/hurd/mkdirat.c: Likewise.
40621
40622 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40623
40624         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40625         <sys/uio.h> (for writev).
40626         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40627         and <sys/param.h> (for MIN).
40628
40629 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40630
40631         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40632         REQUESTED_TIME.  Properly set the remaining time and return EINTR
40633         if interrupted.
40634
40635 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40636
40637         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40638         Depend on against $(link-rpcuserlibs).
40639
40640 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40641
40642         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40643         (__libc_stack_end): Do not use attribute_relro.
40644         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40645         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
40646         to libthread-provided value.
40647         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
40648         attribute_relro.
40649
40650 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40651
40652         [BZ #3748]
40653         * bits/libc-lock.h (__libc_once_get): New macro.
40654         * sysdeps/mach/bits/libc-lock.h: Likewise.
40655         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40656         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40657         instead of using implementation details.
40658
40659         * libio/fileops.c: Unconditionally include <kernel-features.h>.
40660         * libio/freopen.c: Likewise.
40661         * libio/freopen64.c: Likewise.
40662         * misc/syslog.c: Likewise.
40663         * nscd/connections.c: Likewise.
40664         * nscd/netgroupcache.c: Likewise.
40665         * sysdeps/posix/getcwd.c: Likewise.
40666
40667 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40668
40669         * math/w_ilogbf.c: Add #include <limits.h>.
40670
40671 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40672
40673         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
40674         path instead of returning without unlocking.
40675
40676         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40677         immediate-write ioctls.
40678         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40679
40680 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40681
40682         * sysdeps/mach/hurd/i386/init-first.c (init): Use
40683         __builtin_frame_address instead of making assumptions about the
40684         location of the return address relative to DATA.  Force early load of
40685         the return address.
40686         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40687         __builtin_frame_address.
40688
40689         dup3 for GNU Hurd.
40690         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40691         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
40692         implement dup3 and do some further code clean-ups.
40693         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40694         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40695
40696 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40697
40698         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40699
40700         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40701         HURD_CRITICAL_END around holding _hurd_dtable_lock.
40702         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40703         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40704         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40705         d->port.lock.
40706
40707         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40708         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
40709         when handler == SIG_ERR, not when handler != SIG_ERR.
40710
40711 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40712
40713         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40714         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40715         definitions.
40716
40717         accept4 for GNU Hurd.
40718         * include/sys/socket.h (__libc_accept4): New prototype.
40719         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
40720         to implement __libc_accept4.
40721         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40722         __libc_accept4.
40723         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40724
40725         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40726         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40727         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40728         signal-defines.sym.
40729
40730 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40731
40732         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
40733
40734 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40735
40736         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40737         assertion on O_CLOEXEC flag.
40738         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40739         * hurd/intern-fd.c: Likewise.
40740         * hurd/port2fd.c: Likewise.
40741
40742 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40743
40744         [BZ #3906]
40745         * bits/in.h (IPV6_PKTINFO): Define new macro.
40746         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
40747
40748 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40749
40750         [BZ #13954]
40751         [BZ #13955]
40752         [BZ #13956]
40753         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
40754         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40755         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
40756         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40757         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40758         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40759         * math/libm-test.inc (logb_test) : Additional logb tests.
40760
40761 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
40762             Andreas Jaeger  <aj@suse.de>
40763
40764         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
40765         * configure: Regenerated.
40766         * config.h.in (LINK_OBSOLETE_RPC): New macro.
40767         * config.make.in (link-obsolete-rpc): New substituted variable.
40768         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
40769         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
40770         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40771         (shared-only-routines): Don't set it under [link-obsolete-rpc],
40772         so that libc.a contains the symbols.
40773         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40774         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
40775         * sunrpc/auth_none.c: Likewise.
40776         * sunrpc/auth_unix.c: Likewise.
40777         * sunrpc/authdes_prot.c: Likewise.
40778         * sunrpc/authuxprot.c: Likewise.
40779         * sunrpc/clnt_gen.c: Likewise.
40780         * sunrpc/clnt_perr.c: Likewise.
40781         * sunrpc/clnt_raw.c: Likewise.
40782         * sunrpc/clnt_simp.c: Likewise.
40783         * sunrpc/clnt_tcp.c: Likewise.
40784         * sunrpc/clnt_udp.c: Likewise.
40785         * sunrpc/clnt_unix.c: Likewise.
40786         * sunrpc/des_crypt.c: Likewise.
40787         * sunrpc/des_soft.c: Likewise.
40788         * sunrpc/get_myaddr.c: Likewise.
40789         * sunrpc/key_call.c: Likewise.
40790         * sunrpc/key_prot.c: Likewise.
40791         * sunrpc/netname.c: Likewise.
40792         * sunrpc/pm_getmaps.c: Likewise.
40793         * sunrpc/pm_getport.c: Likewise.
40794         * sunrpc/pmap_clnt.c: Likewise.
40795         * sunrpc/pmap_prot.c: Likewise.
40796         * sunrpc/pmap_prot2.c: Likewise.
40797         * sunrpc/pmap_rmt.c: Likewise.
40798         * sunrpc/publickey.c: Likewise.
40799         * sunrpc/rpc_cmsg.c: Likewise.
40800         * sunrpc/rpc_common.c: Likewise.
40801         * sunrpc/rpc_dtable.c: Likewise.
40802         * sunrpc/rpc_prot.c: Likewise.
40803         * sunrpc/rpc_thread.c: Likewise.
40804         * sunrpc/rtime.c: Likewise.
40805         * sunrpc/svc.c: Likewise.
40806         * sunrpc/svc_auth.c: Likewise.
40807         * sunrpc/svc_raw.c: Likewise.
40808         * sunrpc/svc_run.c: Likewise.
40809         * sunrpc/svc_tcp.c: Likewise.
40810         * sunrpc/svc_udp.c: Likewise.
40811         * sunrpc/svc_unix.c: Likewise.
40812         * sunrpc/svcauth_des.c: Likewise.
40813         * sunrpc/xcrypt.c: Likewise.
40814         * sunrpc/xdr.c: Likewise.
40815         * sunrpc/xdr_array.c: Likewise.
40816         * sunrpc/xdr_float.c: Likewise.
40817         * sunrpc/xdr_intXX_t.c: Likewise.
40818         * sunrpc/xdr_mem.c: Likewise.
40819         * sunrpc/xdr_rec.c: Likewise.
40820         * sunrpc/xdr_ref.c: Likewise.
40821         * sunrpc/xdr_sizeof.c: Likewise.
40822         * sunrpc/xdr_stdio.c: Likewise.
40823
40824 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40825
40826         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
40827         change.  Update copyright years.
40828
40829 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40830
40831         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
40832
40833 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
40834             Joseph Myers  <joseph@codesourcery.com>
40835             Paul Pluzhnikov  <ppluzhnikov@google.com>
40836
40837         [BZ #14012]
40838         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
40839         requiring rpcgen.
40840         [cross-compiling] (extra-libs): Likewise.
40841         [cross-compiling] (extra-libs-others): Likewise.
40842         [cross-compiling] (librpcsvc-routines): Likewise.
40843         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
40844         [cross-compiling] (omit-deps): Likewise.
40845         (sunrpc-CPPFLAGS): New variable.
40846         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
40847         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
40848         (cross-rpcgen-objs): New variable.
40849         (extra-objs): Append $(cross-rpcgen-objs).
40850         ($(cross-rpcgen-objs)): New rule.
40851         ($(objpfx)cross-rpcgen): Likewise.
40852         (rpcgen-cmd): Define to use $(built-program-file).  Expand
40853         comment.
40854         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
40855         ($(objpfx)x%.stmp): Likewise.
40856         * sunrpc/proto.h [IS_IN_build] (_): Define.
40857         [IS_IN_build] (_libc_intl_domainname): Likewise.
40858
40859 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40860
40861         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
40862         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
40863         and R_X86_64_TPOFF64.
40864
40865 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40866
40867         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
40868         sysdeps/unix/sysv/syscalls.list.
40869         (stime): Likewise.
40870         (utime): Likewise.
40871         * sysdeps/unix/sysv/syscalls.list: Remove file.
40872
40873 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
40874
40875         [BZ #3440]
40876         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
40877         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
40878         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
40879         (__LC_IDENTIFICATION): Make these macros useful in #if
40880         expressions, as required by C99.
40881
40882 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
40883
40884         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
40885         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
40886         after this.
40887
40888 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
40889
40890         * stdlib/longlong.h: Updated from GCC.
40891
40892 2012-05-09  Andreas Jaeger  <aj@suse.de>
40893
40894         * nscd/nscd.c (run_modes): Make named enum, reorder so that
40895         default is first entry.
40896         (run_mode): Set type.
40897         (main): Remove informal message about syslog.
40898         (options): Fix typo.
40899
40900         [BZ #14053]
40901         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
40902         to asm.
40903         (lrint): Likewise.
40904         (llrintf): Likewise.
40905         (llrint): Likewise.
40906         (rint): Likewise.
40907         (rintf): Likewise.
40908         (nearbyint): Likewise.
40909         (nearbyintf): Likewise.
40910
40911 2012-05-09  Andreas Jaeger  <aj@suse.de>
40912             Pedro Alves  <palves@redhat.com>
40913
40914         * nscd/nscd.c (run_mode): Use enum.
40915         (main): Cleanup coding style issue.
40916
40917 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
40918             Andreas Jaeger  <aj@suse.de>
40919
40920         * nscd/nscd.c (go_background): Replaced with...
40921         (run_mode): ... this.
40922         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
40923         (options): Add -F --foreground.
40924         (main): Implement it.
40925         (parse_opt): Parse it.
40926
40927 2012-05-09  Andreas Jaeger  <aj@suse.de>
40928
40929         [BZ #14083]
40930         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
40931         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
40932         -Wconversion warning.
40933         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
40934         Likewise.
40935
40936 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
40937
40938         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
40939         == 0.
40940         (LC_ALL): Use macro-int-constant.
40941         (LC_COLLATE): Likewise.
40942         (LC_CTYPE): Likewise.
40943         (LC_MESSAGES): Likewise.
40944         (LC_MONETARY): Likewise.
40945         (LC_NUMERIC): Likewise.
40946         (LC_TIME): Likewise.
40947         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
40948         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40949         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40950         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
40951         Specify type.
40952         [C99-based standards] (float_t): Expect type.
40953         [C99-based standards] (double_t): Expect type.
40954         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
40955         type.
40956         [C99-based standards] (HUGE_VALL): Likewise.
40957         [C99-based standards] (INFINITY): Likewise.
40958         [C99-based standards] (NAN): Likewise.
40959         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
40960         [C99-based standards] (FP_NAN): Likewise.
40961         [C99-based standards] (FP_NORMAL): Likewise.
40962         [C99-based standards] (FP_SUBNORMAL): Likewise.
40963         [C99-based standards] (FP_ZERO): Likewise.
40964         [C99-based standards] (FP_FAST_FMA): Use
40965         optional-macro-int-constant.  Specify type.  Require == 1.
40966         [C99-based standards] (FP_FAST_FMAF): Likewise.
40967         [C99-based standards] (FP_FAST_FMAL): Likewise.
40968         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
40969         [C99-based standards] (FP_ILOGBNAN): Likewise.
40970         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
40971         Specify type.
40972         [C99-based standards] (MATH_ERREXCEPT): Likewise.
40973         [C99-based standards] (math_errhandling): Specify type.
40974         [ISO99 || ISO11] (signgam): Do not allow.
40975         [non-C99-based standards] (copysignf): Do not allow.
40976         [non-C99-based standards] (exp2f): Likewise.
40977         [non-C99-based standards] (log2f): Likewise.
40978         [non-C99-based standards] (modff): Allow.
40979         [non-C99-based standards] (erff): Do not allow.
40980         [non-C99-based standards] (erfcf): Likewise.
40981         [non-C99-based standards] (gammaf): Likewise.
40982         [non-C99-based standards] (hypotf): Likewise.
40983         [non-C99-based standards] (j0f): Likewise.
40984         [non-C99-based standards] (j1f): Likewise.
40985         [non-C99-based standards] (jnf): Likewise.
40986         [non-C99-based standards] (lgammaf): Likewise.
40987         [non-C99-based standards] (tgammaf): Likewise.
40988         [non-C99-based standards] (y0f): Likewise.
40989         [non-C99-based standards] (y1f): Likewise.
40990         [non-C99-based standards] (ynf): Likewise.
40991         [non-C99-based standards] (isnanf): Likewise.
40992         [non-C99-based standards] (acoshf): Likewise.
40993         [non-C99-based standards] (asinhf): Likewise.
40994         [non-C99-based standards] (atanhf): Likewise.
40995         [non-C99-based standards] (cbrtf): Likewise.
40996         [non-C99-based standards] (expm1f): Likewise.
40997         [non-C99-based standards] (ilogbf): Likewise.
40998         [non-C99-based standards] (log1pf): Likewise.
40999         [non-C99-based standards] (logbf): Likewise.
41000         [non-C99-based standards] (nextafterf): Likewise.
41001         [non-C99-based standards] (remainderf): Likewise.
41002         [non-C99-based standards] (rintf): Likewise.
41003         [non-C99-based standards] (scalbf): Likewise.
41004         [non-C99-based standards] (copysignl): Likewise.
41005         [non-C99-based standards] (exp2l): Likewise.
41006         [non-C99-based standards] (log2l): Likewise.
41007         [non-C99-based standards] (modfl): Allow.
41008         [non-C99-based standards] (erfl): Do not allow.
41009         [non-C99-based standards] (erfcl): Likewise.
41010         [non-C99-based standards] (gammal): Likewise.
41011         [non-C99-based standards] (hypotl): Likewise.
41012         [non-C99-based standards] (j0l): Likewise.
41013         [non-C99-based standards] (j1l): Likewise.
41014         [non-C99-based standards] (jnl): Likewise.
41015         [non-C99-based standards] (lgammal): Likewise.
41016         [non-C99-based standards] (tgammal): Likewise.
41017         [non-C99-based standards] (y0l): Likewise.
41018         [non-C99-based standards] (y1l): Likewise.
41019         [non-C99-based standards] (ynl): Likewise.
41020         [non-C99-based standards] (isnanl): Likewise.
41021         [non-C99-based standards] (acoshl): Likewise.
41022         [non-C99-based standards] (asinhl): Likewise.
41023         [non-C99-based standards] (atanhl): Likewise.
41024         [non-C99-based standards] (cbrtl): Likewise.
41025         [non-C99-based standards] (expm1l): Likewise.
41026         [non-C99-based standards] (ilogbl): Likewise.
41027         [non-C99-based standards] (log1pl): Likewise.
41028         [non-C99-based standards] (logbl): Likewise.
41029         [non-C99-based standards] (nextafterl): Likewise.
41030         [non-C99-based standards] (remainderl): Likewise.
41031         [non-C99-based standards] (rintl): Likewise.
41032         [non-C99-based standards] (scalbl): Likewise.
41033         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41034         [non-C99-based standards] (FP_*): Do not allow.
41035         [C99-based standards] (FP_*): Change to
41036         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
41037         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41038         allow.
41039         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
41040         (SIG_ERR): Likewise.
41041         [X/Open-based standards] (SIG_HOLD): Likewise.
41042         (SIG_IGN): Likewise.
41043         (SIGABRT): Use macro-int-constant.  Specify type.  Require
41044         positive value.
41045         (SIGFPE): Likewise.
41046         (SIGILL): Likewise.
41047         (SIGINT): Likewise.
41048         (SIGSEGV): Likewise.
41049         (SIGTER): Likewise.
41050         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
41051         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
41052         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
41053         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
41054         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
41055         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
41056         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
41057         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
41058         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
41059         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
41060         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
41061         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
41062         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
41063         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
41064         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
41065         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
41066         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
41067         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
41068         [X/Open-based standards] (SIGTRAP): Likewise.
41069         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
41070         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
41071         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
41072         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
41073         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41074         allow.
41075
41076 2012-05-08  Ian Wienand  <ianw@vmware.com>
41077
41078         [BZ #14080]
41079         * time/tzset.c (__tzset_parse_tz): Update default rules for
41080         daylight time changes in the Energy Policy Act of 2005.
41081
41082 2012-05-09  Andreas Jaeger  <aj@suse.de>
41083
41084         [BZ #13983]
41085         * elf/ldconfig.c (parse_conf): Change string to make clear that
41086         ldconfig only issued a warning if ld.so.conf does not exist.
41087
41088 2012-05-08  David S. Miller  <davem@davemloft.net>
41089
41090         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
41091         movxtod instead of popping the value on the stack.
41092
41093         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41094
41095 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
41096
41097         * config.h.in: Add HAVE_ARM_PCS_VFP.
41098
41099 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
41100
41101         [BZ #13979]
41102         * include/features.h: Warn if user requests __FORTIFY_SOURCE
41103         checking but the checks are disabled for any reason.
41104
41105 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
41106
41107         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
41108         and ELF64_R_TYPE with ELFW(R_TYPE).
41109
41110 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
41111
41112         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
41113         (ulimit): Likewise.
41114
41115         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
41116         (settimeofday): Likewise.
41117
41118 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
41119
41120         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
41121         a struct th_u2 inside the union, and move tu_block/tu_code into
41122         a new th_u3 union of tu_block/tu_code inside of that.  Move
41123         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
41124         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
41125         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
41126         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
41127         (th_stuff): Change to th_u1.tu_stuff.
41128         (th_data): Define.
41129         (th_msg): Change to th_u1.th_u2.tu_data.
41130
41131 2012-05-07  David S. Miller  <davem@davemloft.net>
41132
41133         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41134
41135         [BZ #14074]
41136         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
41137         (SETUP_PIC_REG): Use it.
41138         (SETUP_PIC_REG_LEAF): Use it.
41139
41140 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
41141
41142         [BZ #13885]
41143         [BZ #13923]
41144         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41145         USE_AS_EXPM1L.
41146         (EXPL_FINITE): Likewise.
41147         (FLDLOG): Likewise.
41148         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41149         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41150         e_expl.S.
41151         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41152         USE_AS_EXPM1L.
41153         (EXPL_FINITE): Likewise.
41154         (FLDLOG): Likewise.
41155         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
41156         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
41157         e_expl.S.
41158         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
41159         test of -max_value argument for long double.
41160         * sysdeps/i386/fpu/libm-test-ulps: Update.
41161         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41162
41163 2012-05-06  David S. Miller  <davem@davemloft.net>
41164
41165         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
41166         quad soft-float symbols whose references which are compiler
41167         generated.
41168         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
41169
41170 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
41171
41172         [BZ #13884]
41173         [BZ #13914]
41174         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41175         USE_AS_EXP10L.
41176         (EXPL_FINITE): Likewise.
41177         (FLDLOG): Likewise.
41178         (c0): Likewise.
41179         (c1): Likewise.
41180         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41181         Adjust comments for base varying.
41182         (__expl_finite): Change alias to EXPL_FINITE.
41183         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
41184         e_expl.S.
41185         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
41186         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
41187         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
41188         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
41189         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
41190         USE_AS_EXP10L.
41191         (EXPL_FINITE): Likewise.
41192         (FLDLOG): Likewise.
41193         (c0): Likewise.
41194         (c1): Likewise.
41195         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
41196         Adjust comments for base varying.
41197         (__expl_finite): Change alias to EXPL_FINITE.
41198         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
41199         tests for bugs.
41200         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41201
41202         [BZ #14064]
41203         * math/libm-test.inc (check_float_internal): Correct ulp
41204         calculation for subnormal expected results.
41205
41206 2012-05-06  Andreas Jaeger  <aj@suse.de>
41207
41208         * Makeconfig (+math-flags): New, set to -frounding-math.
41209         (+cflags): Add +math-flags so that all of glibc gets compiled with
41210         it.
41211
41212         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
41213
41214 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
41215
41216         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
41217         Disable one test.
41218
41219         [BZ #13787]
41220         [BZ #13922]
41221         [BZ #14036]
41222         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
41223         (__ieee754_expl): Allow for and saturate large arguments.
41224         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
41225         (u_threshold): Likewise.
41226         (__exp): Call __ieee754_exp before checking for overflow and
41227         underflow.
41228         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
41229         (u_threshold): Likewise.
41230         (__expf): Call __ieee754_expf before checking for overflow and
41231         underflow.
41232         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
41233         (u_threshold): Likewise.
41234         (__expl): Call __ieee754_expl before checking for overflow and
41235         underflow.
41236         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
41237         (__ieee754_expl): Allow for and saturate large arguments.
41238         * math/libm-test.inc (exp_test): Add another test.  Do not allow
41239         missing overflow exception on overflow.
41240         (expm1_test): Do not allow missing overflow exception on overflow.
41241
41242         * sysdeps/i386/fpu/e_expl.c: Move to ...
41243         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
41244         rather than using inline asm.
41245         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
41246         * sysdeps/x86_64/fpu/e_expl.S: Copy from
41247         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
41248
41249         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
41250         (nice): Likewise.
41251         (poll): Likewise.
41252         (signal): Likewise.
41253         (time): Likewise.
41254         (times): Likewise.
41255
41256 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41257
41258         * sysdeps/unix/syscalls.list (adjtime): Add entry from
41259         sysdeps/unix/common/syscalls.list.
41260         (fchmod): Likewise.
41261         (fchown): Likewise.
41262         (ftruncate): Likewise.
41263         (getrusage): Likewise.
41264         (gettimeofday): Likewise.
41265         (setpgid): Likewise.
41266         (setregid): Likewise.
41267         (setreuid): Likewise.
41268         (sigaction): Likewise.
41269         (truncate): Likewise.
41270         (vhangup): Likewise.
41271         * sysdeps/unix/common/syscalls.list: Remove file.
41272         * sysdeps/unix/bsd/Implies: Don't include unix/common.
41273         * sysdeps/unix/sysv/linux/Implies: Likewise.
41274
41275 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
41276
41277         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
41278         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
41279         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
41280         Moved to ...
41281         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
41282         Here.
41283         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
41284         to ...
41285         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
41286         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
41287         to ...
41288         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
41289         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
41290         to ...
41291         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
41292         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
41293         to ...
41294         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
41295         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
41296         to ...
41297         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
41298         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
41299         to ...
41300         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
41301         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
41302         to ...
41303         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
41304         Here.
41305         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
41306         to ...
41307         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
41308         Here.
41309         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
41310         to ...
41311         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
41312         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
41313         Moved to ...
41314         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
41315         Here.
41316         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
41317         to ...
41318         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
41319
41320 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41321
41322         * sysdeps/unix/common/bits/dirent.h: Remove file.
41323         * sysdeps/unix/common/bits/fcntl.h: Likewise.
41324
41325         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
41326         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
41327         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
41328         * sysdeps/unix/bsd/isatty.c: Likewise.
41329         * sysdeps/unix/bsd/tcdrain.c: Likewise.
41330         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
41331         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
41332
41333 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41334
41335         [BZ #13563]
41336         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
41337         long double comparison inaccuracies.
41338         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
41339         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41340
41341 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
41342
41343         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
41344         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
41345
41346 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
41347
41348         [BZ #14049]
41349         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
41350         nonzero digits before rounding a hex value.
41351         * stdlib/tst-strtod.c (tests): Add another test.
41352
41353 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41354
41355         * sysdeps/s390/fpu/libm-test-ulps: Update.
41356
41357 2012-05-03  Andreas Jaeger  <aj@suse.de>
41358
41359         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
41360         does not get optimized out.
41361         (malloc_opt_barrier): New.
41362
41363 2012-05-03  Andreas Jaeger  <aj@suse.de>
41364             Roland McGrath  <roland@hack.frob.com>
41365
41366         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
41367         intermediate file deletion.
41368         (generated): Add .symlist files.
41369
41370 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
41371
41372         [BZ #13775]
41373         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
41374         Redirect under this condition.
41375         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41376         [__USE_GNU] (__dprintf_chk): Not under this condition.
41377         [__USE_GNU] (__vdprintf_chk): Likewise.
41378         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
41379         under this condition.
41380         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
41381         [__USE_XOPEN2K8] (dprintf): Define under this condition.
41382         [__USE_XOPEN2K8] (vdprintf): Likewise.
41383         [__USE_GNU] (__dprintf_chk): Not under this condition.
41384         [__USE_GNU] (__vdprintf_chk): Likewise.
41385         [__USE_GNU] (dprintf): Likewise.
41386         [__USE_GNU] (vdprintf): Likewise.
41387
41388 2012-05-03  Roland McGrath  <roland@hack.frob.com>
41389
41390         * elf/Makefile (common-generated): Set this instead of generated for
41391         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
41392         $(all-built-dso)-derived lists.
41393
41394 2012-05-03  Andreas Jaeger  <aj@suse.de>
41395
41396         * sysdeps/i386/fpu/libm-test-ulps: Update.
41397
41398         * FAQ: Removed.
41399         * FAQ.in: Likewise.
41400         * scripts/gen-FAQ.pl: Likewise.
41401         * manual/install.texi (Installation): Point to online location of
41402         FAQ.
41403         * Makefile (files-for-dist): Remove FAQ.
41404         (FAQ): Remove.
41405
41406 2012-05-02  Allan McRae  <allan@archlinux.org>
41407
41408         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
41409         (LDFLAGS-reldepmod5.so): Likewise.
41410         (LDFLAGS-reldep6mod1.so): Likewise.
41411         (LDFLAGS-reldep6mod4.so): Likewise.
41412         (LDFLAGS-reldep8mod3.so): Likewise.
41413         (LDFLAGS-unload4mod1.so): Likewise.
41414         (LDFLAGS-unload4mod2.so): Likewise.
41415         (LDFLAGS-tst-initorder): Likewise.
41416         (LDFLAGS-tst-initordera2.so): Likewise.
41417         (LDFLAGS-tst-initordera3.so): Likewise.
41418         (LDFLAGS-tst-initordera4.so): Likewise.
41419         (LDFLAGS-tst-initorderb2.so): Likewise.
41420         (LDFLAGS-noload): Likewise.
41421         (LDFLAGS-next): Likewise.
41422         (LDFLAGS-order2mod1.so): Likewise.
41423         (LDFLAGS-order2mod2.so): Likewise.
41424         (LDFLAGS-tst-initorder2): Likewise.
41425         (LDFLAGS-tst-initorder2a.so): Likewise.
41426         (LDFLAGS-tst-initorder2b.so): Likewise.
41427         (LDFLAGS-tst-initorder2c.so): Likewise.
41428         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
41429
41430 2012-05-02  David S. Miller  <davem@davemloft.net>
41431
41432         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41433
41434 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
41435
41436         [BZ #14055]
41437         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
41438
41439 2012-05-02  Andreas Jaeger  <aj@suse.de>
41440
41441         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
41442         since we manipulate rounding mode.
41443         (CPPFLAGS-test-idouble.c): Likewise.
41444         (CPPFLAGS-test-ifloat.c): Likewise.
41445         (CFLAGS-test-ldouble.c): Likewise.
41446         (CFLAGS-test-double.c): Likewise.
41447         (CFLAGS-test-float.c): Likewise.
41448         (CFLAGS-test-misc.c): Likewise.
41449         (CFLAGS-test-test-fenv.c): Likewise.
41450
41451 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41452
41453         [BZ #2550]
41454         [BZ #2570]
41455         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
41456         comparisons to determine direction to adjust input.
41457
41458 2012-05-01  Roland McGrath  <roland@hack.frob.com>
41459
41460         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
41461         output to the target.
41462
41463         * scripts/localplt.awk: New file.
41464         * elf/Makefile ($(objpfx)check-localplt): Target removed.
41465         (check-localplt-CFLAGS): Variable removed.
41466         ($(all-built-dso:=.jmprel)): New static pattern rule.
41467         (generated): Add those targets.
41468         (localplt-built-dso): New variable.
41469         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
41470
41471         * elf/check-localplt.c: File removed.
41472
41473         * scripts/check-execstack.awk: New file.
41474         * elf/Makefile ($(objpfx)check-execstack): Target removed.
41475         (check-execstack-CFLAGS): Variable removed.
41476         ($(objpfx)check-execstack.h): Target removed.
41477         ($(objpfx)execstack-default): New target.
41478         (generated): Add that instead of check-execstack.h.
41479         ($(all-built-dso:=.phdr)): New static pattern rule.
41480         (generated): Add those targets.
41481         * elf/check-execstack.c: File removed.
41482
41483         * scripts/check-textrel.awk: New file.
41484         * elf/Makefile ($(objpfx)check-textrel): Target removed.
41485         (check-textrel-CFLAGS): Variable removed.
41486         (all-built-dso): Use := to define.o
41487         ($(all-built-dso:=.dyn)): New static pattern rule.
41488         (generated): Add those targets.
41489         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
41490         * config.make.in (READELF): New substituted variable.
41491         * elf/check-textrel.c: File removed.
41492
41493 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41494
41495         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
41496         allow.
41497         * conform/data/ctype.h-data [C99-based standards] (isblank):
41498         Expect function.
41499         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
41500         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
41501         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41502         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
41503         Specify type.  Require positive value.
41504         (EILSEQ): Likewise.
41505         (ERANGE): Likewise.
41506         [ISO || POSIX] (EILSEQ): Do not expect.
41507         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
41508         Specify type.  Require positive value.
41509         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
41510         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
41511         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
41512         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
41513         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
41514         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
41515         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
41516         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
41517         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
41518         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
41519         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
41520         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
41521         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
41522         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
41523         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
41524         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
41525         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
41526         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
41527         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
41528         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
41529         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
41530         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
41531         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
41532         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
41533         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
41534         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
41535         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
41536         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
41537         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
41538         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
41539         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
41540         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
41541         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
41542         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
41543         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
41544         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
41545         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
41546         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
41547         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
41548         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
41549         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
41550         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
41551         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
41552         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
41553         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
41554         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
41555         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
41556         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
41557         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
41558         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
41559         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
41560         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
41561         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
41562         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
41563         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
41564         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
41565         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
41566         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
41567         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
41568         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
41569         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
41570         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
41571         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
41572         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
41573         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
41574         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
41575         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
41576         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
41577         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
41578         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
41579         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
41580         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
41581         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
41582         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
41583         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41584         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41585         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41586         Require >= 2.
41587         (FLT_ROUNDS): Expect as macro, not constant.
41588         (FLT_MANT_DIG): Use macro-int-constant.
41589         (DBL_MANT_DIG): Likewise.
41590         (LDBL_MANT_DIG): Likewise.
41591         (FLT_DIG): Likewise.
41592         (DBL_DIG): Likewise.
41593         (LDBL_DIG): Likewise.
41594         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
41595         (DBL_MIN_EXP): Likewise.
41596         (LDBL_MIN_EXP): Likewise.
41597         (FLT_MAX_EXP): Use macro-int-constant.
41598         (DBL_MAX_EXP): Likewise.
41599         (LDBL_MAX_EXP): Likewise.
41600         (FLT_MAX_10_EXP): Likewise.
41601         (DBL_MAX_10_EXP): Likewise.
41602         (LDBL_MAX_10_EXP): Likewise.
41603         (FLT_MAX): Use macro-constant.
41604         (DBL_MAX): Likewise.
41605         (LDBL_MAX): Likewise.
41606         (FLT_EPSILON): Use macro-constant.  Give upper bound.
41607         (DBL_EPSILON): Likewise.
41608         (LDBL_EPSILON): Likewise.
41609         (FLT_MIN): Likewise.
41610         (DBL_MIN): Likewise.
41611         (LDBL_MIN): Likewise.
41612         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41613         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41614         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41615         [ISO11] (FLT_HAS_SUBNORM): Likewise.
41616         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41617         [ISO11] (DBL_DECIMAL_DIG): Likewise.
41618         [ISO11] (FLT_DECIMAL_DIG): Likewise.
41619         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41620         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41621         [ISO11] (FLT_TRUE_MIN): Likewise.
41622         [ISO11] (LDBL_TRUE_MIN): Likewise.
41623         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41624         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41625         (SCHAR_MIN): Use macro-int-constant.  Specify type.
41626         (SCHAR_MAX): Likewise.
41627         (UCHAR_MAX): Likewise.
41628         (CHAR_MIN): Likewise.
41629         (CHAR_MAX): Likewise.
41630         (MB_LEN_MAX): Use macro-int-constant.
41631         (SHRT_MIN): Use macro-int-constant.  Specify type.
41632         (SHRT_MAX): Likewise.
41633         (USHRT_MAX): Likewise.
41634         (INT_MAX): Likewise.
41635         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
41636         bound negative.
41637         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41638         bound with "U".
41639         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41640         bound with "L".
41641         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
41642         bound negative.  Suffix upper bound with "L".
41643         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41644         bound with "UL".
41645         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41646         Specify type.
41647         [C99-based standards] (LLONG_MAX): Likewise.
41648         [C99-based standards] (ULLONG_MAX): Likewise.
41649         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
41650         == 0.
41651         [ISO11] (max_align_t): Require type.
41652         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41653
41654         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41655         from $CFLAGS, without defining away __attribute__ calls.
41656         (checknamespace): Use $CFLAGS_namespace.
41657
41658         * conform/conformtest.pl (@keywords): Only include C99 keywords
41659         for standards based on C99 or C11.
41660
41661         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41662         Disable tests.
41663         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41664         UNIX98]: Likewise.
41665
41666         * conform/conformtest.pl: Handle "macro-int-constant" and test for
41667         usability of symbols in #if.
41668
41669         * conform/conformtest.pl: If macro or constant types start
41670         "promoted:", expect the symbol to be of the following type
41671         promoted by the integer promotions.
41672
41673         * conform/conformtest.pl: Parse all "constant" and "macro" lines
41674         in one place.  Also handle "macro-constant".
41675
41676         * conform/conformtest.pl: Only accept expected macro values with
41677         "==".  Parse all "macro" lines in one place.
41678         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41679
41680         * conform/conformtest.pl: Handle braced types on "constant" lines
41681         instead of handling "typed-constant".
41682         * conform/data/signal.h-data: Use "constant" instead of
41683         "typed-constant".
41684
41685         * conform/conformtest.pl: Handle "optional-" at start of lines in
41686         one place rather than duplicating several cases.  Handle each
41687         format of "macro" line with initial "optional-".
41688
41689         * conform/conformtest.pl: Only accept expected constant or
41690         optional-constant values with "==".  Parse all "constant" lines in
41691         one place.  Parse all "optional-constant" lines in one place.
41692         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41693         * conform/data/fmtmsg.h-data: Likewise.
41694         * conform/data/netinet/in.h-data: Likewise.
41695         * conform/data/tar.h-data: Likewise.
41696         * conform/data/limits.h-data: Use "==" form on "constant" and
41697         "optional-constant" lines.
41698
41699         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41700         Use -std=c99 for XOPEN2K.
41701         (@knownproblems): Remove.
41702         (newtoken): Don't check %isknown.
41703
41704         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41705         Do not expect macro.
41706         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41707         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41708         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41709         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41710         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41711         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41712         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41713         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41714         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41715         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41716         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41717         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41718         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41719         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41720         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41721         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41722         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41723         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41724         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41725         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41726         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41727         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41728         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41729         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41730         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41731         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41732         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41733         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41734         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41735         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41736         [XPG3] (acosh): Likewise.
41737         [XPG3] (asinh): Likewise.
41738         [XPG3] (atanh): Likewise.
41739         [XPG3] (cbrt): Likewise.
41740         [XPG3] (expm1): Likewise.
41741         [XPG3] (ilogb): Likewise.
41742         [XPG3] (log1p): Likewise.
41743         [XPG3] (logb): Likewise.
41744         [XPG3] (nextafter): Likewise.
41745         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41746         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
41747         [XPG3] (remainder): Likewise.
41748         [XPG3] (rint): Likewise.
41749         [XPG3 || XPG4 || UNIX98] (round): Likewise.
41750         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
41751         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
41752         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
41753         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
41754         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
41755         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
41756         [UNIX98 || XOPEN2K] (scalb): Expect.
41757         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
41758         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
41759         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
41760         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
41761         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
41762         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
41763         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
41764         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
41765         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
41766         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
41767         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
41768         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
41769         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
41770         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
41771         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
41772         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
41773         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
41774         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
41775         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
41776         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
41777         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
41778         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
41779         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
41780         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
41781         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
41782         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
41783         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
41784         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
41785         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
41786         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
41787         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
41788         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
41789         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
41790         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
41791         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
41792         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
41793         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
41794         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
41795         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
41796         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
41797         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
41798         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
41799         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
41800         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
41801         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
41802         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
41803         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
41804         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
41805         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
41806         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
41807         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
41808         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
41809         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
41810         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
41811         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
41812         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
41813         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
41814         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
41815         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
41816         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
41817         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
41818         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
41819         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
41820         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
41821         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
41822         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
41823         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
41824         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
41825         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
41826         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
41827         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
41828         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
41829         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
41830         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
41831         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
41832         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
41833         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
41834         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
41835         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
41836         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
41837         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
41838         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
41839         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
41840         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
41841         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
41842         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
41843         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
41844         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
41845         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
41846         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
41847         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
41848         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
41849         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
41850         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
41851         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
41852         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
41853         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
41854         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
41855         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
41856         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
41857         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
41858         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
41859         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
41860         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
41861         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
41862         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
41863         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
41864         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
41865         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
41866         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
41867         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
41868         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
41869         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
41870         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
41871         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
41872         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
41873         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
41874         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
41875         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
41876         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
41877         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
41878         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
41879         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
41880         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
41881         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
41882         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
41883         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
41884         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
41885         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
41886         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
41887         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
41888         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
41889         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
41890         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
41891         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
41892         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
41893         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
41894
41895         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
41896         _XOPEN_SOURCE_EXTENDED for XPG4.
41897
41898         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
41899
41900         * Makeconfig (localtime): Remove variable.
41901         (inst_localtime-file): Likewise.
41902
41903 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41904
41905         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
41906         Update.
41907         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41908         Update.
41909         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
41910         Update.
41911         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
41912         Update.
41913         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
41914         Update.
41915         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
41916         Update.
41917         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41918         Update.
41919         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
41920         Update.
41921         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41922         Update.
41923
41924 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41925
41926         [BZ #2550]
41927         [BZ #2570]
41928         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
41929         comparisons to determine direction to adjust input.
41930         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
41931         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
41932         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
41933         Likewise.
41934         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
41935         Likewise.
41936         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
41937         Likewise.
41938         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
41939         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
41940         Likewise.
41941         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
41942         Likewise.
41943         * math/libm-test.inc (nexttoward_test): Add more tests.
41944
41945 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41946
41947         [BZ #14040]
41948         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
41949         in version GLIBC_2.1, not GLIBC_2.0.
41950         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
41951         Likewise.
41952
41953 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
41954
41955         [BZ #13942]
41956         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
41957         (1 - x) * (1 + x).
41958         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41959         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
41960         * math/libm-test.inc (acos_test): Add more tests.
41961         (asin_test): Likewise.
41962         * sysdeps/i386/fpu/libm-test-ulps: Update.
41963         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41964
41965         [BZ #14034]
41966         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
41967         of square root.
41968         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
41969         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41970         * math/libm-test.inc (acos_test_tonearest): New function.
41971         (acos_test_towardzero): Likewise.
41972         (acos_test_downward): Likewise.
41973         (acos_test_upward): Likewise.
41974         (asin_test_tonearest): Likewise.
41975         (asin_test_towardzero): Likewise.
41976         (asin_test_downward): Likewise.
41977         (asin_test_upward): Likewise.
41978         (main): Call the new functions.
41979         * sysdeps/i386/fpu/libm-test-ulps: Update.
41980         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41981
41982         [BZ #13884]
41983         [BZ #13924]
41984         * math/e_exp10.c: Include <float.h>.
41985         (__ieee754_exp10): Handle underflow here rather than multiplying
41986         large negative argument by M_LN10.
41987         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
41988         of __ieee754_expf.
41989         * math/e_exp10l.c: Include <float.h>.
41990         (__ieee754_exp10l): Handle underflow here rather than multiplying
41991         large negative argument by M_LN10l.
41992         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
41993         spurious overflow exception on underflow.
41994
41995 2012-04-29  Marek Polacek  <polacek@redhat.com>
41996
41997         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
41998         (__fortify_function): New macro.
41999         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
42000         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
42001         __extern_always_inline.
42002         * libio/bits/stdio2.h: Likewise.
42003         * libio/bits/stdio.h: Likewise.
42004         * string/string.h: Likewise.
42005         * string/bits/string3.h: Likewise.
42006         * include/stdio.h: Likewise.
42007         * stdlib/bits/stdlib.h: Likewise.
42008         * stdlib/stdlib.h: Likewise.
42009         * rt/bits/mqueue2.h: Likewise.
42010         * rt/mqueue.h: Likewise.
42011         * posix/bits/unistd.h: Likewise.
42012         * posix/unistd.h: Likewise.
42013         * io/bits/poll2.h: Likewise.
42014         * io/bits/fcntl2.h: Likewise.
42015         * io/fcntl.h: Likewise.
42016         * io/sys/poll.h: Likewise.
42017         * misc/bits/syslog.h: Likewise.
42018         * misc/bits/syslog-ldbl.h: Likewise.
42019         * misc/sys/syslog.h: Likewise.
42020         * socket/bits/socket2.h: Likewise.
42021         * socket/sys/socket.h: Likewise.
42022         * debug/tst-chk1.c: Likewise.
42023         * wcsmbs/bits/wchar2.h: Likewise.
42024         * wcsmbs/bits/wchar-ldbl.h: Likewise.
42025         * wcsmbs/wchar.h: Likewise.
42026
42027 2012-04-29  Andreas Jaeger  <aj@suse.de>
42028
42029         * Makerules (tests): Remove enable-check-abi protection.
42030         (check-abi-warn): Remove.
42031         (check-abi-%): Remove check-abi-warn usage.
42032
42033         * configure.in: Remove check-abi configure option.
42034         * configure: Regenerated.
42035         * config.make.in (enable-check-abi): Remove.
42036
42037 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
42038
42039         [BZ #14033]
42040         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
42041         double functions to double *_finite functions.
42042
42043         [BZ #13941]
42044         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
42045         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
42046         LDBL_MIN_EXP.
42047         * stdio-common/Makefile (tests): Add tst-sprintf3.
42048         * stdio-common/tst-sprintf3.c: New file.
42049
42050         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
42051         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
42052
42053 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42054
42055         * conform/conformtest.pl: Remove duplicate typed-constant
42056         handling.
42057
42058 2012-04-28  David S. Miller  <davem@davemloft.net>
42059
42060         * Makerules (%.abilist): Add vpath on sysdep_dirs.
42061         (check-abi-%): Remove AWK script prerequisite and explicit
42062         abilist directory.
42063         (check-abi): Rewrite to just diff the symlist with the abilist.
42064         (config-tls, config-abi-config): Delete, no longer used.
42065         (update-abi-%): Remove AWK script and explicit abilist directory.
42066         (update-abi): Rewrite to simply compare and conditionally copy the
42067         symlist and the sysdep abilist file.  Remove update-abi-config
42068         checks.
42069         * abilist/ld.abilist: Remove.
42070         * abilist/libBrokenLocale.abilist: Remove.
42071         * abilist/libanl.abilist: Remove.
42072         * abilist/libcrypt.abilist: Remove.
42073         * abilist/libdl.abilist: Remove.
42074         * abilist/librt.abilist: Remove.
42075         * abilist/libthread_db.abilist: Remove.
42076         * abilist/libutil.abilist: Remove.
42077         * scripts/extract-abilist.awk: Remove.
42078         * scripts/merge-abilist.awk: Remove.
42079         * sysdeps/generic/libcidn.abilist: New file.
42080         * sysdeps/generic/libnss_compat.abilist: New file.
42081         * sysdeps/generic/libnss_db.abilist: New file.
42082         * sysdeps/generic/libnss_dns.abilist: New file.
42083         * sysdeps/generic/libnss_files.abilist: New file.
42084         * sysdeps/generic/libnss_hesiod.abilist: New file.
42085         * sysdeps/generic/libnss_nis.abilist: New file.
42086         * sysdeps/generic/libnss_nisplus.abilist: New file.
42087         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
42088         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
42089         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
42090         file.
42091         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
42092         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
42093         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
42094         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
42095         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
42096         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
42097         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
42098         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
42099         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
42100         file.
42101         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
42102         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
42103         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
42104         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
42105         file.
42106         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
42107         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
42108         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
42109         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
42110         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
42111         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
42112         file.
42113         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
42114         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
42115         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
42116         file.
42117         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
42118         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
42119         New file.
42120         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
42121         New file.
42122         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
42123         New file.
42124         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
42125         New file.
42126         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
42127         New file.
42128         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
42129         New file.
42130         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
42131         New file.
42132         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
42133         New file.
42134         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
42135         New file.
42136         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
42137         New file.
42138         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
42139         New file.
42140         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
42141         New file.
42142         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
42143         New file.
42144         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
42145         file.
42146         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
42147         New file.
42148         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
42149         New file.
42150         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
42151         file.
42152         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
42153         New file.
42154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
42155         New file.
42156         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
42157         file.
42158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
42159         New file.
42160         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
42161         New file.
42162         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
42163         New file.
42164         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
42165         New file.
42166         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
42167         New file.
42168         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
42169         New file.
42170         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
42171         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
42172         file.
42173         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
42174         New file.
42175         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
42176         file.
42177         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
42178         file.
42179         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
42180         file.
42181         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
42182         file.
42183         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
42184         file.
42185         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42186         New file.
42187         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
42188         file.
42189         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
42190         file.
42191         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
42192         New file.
42193         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
42194         file.
42195         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
42196         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
42197         file.
42198         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
42199         New file.
42200         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
42201         file.
42202         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
42203         file.
42204         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
42205         file.
42206         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
42207         file.
42208         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
42209         file.
42210         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42211         New file.
42212         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
42213         file.
42214         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
42215         file.
42216         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
42217         New file.
42218         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
42219         file.
42220         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42221         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
42222         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
42223         file.
42224         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
42225         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
42226         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
42227         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
42228         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
42229         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
42230         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
42231         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
42232         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
42233         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
42234         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
42235         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
42236         file.
42237         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
42238         New file.
42239         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
42240         file.
42241         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
42242         file.
42243         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
42244         file.
42245         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
42246         file.
42247         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
42248         file.
42249         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
42250         New file.
42251         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
42252         New file.
42253         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
42254         file.
42255         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
42256         New file.
42257         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
42258         file.
42259         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
42260         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
42261         file.
42262         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
42263         New file.
42264         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
42265         file.
42266         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
42267         file.
42268         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
42269         file.
42270         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
42271         file.
42272         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
42273         file.
42274         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
42275         New file.
42276         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
42277         New file.
42278         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
42279         file.
42280         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
42281         New file.
42282         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
42283         file.
42284
42285 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
42286
42287         * conform/conformtest.pl: Fix typo in handling typed-constant from
42288         allow-header.
42289
42290 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42291
42292         * README: Cut down references to pre-2.6 Linux kernels and
42293         Linuxthreads.  Update lists of configurations in libc and ports
42294         and sort alphabetically.  Say "or newer" with Linux kernel version
42295         requirements.
42296
42297         * config.h.in [IS_IN_build]: Allow compiling without optimization.
42298
42299 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
42300
42301         [BZ #887]
42302         * math/libm-test.inc (logb_test_downward): New test to expose
42303         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
42304         rounding mode.
42305
42306 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
42307
42308         [BZ #14027]
42309         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
42310         to be done.
42311         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
42312         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
42313
42314 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
42315
42316         * sysdeps/unix/i386/brk.S: Remove file.
42317         * sysdeps/unix/i386/dl-brk.S: Likewise.
42318         * sysdeps/unix/i386/pipe.S: Likewise.
42319         * sysdeps/unix/i386/sigreturn.S: Likewise.
42320         * sysdeps/unix/i386/syscall.S: Likewise.
42321         * sysdeps/unix/i386/vfork.S: Likewise.
42322         * sysdeps/unix/i386/wait.S: Likewise.
42323
42324         * sysdeps/unix/common/tcsendbrk.c: Move to ...
42325         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
42326
42327         * configure.in (arm*-none*): Do not allow without
42328         --enable-hacker-mode.
42329         (netbsd*): Remove case setting base_os.
42330         (386bsd*): Likewise.
42331         (freebsd*): Likewise.
42332         (bsdi*): Likewise.
42333         (osf*): Likewise.
42334         (sunos*): Likewise.
42335         (ultrix*): Likewise.
42336         (newsos*): Likewise.
42337         (dynix*): Likewise.
42338         (*bsd*): Likewise.
42339         (sysv*): Likewise.
42340         (isc*): Likewise.
42341         (esix*): Likewise.
42342         (sco*): Likewise.
42343         (minix*): Likewise.
42344         (irix4*): Likewise.
42345         (irix6*): Likewise.
42346         (solaris[2-9]*): Likewise.
42347         (none): Likewise.
42348         * configure: Regenerated.
42349
42350 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42351
42352         [BZ #11521]
42353         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
42354         overflow or cancellation in calculating denominator.
42355         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
42356         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
42357         down expression to avoid unexpected rounding in newer GCCs.
42358         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
42359
42360 2012-04-26  David S. Miller  <davem@davemloft.net>
42361
42362         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
42363         long-double compat symbols.
42364         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
42365         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
42366         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
42367         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
42368         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
42369         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
42370         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
42371         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
42372         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
42373         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
42374         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
42375         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
42376         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
42377
42378 2012-04-25  David S. Miller  <davem@davemloft.net>
42379
42380         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
42381         HWCAP_* values only after the memory barriers have been defined.
42382         (atomic_full_barrier): Define.
42383         (atomic_read_barrier): Define.
42384         (atomic_write_barrier): Define.
42385
42386 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42387
42388         * shlib-versions: Add libgcc_s version information.
42389         * sysdeps/generic/libgcc_s.h: Remove.
42390         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
42391         libgcc_s.h.
42392         * sysdeps/gnu/unwind-resume.c: Likewise.
42393         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
42394
42395 2012-04-25  David S. Miller  <davem@davemloft.net>
42396
42397         * sysdeps/unix/sparc/brk.S: Delete.
42398         * sysdeps/unix/sparc/dl-brk.S: Delete.
42399         * sysdeps/unix/sparc/pipe.S: Delete.
42400         * sysdeps/unix/sparc/sysdep.S: Delete.
42401         * sysdeps/unix/sparc/sysdep.h: Delete.
42402         * sysdeps/unix/sparc/vfork.S: Delete.
42403         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
42404         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
42405         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
42406         (ret_ERRVAL, r0, r1, MOVE): Define.
42407         (JUMPTARGET): Remove.
42408         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
42409         sysdeps/unix/sparc/sysdep.h
42410         (ENTRY, END): Remove.
42411         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
42412
42413 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
42414
42415         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
42416         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
42417         -DIS_IN_build.
42418
42419         * timezone/README: Update upstream location and email address for
42420         tzcode and tzdata.
42421         * timezone/zdump.c: Update from tzcode 2012b.
42422         * timezone/zic.c: Likewise.
42423
42424         * configure.in (libc_cv_as_needed): Remove test.
42425         * configure: Regenerated.
42426         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
42427         conditional definition.
42428         [$(have-as-needed) != yes] (no-as-needed): Likewise.
42429         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
42430         * config.make.in (have-as-needed): Remove variable.
42431
42432 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
42433             Paul Pluzhnikov  <ppluzhnikov@google.com>
42434
42435         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
42436         strings correctly.
42437
42438 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
42439
42440         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
42441         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
42442         * sysdeps/sh/strlen.S: Likewise.
42443
42444 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42445
42446         * sysdeps/unix/fork.S: Remove file.
42447         * sysdeps/unix/i386/fork.S: Likewise.
42448         * sysdeps/unix/sparc/fork.S: Likewise.
42449
42450         * sysdeps/unix/system.c: Remove file.
42451         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
42452
42453         * sysdeps/unix/getegid.S: Remove file.
42454         * sysdeps/unix/geteuid.S: Likewise.
42455
42456 2012-04-24  Roland McGrath  <roland@hack.frob.com>
42457
42458         * scripts/check-localplt.awk: New file.
42459         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
42460         of diff.
42461         * scripts/data/localplt-generic.data: Add a comment.
42462
42463         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
42464         NODE when __dir_mkfile failed.
42465         * sysdeps/mach/hurd/symlinkat.c: Likewise.
42466         Reported by Ludovic Courtès <ludo@gnu.org>.
42467
42468 2012-04-24  Andreas Jaeger  <aj@suse.de>
42469
42470         * Makerules (common-clean): Also remove gen-as-const-headers
42471         files.
42472
42473 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42474
42475         * Makerules (native-compile): Do not change working directory for
42476         build.  Use $(OUTPUT_OPTION) in command.
42477         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
42478
42479 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42480
42481         [BZ #13886]
42482         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
42483         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
42484         * math/libm-test.inc (floor_test): Add more tests.
42485         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
42486
42487 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
42488
42489         * sysdeps/unix/getdents.c: Remove file.
42490         * sysdeps/unix/sysv/getdents.c: Likewise.
42491         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
42492
42493         * sysdeps/unix/syscalls.list (madvise): Add syscall from
42494         sysdeps/unix/mman/syscalls.list.
42495         (mmap): Likewise.
42496         (mprotect): Likewise.
42497         (msync): Likewise.
42498         (munmap): Likewise.
42499         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
42500         * sysdeps/unix/mman/syscalls.list: Remove.
42501         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
42502
42503         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
42504         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
42505         * configure: Regenerated.
42506         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
42507         $(libgcc_s_suffix).
42508         * config.make.in (libgcc_s_suffix): Remove variable.
42509
42510 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
42511
42512         * sysdeps/unix/sysv/gethostname.c: Move to ...
42513         * sysdeps/posix/gethostname.c: ... here.
42514
42515         * sysdeps/unix/execve.S: Remove file.
42516
42517         * sysdeps/unix/_exit.S: Remove file.
42518
42519 2012-04-23  Andreas Jaeger  <aj@suse.de>
42520
42521         [BZ #13739]
42522         * manual/Makefile: Remove make dist support, there's no
42523         need for a stand-alone documentation tar ball.
42524         (TEXI2DVI): Define always, it's not in Makeconfig.
42525         (dist): Removed.
42526         (tar-it): Removed.
42527         (edition): Removed.
42528         (glibc-doc-$(edition).tar): Removed
42529         (%.Z): Removed.
42530         (%.gz): Removed.
42531         (%.uu): Removed.
42532         (ETAGS): Remove, it's in Makeconfig.
42533         (move-if-change): Remove, it's in Makeconfig.
42534
42535 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
42536
42537         [BZ #13970]
42538         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
42539         (strtod, strtof, strtold, strtol, strtoul, strtoq)
42540         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
42541         (strtod_l, strtof_l, strtold_l): Remove __wur.
42542         It is not necessarily an error to ignore strtol's return value.
42543         One can reliably look at the stored endptr to decide whether
42544         the number had valid syntax.
42545
42546 2012-04-21  Andreas Jaeger  <aj@suse.de>
42547
42548         [BZ #13739]
42549         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
42550
42551 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
42552
42553         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
42554         * sysdeps/unix/sysv/Versions: Remove file.
42555
42556 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
42557
42558         [BZ #13927]
42559         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42560
42561 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
42562
42563         [BZ #7064]
42564         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
42565         version from __vm86.
42566
42567 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
42568
42569         * sysdeps/unix/common/lxstat.c: Remove file.
42570         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
42571
42572         * sysdeps/unix/sysv/Makefile: Remove file.
42573
42574         * sysdeps/unix/sysv/direct.h: Remove file.
42575
42576         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
42577         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
42578         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
42579         * sysdeps/unix/sysv/bits/signum.h: Likewise.
42580         * sysdeps/unix/sysv/bits/stat.h: Likewise.
42581         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
42582         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42583
42584         * sysdeps/unix/sysv/setrlimit.c: Remove file.
42585
42586         * sysdeps/unix/xmknod.c: Remove file.
42587         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42588
42589         * sysdeps/unix/sysv/settimeofday.c: Remove file.
42590
42591         * sysdeps/unix/sysv/i386/time.S: Remove file.
42592
42593         * sysdeps/unix/fxstat.c: Remove file.
42594         * sysdeps/unix/xstat.c: Likewise.
42595         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42596
42597         * sysdeps/unix/sysv/sigaction.c: Remove file.
42598
42599         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42600         (sysdep_headers): Remove variable.
42601         [termio.h not in sysdep_headers] (generated): Likewise.
42602         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42603         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42604         * sysdeps/unix/sysv/tcdrain.c: Likewise.
42605         * sysdeps/unix/sysv/tcflow.c: Likewise.
42606         * sysdeps/unix/sysv/tcflush.c: Likewise.
42607         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42608         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42609         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42610         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42611         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42612
42613         * sysdeps/unix/siglist.c: Remove file.
42614
42615         * sysdeps/unix/getppid.S: Remove file.
42616
42617         * sysdeps/unix/mkdir.c: Remove file.
42618         * sysdeps/unix/rmdir.c: Likewise.
42619
42620 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
42621
42622         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42623         ERR_MAX value.
42624         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42625         errlist-compat value.
42626
42627 2012-04-18  David S. Miller  <davem@davemloft.net>
42628
42629         * sysdeps/generic/memcopy.h (reg_char): Delete.
42630         * debug/strcat_chk.c: Use char, not reg_char.
42631         * debug/strcpy_chk.c: Likewise.
42632         * debug/strncat_chk.c: Likewise.
42633         * debug/strncpy_chk.c: Likewise.
42634         * string/memchr.c: Likewise.
42635         * string/memrchr.c: Likewise.
42636         * string/rawmemchr.c: Likewise.
42637         * string/strcat.c: Likewise.
42638         * string/strchr.c: Likewise.
42639         * string/strchrnul.c: Likewise.
42640         * string/strcmp.c: Likewise.
42641         * string/strcpy.c: Likewise.
42642         * string/strncat.c: Likewise.
42643         * string/strncmp.c: Likewise.
42644         * string/strncpy.c: Likewise.
42645
42646 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42647
42648         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42649         __builtin_memcopy is called when src and dest ranges are known to not
42650         overlap.
42651
42652 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42653
42654         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42655         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42656         fwd_align_merge macro call.
42657         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42658         bwd_align_merge macro call.
42659         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42660
42661 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42662
42663         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42664         bwd_align_merge macros.
42665         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42666         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42667         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42668
42669 2012-04-18  David S. Miller  <davem@davemloft.net>
42670
42671         * sysdeps/sparc/sparc64/memcopy.h: Delete.
42672
42673 2012-04-18  Andreas Jaeger  <aj@suse.de>
42674
42675         [BZ# 6794]
42676         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42677         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42678         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42679
42680         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42681         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42682         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42683
42684         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42685         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42686         Adjust for changed ldbl-128 files.
42687
42688         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42689         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42690         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42691
42692 2012-04-17  David S. Miller  <davem@davemloft.net>
42693
42694         * sysdeps/sparc/sparc32/memcopy.h: Delete.
42695
42696 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
42697
42698         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42699         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42700         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42701         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42702         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42703         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42704
42705 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42706
42707         [BZ #6794]
42708         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42709         * math/libm-test.inc: Add ilogb errno and exception tests.
42710         * math/w_ilogb.c: New file: ilogb wrapper.
42711         * math/w_ilogbf.c: New file: ilogbf wrapper.
42712         * math/w_ilogbl.c: New file: ilogbl wrapper.
42713         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42714         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42715         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42716         exception being thrown with 0.0 as argument.
42717         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42718         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42719         exception being thrown with 0.0 as argument.
42720         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42721         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42722         exception being thrown with 0.0 as argument.
42723         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42724         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42725         exception being thrown with 0.0 as argument.
42726         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42727         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
42728         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
42729         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42730         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42731         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42732         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42733         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42734         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42735
42736 2012-04-17  Petr Baudis  <pasky@ucw.cz>
42737
42738         * include/sys/uio.h: Change __vector to __iovec to avoid clash
42739         with altivec.
42740
42741 2012-04-16  Marek Polacek  <polacek@redhat.com>
42742
42743         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42744
42745 2012-04-16  Marek Polacek  <polacek@redhat.com>
42746
42747         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
42748         operands of fdivp instruction.
42749
42750 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42751
42752         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
42753         * elf/tst-auditmod3b.c: Likewise.
42754         * elf/tst-auditmod4b.c: Likewise.
42755         * elf/tst-auditmod5b.c: Likewise.
42756         * elf/tst-auditmod6b.c: Likewise.
42757         * elf/tst-auditmod6c.c: Likewise.
42758         * elf/tst-auditmod7b.c: Likewise.
42759         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
42760         * sysdeps/x86_64/preconfigure.in: Likewise.
42761         * sysdeps/x86_64/preconfigure: Regenerated.
42762
42763 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42764
42765         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
42766         __ILP32__.
42767
42768 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
42769
42770         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42771         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
42772
42773 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
42774
42775         [BZ #13973]
42776         * locale/iso-639.def: Fix gl language name. Spotted by
42777         Yaron Shahrabani.
42778
42779 2012-04-12  Roland McGrath  <roland@hack.frob.com>
42780
42781         [BZ #2074]
42782         * libio/libio.h (__io_write_fn): Update comment.
42783
42784 2012-04-12  Petr Baudis  <pasky@ucw.cz>
42785
42786         [BZ #2074]
42787         * stdio.texi (Hook Functions): The user provided writer function
42788         is not allowed to return -1.
42789
42790 2012-04-11  David S. Miller  <davem@davemloft.net>
42791
42792         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42793
42794 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
42795
42796         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
42797         Add a leading slash to rtkaio.
42798
42799 2012-04-11  Jim Meyering  <meyering@redhat.com>
42800
42801         [BZ #11959]
42802         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
42803         It is not necessarily an error to ignore fwrite's return
42804         value.  One can reliably use ferror to test for errors after
42805         the fact.
42806
42807 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42808
42809         * bits/types.h (__snseconds_t): New type.
42810         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
42811
42812         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
42813         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42814         (__SNSECONDS_T_TYPE): Likewise.
42815         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42816         (__SNSECONDS_T_TYPE): Likewise.
42817         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42818         (__SNSECONDS_T_TYPE): Likewise.
42819
42820 2012-04-10  Andreas Jaeger  <aj@suse.de>
42821
42822         [BZ #2636]
42823         * manual/time.texi (Processor Time): Return type of times is
42824         elapsed real time since an arbitrary point in the past.
42825         (CPU Time): Move CLK_TCK from here...
42826         (Processor Time): ...to here.  Correct description.
42827         * manual/conf.texi (Constants for Sysconf): Correct description of
42828         _SC_CLK_TCK.
42829
42830 2012-04-10  David S. Miller  <davem@davemloft.net>
42831
42832         [BZ #13967]
42833         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
42834         where the is a gap between DT_REL(A) and DT_JMPREL.
42835
42836 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42837
42838         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
42839         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42840         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42841
42842 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
42843
42844         * elf/dl-support.c (_dl_inhibit_cache): New variable.
42845         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
42846         (dl_main): Handle --inhibit-cache.
42847         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
42848         _dl_inhibit_cache.
42849         * elf/dl-load.c (_dl_map_object): Use it.
42850         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
42851
42852 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42853
42854         [BZ #13872]
42855         * sysdeps/i386/fpu/e_powl.S (p78): New object.
42856         (__ieee754_powl): Saturate large exponents rather than testing for
42857         overflow of y*log2(x).
42858         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42859         * math/libm-test.inc (pow_test): Do not permit spurious overflow
42860         exceptions.
42861
42862         [BZ #11521]
42863         * math/s_ctan.c: Include <float.h>.
42864         (__ctan): Avoid internal overflow or cancellation in calculating
42865         denominator.
42866         * math/s_ctanf.c: Likewise.
42867         * math/s_ctanl.c: Likewise.
42868         * math/s_ctanh.c: Likewise.
42869         * math/s_ctanhf.c: Likewise.
42870         * math/s_ctanhl.c: Likewise.
42871         * math/libm-test.inc (ctan_test): Add more tests.
42872         (ctanh_test): Likewise.
42873         * sysdeps/i386/fpu/libm-test-ulps: Update.
42874         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42875
42876 2012-04-09  Andreas Jaeger  <aj@suse.de>
42877
42878         [BZ #6894]
42879         * manual/filesys.texi (Directory Entries): Mention that d_namlen
42880         is an optional BSD extension.
42881
42882         [BZ #10254]
42883         * manual/stdio.texi (Opening Streams): Document additional fopen
42884         parameters.
42885
42886 2012-04-09  Roland McGrath  <roland@hack.frob.com>
42887
42888         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
42889         %eax without telling the compiler.
42890
42891 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
42892
42893         [BZ # 13963]
42894         * manual/install.texi: Use sourceware.org.
42895
42896 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42897
42898         [BZ #13873]
42899         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
42900         (__ieee754_pow): Generate overflow and underflow using huge*huge
42901         and tiny*tiny rather than just returning constant infinity or zero
42902         for large exponents.
42903         * math/libm-test.inc (pow_test): Require overflow exceptions for
42904         applicable cases of large exponents.
42905
42906         [BZ #706]
42907         * sysdeps/i386/fpu/e_pow.S (p10): New object.
42908         (__ieee754_pow): Use iterative multiplication algorithm only for
42909         integer exponents with absolute value below 1024.  Check for odd
42910         integer exponents when using algorithm for real exponents.
42911         * math/libm-test.inc (pow_test): Add more tests.
42912         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42913
42914 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
42915
42916         [BZ #13705]
42917         * math/libm-test.inc (exp_test): Do not allow overflow exception
42918         on underflow test.
42919
42920 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
42921
42922         [BZ #13705]
42923         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
42924         instead of __kernel_standard_f.
42925
42926 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
42927
42928         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
42929         * sysdeps/x86_64/memset_chk.S: Likewise.
42930
42931 2012-04-08  Andreas Jaeger  <aj@suse.de>
42932
42933         [BZ #10153]
42934         * manual/startup.texi (Environment Access): Describe return value
42935         for putenv and setenv.
42936
42937         [BZ #6895]
42938         * manual/filesys.texi (Directory Entries): Add description for
42939         DT_LNK.
42940
42941         [BZ #6890]
42942         * manual/filesys.texi (Directory Entries): Clarify that it's file
42943         system not operating system in the description of DT_UNKNOWN.
42944
42945         [BZ #6578]
42946         * manual/syslog.texi (closelog): Fix reference, it's openlog.
42947
42948 2012-04-08  Stephen Compall  <s11@member.fsf.org>
42949
42950         [BZ #6649]
42951         * manual/llio.texi (Opening and Closing Files): Add cross
42952         reference to explain mode argument.
42953
42954 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
42955
42956         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
42957         * sysdeps/x86_64/memset_chk.S: Likewise.
42958
42959 2012-04-07  David S. Miller  <davem@davemloft.net>
42960
42961         * elf/elf.h (R_SPARC_WDISP10): Define.
42962         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
42963         R_SPARC_SIZE32.
42964         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
42965         R_SPARC_SIZE64 and R_SPARC_H34.
42966
42967 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
42968
42969         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
42970         conditions and remove no longer applicable assertion.
42971
42972 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42973
42974         * bits/byteswap.h: Include <features.h>.
42975         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42976         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42977
42978 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42979
42980         * bits/byteswap.h (__bswap_16): Removed.
42981         Include <bits/byteswap-16.h> to get __bswap_16.
42982         * sysdeps/i386/bits/byteswap.h: Likewise.
42983         * sysdeps/s390/bits/byteswap.h: Likewise.
42984         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42985         * bits/byteswap-16.h: New file.
42986         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42987         * sysdeps/s390/bits/byteswap-16.h: Likewise.
42988         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
42989         * string/Makefile (headers): Add bits/byteswap-16.h.
42990
42991 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
42992
42993         [BZ #13895]
42994         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
42995         extra indirection.
42996         * nss/Makefile (tests-static, tests): Add tst-nss-static.
42997         * nss/tst-nss-static.c: New.
42998
42999 2012-04-06  Robert Millan  <rmh@gnu.org>
43000
43001         [BZ #6486]
43002         * manual/llio.texi (File Position Primitive): lseek
43003         refers to WHENCE when it really means OFFSET.
43004
43005 2012-04-06  Andreas Jaeger  <aj@suse.de>
43006
43007         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
43008         strncmp declarations.
43009
43010         * abilist/libc.abilist: Add __poll and __ppoll.
43011
43012 2012-04-05  David S. Miller  <davem@davemloft.net>
43013
43014         * scripts/check-local-headers.sh: Accept a host triplet in the
43015         path matched by the exclude regexp.
43016
43017         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
43018         definition.
43019         * sysdeps/powerpc/powerpc32/dl-machine.h
43020         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
43021         * sysdeps/s390/s390-32/dl-machine.h
43022         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43023         * sysdeps/sparc/sparc32/dl-machine.h
43024         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43025         * sysdeps/sparc/sparc64/dl-machine.h
43026         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
43027
43028         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
43029         lazy binding.
43030         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
43031         undefined symbol errors.
43032
43033         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
43034         DT_NEEDED entries.
43035
43036 2012-04-05  Michael Matz  <matz@suse.de>
43037
43038         [BZ #13592]
43039         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
43040
43041 2012-04-05  Andreas Jaeger  <aj@suse.de>
43042
43043         [BZ #13908]
43044         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
43045         comment.
43046
43047 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43048
43049         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
43050         which ROUND is no valid rounding mode.
43051
43052 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43053
43054         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
43055         read again.
43056         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
43057
43058 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43059
43060         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
43061         an exception using FPU order intentionally.
43062
43063 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
43064
43065         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
43066         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
43067         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
43068         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
43069
43070 2012-04-05  Simon Josefsson  <simon@josefsson.org>
43071
43072         [BZ #12340]
43073         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
43074         EINVAL when BUFLEN is too smal.
43075
43076 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
43077
43078         [BZ #13553]
43079         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
43080         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
43081
43082 2012-04-03  Andreas Jaeger  <aj@suse.de>
43083
43084         [BZ #13938]
43085         * manual/setjmp.texi (System V contexts): Fix sentence.
43086
43087         [BZ #13926]
43088         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
43089         New macro for this case.
43090         [!__GNUC__] (__bswap_64): New inline function for this case.
43091         * sysdeps/x86_64/bits/byteswap.h: Likewise.
43092         * bits/byteswap.h: Likewise.
43093         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
43094         ull, guard with __GLIBC_HAVE_LONG_LONG.
43095
43096         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
43097         __GLIBC_HAVE_LONG_LONG.
43098
43099         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
43100         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
43101
43102 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
43103
43104         [BZ #13691]
43105         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
43106         inptr and inend, rather than using last_ch.
43107
43108 2012-04-02  David S. Miller  <davem@davemloft.net>
43109
43110         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
43111         * stdio-common/printf-parse.h (read_int): Change return type to
43112         'int', return -1 on INT_MAX overflow.
43113         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
43114         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
43115         overflows INT_MAX.  Check for overflow of in-format-string precision
43116         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
43117         SIZE_MAX not INT_MAX for integer overflow test.
43118         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
43119         skip the construct in the format string but do not record anything.
43120         * stdio-common/bug22.c: Adjust to test both width/prevision
43121         INT_MAX overflow as well as total length INT_MAX overflow.  Check
43122         explicitly for proper errno values.
43123
43124 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
43125
43126         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
43127         CHAR_MAX.
43128         * string/test-strcmp.c [! WIDE]: Likewise.
43129         * time/tst-mktime2.c: Likewise for INT_MAX.
43130         * string/test-string.h: #include <sys/param.h> for MIN.
43131
43132         * csu/init-first.c (__libc_init_first): Call __ctype_init.
43133         * sysdeps/i386/init-first.c (init): Likewise.
43134         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
43135         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
43136         * sysdeps/sh/init-first.c (init): Likewise.
43137
43138 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
43139
43140         * po/ru.po: Update from translation team.
43141         * po/vi.po: Likewise.
43142
43143 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
43144
43145         * resolv/nss_dns/dns-host.c: Merge copyright years.
43146
43147 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43148
43149         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
43150         Optimize memcpy with prefetch if
43151         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
43152         src, dst pointers have unequal 16 byte alignments.
43153
43154 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
43155
43156         [BZ #13928]
43157         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
43158         from a CNAME entry and return the minimum ttl for the query.
43159         (gaih_getanswer_slice): Likewise.
43160
43161 2012-03-30  Jeff Law  <law@redhat.com>
43162
43163         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
43164         due to long keys.
43165         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
43166         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
43167
43168         * resolv/nss_dns/dns-host.c: Update copyright year.
43169
43170 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
43171
43172         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
43173         requests to save a system call.  Fix check that all bytes are sent.
43174
43175         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
43176         comments for sendmmsg.
43177
43178 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43179
43180         [BZ #13691]
43181         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
43182         with only 1 character between 0x0041 and 0x01b0.
43183         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
43184         * wcsmbs/tst-mbsnrtowcs.c: New file.
43185
43186 2012-03-29  David S. Miller  <davem@davemloft.net>
43187
43188         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
43189         small copies by hand.
43190
43191 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
43192
43193         [BZ #13761]
43194         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
43195         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
43196         group memberships.
43197
43198 2012-03-28  David S. Miller  <davem@davemloft.net>
43199
43200         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
43201         that branches into memcpy.
43202         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
43203         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
43204         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
43205         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
43206         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
43207         bits.
43208         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
43209         implementation too.
43210         * sysdeps/sparc/mempcpy.S: New file.
43211
43212         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
43213         the IFUNC routine in the libc case.
43214         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
43215
43216         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
43217         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
43218         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
43219         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
43220         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
43221         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
43222         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
43223         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
43224
43225         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
43226         loop to 256 bytes instead of 64 bytes and fix test signedness.
43227
43228         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
43229         * sysdeps/sparc/sparc32/Makefile: rather than here...
43230         * sysdeps/sparc/sparc64/Makefile: and here.
43231
43232 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
43233
43234         * malloc/mallocbug.c: Avoid warnings about unused variables.
43235
43236 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
43237
43238         [BZ #13760]
43239         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
43240         in the right place. Discard and retry query if response is
43241         larger than input buffer size.
43242
43243 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
43244
43245         [BZ #369]
43246         [BZ #2678]
43247         [BZ #3866]
43248         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
43249         x for large integer exponent.
43250         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
43251         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
43252         sign of result as needed afterwards.
43253         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
43254         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
43255         result for underflowing pow the same as for overflow.
43256         (__kernel_standard_l): Handle powl overflow and underflow here
43257         rather than calling __kernel_standard.
43258         * math/libm-test.inc (pow_test): Add more tests.
43259
43260         [BZ #3868]
43261         [BZ #13879]
43262         [BZ #13910]
43263         [BZ #13911]
43264         [BZ #13912]
43265         [BZ #13913]
43266         [BZ #13915]
43267         [BZ #13916]
43268         [BZ #13917]
43269         [BZ #13918]
43270         [BZ #13919]
43271         [BZ #13920]
43272         [BZ #13921]
43273         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
43274         * sysdeps/ieee754/k_standard.c: Include <float.h>.
43275         (__kernel_standard_l): New function.
43276         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
43277         __kernel_standard.
43278         * math/w_acosl.c (__acosl): Likewise.
43279         * math/w_asinl.c (__asinl): Likewise.
43280         * math/w_atan2l.c (__atan2l): Likewise.
43281         * math/w_atanhl.c (__atanhl): Likewise.
43282         * math/w_coshl.c (__coshl): Likewise.
43283         * math/w_exp10l.c (__exp10l): Likewise.
43284         * math/w_exp2l.c (__exp2l): Likewise.
43285         * math/w_fmodl.c (__fmodl): Likewise.
43286         * math/w_hypotl.c (__hypotl): Likewise.
43287         * math/w_j0l.c (__j0l, __y0l): Likewise.
43288         * math/w_j1l.c (__j1l, __y1l): Likewise.
43289         * math/w_jnl.c (__jnl, __ynl): Likewise.
43290         * math/w_lgammal.c (__lgammal): Likewise.
43291         * math/w_log10l.c (__log10l): Likewise.
43292         * math/w_log2l.c (__log2l): Likewise.
43293         * math/w_logl.c (__logl): Likewise.
43294         * math/w_powl.c (__powl): Likewise.
43295         * math/w_remainderl.c (__remainderl): Likewise.
43296         * math/w_scalbl.c (sysv_scalbl): Likewise.
43297         * math/w_sinhl.c (__sinhl): Likewise.
43298         * math/w_sqrtl.c (__sqrtl): Likewise.
43299         * math/w_tgammal.c (__tgammal): Likewise.
43300         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
43301         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
43302         * math/libm-test.inc (acos_test): Add more tests.
43303         (acosh_test): Likewise.
43304         (asin_test): Likewise.
43305         (atanh_test): Likewise.
43306         (exp_test): Likewise.
43307         (exp10_test): Likewise.
43308         (exp2_test): Likewise.
43309         (expm1_test): Likewise.
43310         (lgamma_test): Likewise.
43311         (log_test): Likewise.
43312         (log10_test): Likewise.
43313         (log1p_test): Likewise.
43314         (log2_test): Likewise.
43315         (pow_test): Do not allow some spurious overflow exceptions.
43316         (sqrt_test): Add more tests.
43317         (tgamma_test): Likewise.
43318         (y0_test): Likewise.
43319         (y1_test): Likewise.
43320         (yn_test): Likewise.
43321
43322 2012-03-27  Anton Blanchard  <anton@samba.org>
43323
43324         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
43325         MAP_HUGETLB.
43326         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
43327         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
43328         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
43329
43330 2012-03-27  David S. Miller  <davem@davemloft.net>
43331
43332         * conform/Makefile: Run run-conformtest.sh using $(BASH).
43333
43334         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
43335         have-as-vis3 check.
43336
43337 2012-03-27  Andreas Jaeger  <aj@suse.de>
43338
43339         * sysdeps/x86_64/elf/configure.in: Moved to ...
43340         * sysdeps/x86_64/configure.in: ... here.
43341         * sysdeps/x86_64/elf/start.S: Moved to ...
43342         * sysdeps/x86_64/start.S: ... here.
43343         * sysdeps/x86_64/elf/configure: Delete.
43344
43345         * sysdeps/x86_64/configure.in: Merge contents from
43346         sysdeps/i386/configure.in (without i686 check).
43347
43348         * sysdeps/i386/elf/Versions: Merge into ...
43349         * sysdeps/i386/Versions: ... this.
43350         * sysdeps/i386/elf/Versions: Delete file.
43351         * sysdeps/i386/elf/start.S: Moved to ...
43352         * sysdeps/i386/start.S: ...here.
43353         * sysdeps/i386/elf/configure.in: Merge into...
43354         * sysdeps/i386/configure.in: ...here.
43355         * sysdeps/i386/elf/configure.in: Delete file.
43356         * sysdeps/i386/elf/configure: Delete file.
43357
43358         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
43359         * debug/backtracesyms.c: ... here.
43360         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
43361         * debug/backtracesymsfd.c: ... here.
43362         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
43363         * sysdeps/generic/ifunc-sel.h: ... here.
43364
43365         * sysdeps/unix/i386/start.c: Delete file.
43366         * sysdeps/unix/sparc/start.c: Delete file.
43367         * sysdeps/unix/start.c: Delete file.
43368
43369         * sysdeps/sh/elf/configure.in: Moved to ...
43370         * sysdeps/sh/configure.in: ... here.
43371         * sysdeps/sh/elf/start.S: Moved to ...
43372         * sysdeps/sh/start.S: ... here.
43373         * sysdeps/sh/elf/configure: Delete file.
43374
43375         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
43376         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
43377         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
43378         * sysdeps/powerpc/powerpc64/entry.h: ... here.
43379         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
43380         * sysdeps/powerpc/powerpc64/start.S: here.
43381         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
43382         * sysdeps/powerpc/powerpc64/Makefile: ... this.
43383         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
43384         * sysdeps/powerpc/powerpc64/configure.in: ... this.
43385         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
43386
43387         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
43388         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
43389         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
43390         * sysdeps/powerpc/powerpc32/start.S: ... here.
43391         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
43392         * sysdeps/powerpc/powerpc32/configure.in: ... this.
43393         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
43394
43395         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
43396         * sysdeps/powerpc/ifunc-sel.h: ... here.
43397         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
43398         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
43399
43400         * sysdeps/sparc/elf/configure.in: Moved to ...
43401         * sysdeps/sparc/configure.in: ... here.
43402         * sysdeps/sparc/elf/configure: Delete file.
43403         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
43404         * sysdeps/sparc/sparc32/start.S: ... here.
43405         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
43406         * sysdeps/sparc/sparc64/start.S: ... here.
43407         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
43408         * sysdeps/sparc/sparc32/Makefile: ... this.
43409         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
43410         * sysdeps/sparc/sparc64/Makefile: ... this.
43411
43412         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
43413         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
43414         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
43415         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
43416         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
43417         * sysdeps/s390/s390-32/setjmp.S: ... here.
43418         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
43419         * sysdeps/s390/s390-32/configure.in: ... here.
43420         * sysdeps/s390/s390-32/elf/configure: Delete file.
43421         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
43422         * sysdeps/s390/s390-32/start.S: ... here.
43423
43424         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
43425         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
43426         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
43427         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
43428         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
43429         * sysdeps/s390/s390-64/setjmp.S: ... here.
43430         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
43431         * sysdeps/s390/s390-64/configure.in: ... here
43432         * sysdeps/s390/s390-64/elf/configure: Delete file.
43433         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
43434         * sysdeps/s390/s390-64/start.S: ... here.
43435         * sysdeps/s390/s390-64/elf/configure: Delete.
43436
43437         * configure.in: Remove support for elf directories in sysdeps.
43438
43439         * configure: Regenerated.
43440         * sysdeps/i386/configure: Regenerated.
43441         * sysdeps/powerpc/powerpc32/configure: Regenerated.
43442         * sysdeps/powerpc/powerpc64/configure: Regenerated.
43443         * sysdeps/s390/s390-32/configure: Regenerated.
43444         * sysdeps/s390/s390-64/configure: Regenerated.
43445         * sysdeps/sh/configure: Regenerated.
43446         * sysdeps/sparc/configure: Regenerated.
43447         * sysdeps/x86_64/configure: Regenerated.
43448
43449 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
43450
43451         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43452
43453         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
43454         denormal result into account.
43455
43456 2012-03-25  Roland McGrath  <roland@hack.frob.com>
43457
43458         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
43459         Reported by Allan McRae <allan@archlinux.org>.
43460
43461 2012-03-23  Jeff Law  <law@redhat.com>
43462
43463         * nss/getnssent.c (__nss_getent): Fix typo.
43464
43465 2012-03-23  David S. Miller  <davem@davemloft.net>
43466
43467         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43468
43469 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
43470
43471         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
43472         to pad to uint64_t for each field.
43473         (dl_tls_index): Replace unsigned long with uint64_t.
43474
43475 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
43476         Paul Pluzhnikov  <ppluzhnikov@google.com>
43477
43478         [BZ #6528]
43479         * grp/Makefile (otherlibs): Don't set it.
43480         * inet/Makefile (otherlibs): Likewise.
43481         * login/Makefile (otherlibs): Likewise.
43482         * nscd/Makefile (otherlibs): Likewise.
43483         * posix/Makefile (otherlibs): Likewise.
43484         * pwd/Makefile (otherlibs): Likewise.
43485         * rt/Makefile (otherlibs): Likewise.
43486         * sunrpc/Makefile (otherlibs): Likewise.
43487         * nss/Makefile (otherlibs): Likewise.
43488         Add libnss_files to routines and static-only-routines.
43489         ($(objpfx)getent): Remove rule.
43490         * resolv/Makefile: Add libnss_dns and libresolv to routines and
43491         static-only-routines.
43492
43493 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43494
43495         [BZ #13892]
43496         * math/s_cexp.c: Include <float.h>.
43497         (__cexp): Handle exp result overflowing not necessarily
43498         overflowing both real and imaginary parts of result.
43499         * math/s_cexpf.c: Likewise.
43500         * math/s_cexpl.c: Likewise.
43501         * math/libm-test.inc (cexp_test): Add more tests.
43502         * sysdeps/i386/fpu/libm-test-ulps: Update.
43503         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43504
43505 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43506
43507         * include/link.h (ELFW): New macro.
43508         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
43509         Replace ELF64_R_TYPE with ELFW(R_TYPE).
43510
43511 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43512
43513         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
43514         with uint64_t.
43515
43516 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43517
43518         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
43519         declaration.
43520         (struct La_x32_retval): Likewise.
43521
43522 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
43523
43524         * sysdeps/x86_64/preconfigure.in: New file.
43525         * sysdeps/x86_64/preconfigure: New generated file.
43526
43527 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
43528
43529         [BZ #13824]
43530         * math/e_exp2l.c: Include <float.h>.
43531         (__ieee754_exp2l): Handle overflow and underflow cases
43532         separately.  Only pass fractional part of argument to
43533         __ieee754_expl.
43534         * math/libm-test.inc (exp2_test): Add more tests.
43535
43536         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
43537         negating x to take absolute value.
43538         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
43539         Likewise.
43540         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
43541         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
43542         Likewise.
43543         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
43544         computing low part if x was negated.
43545         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
43546
43547 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43548
43549         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
43550         la_x32_gnu_pltexit.
43551         (pltexit): Cast int_retval to ptrdiff_t.
43552         * elf/tst-auditmod3b.c: Likewise.
43553         * elf/tst-auditmod4b.c: Likewise.
43554         * elf/tst-auditmod5b.c: Likewise.
43555         * elf/tst-auditmod6b.c: Likewise.
43556         * elf/tst-auditmod6c.c: Likewise.
43557         * elf/tst-auditmod7b.c: Likewise.
43558
43559         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
43560         and x32_gnu_pltexit.
43561
43562         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
43563         __ELF_NATIVE_CLASS.
43564         (La_x32_regs): New macro.
43565         (La_x32_retval): Likewise.
43566         (la_x32_gnu_pltenter): New function prototype.
43567         (la_x32_gnu_pltexit): Likewise.
43568
43569 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
43570
43571         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
43572         exponent.
43573
43574         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43575
43576         * configure.in (libc_cv_cc_nofma): Check for option to disable
43577         generation of FMA instructions.
43578         * configure: Regenerate.
43579         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
43580         * sysdeps/ieee754/dbl-64/Makefile: New file.
43581         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
43582         Remove brandred-fma4.
43583         (CFLAGS-brandred-fma4.c): Remove.
43584         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43585         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43586         define.
43587         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43588         define.
43589
43590 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43591
43592         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43593         LLONG_MAX != LONG_MAX.
43594         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43595         (_fitoa_word): Likewise.
43596         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43597         LLONG_MAX != LONG_MAX.
43598         * stdio-common/_itowa.h: Include <_itoa.h>.
43599         (_itowa_word): Use _ITOA_WORD_TYPE on value.
43600         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
43601         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
43602         only if not defined.
43603         (_ITOA_WORD_TYPE): Likewise.
43604         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43605         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43606
43607 2012-03-21  David S. Miller  <davem@davemloft.net>
43608
43609         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43610
43611 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43612
43613         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43614         of x86_64 when setting libc_cv_slibdir, libdir and
43615         libc_cv_localedir.
43616         * sysdeps/unix/sysv/linux/configure: Regenerated.
43617
43618 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43619
43620         * manual/lang.texi (Old Varargs): Remove section.
43621         (How Variadic): Update menu.
43622         (va_start): Do not mention varargs.h.
43623
43624 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43625             Joseph Myers  <joseph@codesourcery.com>
43626
43627         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43628         link test.
43629         * configure: Regenerated.
43630
43631 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43632
43633         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43634         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43635         conformtest.pl
43636
43637 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43638
43639         * NOTES: Remove.
43640         * Makefile (files-for-dist): Remove NOTES.
43641         (NOTES): Remove rule.
43642         * README: Don't refer to NOTES.
43643         * manual/creature.texi: Don't include macros.texi.
43644         * manual/intro.texi (creature.texi): Remove comment referring to
43645         NOTES.
43646
43647         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
43648         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43649         * configure: Regenerated.
43650         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43651         LIBC_TRY_CC_OPTION.
43652         (libc_cv_as_i686): Likewise.
43653         (libc_cv_cc_avx): Likewise.
43654         (libc_cv_cc_sse2avx): Likewise.
43655         (libc_cv_cc_fma4): Likewise.
43656         (libc_cv_cc_novzeroupper): Likewise.
43657         * sysdeps/i386/configure: Regenerated.
43658
43659         [BZ #13883]
43660         * sysdeps/i386/fpu/s_cexp.S: Remove.
43661         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43662         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43663         * math/libm-test.inc (cexp_test): Add more tests.
43664         * sysdeps/i386/fpu/libm-test-ulps: Update.
43665         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43666
43667 2012-03-21  Allan McRae  <allan@archlinux.org>
43668
43669         * timezone/Makefile: Do not install iso3166.tab and zone.tab
43670
43671 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43672
43673         [BZ #13871]
43674         * math/w_exp2.c: Do not include <float.h>.
43675         (o_threshold, u_threshold): Remove.
43676         (__exp2): Calculate result before checking finiteness and calling
43677         __kernel_standard.
43678         * math/w_exp2f.c: Likewise.
43679         * math/w_exp2l.c: Likewise.
43680         * math/libm-test.inc (exp2_test): Require overflow exception for
43681         1e6 input.
43682
43683         [BZ #3866]
43684         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43685         range of signed 64-bit integers before using fistpll.  Remove
43686         checks for whether integers fit in mantissa bits.
43687         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43688         the range of signed 32-bit integers before using fistpl.  Remove
43689         checks for whether integers fit in mantissa bits.
43690         * sysdeps/i386/fpu/e_powl.S (p64): New object.
43691         (__ieee754_powl): Test for y outside the range of signed 64-bit
43692         integers before using fistpll.  Reduce 64-bit values to 63-bit
43693         ones as needed.
43694         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43695         divide-by-zero is raised for zero to large negative powers.
43696         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43697         (__ieee754_powl): Test for y outside the range of signed 64-bit
43698         integers before using fistpll.  Reduce 64-bit values to 63-bit
43699         ones as needed.
43700         * math/libm-test.inc (pow_test): Add more tests.
43701
43702 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43703
43704         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43705         <stdio-common/_itoa.h>.
43706         * debug/segfault.c: Likewise.
43707         * elf/dl-cache.c: Likewise.
43708         * elf/dl-minimal.c: Likewise.
43709         * elf/dl-misc.c: Likewise.
43710         * elf/dl-sysdep.c: Likewise.
43711         * elf/dl-version.c: Likewise.
43712         * elf/rtld.c: Likewise.
43713         * hurd/hurdsock.c: Likewise.
43714         * hurd/lookup-retry.c: Likewise.
43715         * malloc/malloc.c: Likewise.
43716         * malloc/mtrace.c: Likewise.
43717         * nscd/nscd_getgr_r.c: Likewise.
43718         * nscd/nscd_getpw_r.c: Likewise.
43719         * nscd/nscd_getserv_r.c: Likewise.
43720         * posix/getopt_init.c: Likewise.
43721         * posix/wordexp.c: Likewise.
43722         * stdio-common/_itoa.c: Likewise.
43723         * stdio-common/printf_fphex.c: Likewise.
43724         * stdio-common/vfprintf.c: Likewise.
43725         * string/_strerror.c: Likewise.
43726         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43727         * sysdeps/i386/i686/hp-timing.h: Likewise.
43728         * sysdeps/mach/_strerror.c: Likewise.
43729         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43730         * sysdeps/mach/hurd/sethostid.c: Likewise.
43731         * sysdeps/mach/hurd/xmknodat.c: Likewise.
43732         * sysdeps/mach/xpg-strerror.c: Likewise.
43733         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43734         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43735         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43736         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43737         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43738         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43739         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43740         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43741         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43742         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43743         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43744         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43745         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43746         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
43747         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
43748         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
43749         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
43750         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
43751         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
43752         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
43753         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
43754
43755         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
43756
43757         * stdio-common/_itoa.h: Moved to ...
43758         * sysdeps/generic/_itoa.h: Here.
43759
43760         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
43761
43762         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
43763         instead of "_itoa.h" and "_itowa.h".
43764         * stdio-common/vfprintf.: Likewise.
43765
43766 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43767
43768         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
43769         <bits/wordsize.h>.
43770         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
43771         (__signbit): Likwise.
43772         (llrintf): Likwise.
43773         (llrint): Likwise.
43774
43775 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43776
43777         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
43778         __WORDSIZE != 64.
43779
43780 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
43781
43782         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
43783         OVERFLOW_EXCEPTION_OK.
43784         * math/libm-test.inc ("Philosophy"): Update comment about
43785         exception testing.
43786         (OVERFLOW_EXCEPTION): Define.
43787         (OVERFLOW_EXCEPTION_OK): Likewise.
43788         (INVALID_EXCEPTION_OK): Renumber.
43789         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43790         (IGNORE_ZERO_INF_SIGN): Likewise.
43791         (test_exceptions): Handle FE_OVERFLOW.
43792         (exp10_test): Expect overflow exceptions.
43793         (exp2_test): Likewise.
43794         (expm1_test): Likewise.
43795         (nextafter_test): Likewise.
43796         (pow_test): Likewise.
43797         (scalbn_test): Likewise.
43798         (scalbln_test): Likewise.
43799
43800 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43801
43802         * sysdeps/x86_64/bits/atomic.h
43803         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
43804         64bit integer.
43805         (atomic_exchange_acq): Likewise.
43806         (__arch_exchange_and_add_body): Likewise.
43807         (__arch_add_body): Likewise.
43808         (atomic_add_negative): Likewise.
43809         (atomic_add_zero): Likewise.
43810
43811 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43812
43813         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
43814         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
43815
43816 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43817
43818         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
43819         Check __x86_64__ instead of __WORDSIZE.
43820
43821 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43822
43823         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
43824
43825 2012-03-19  David S. Miller  <davem@davemloft.net>
43826
43827         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43828
43829         * sysdeps/sparc/fpu/fenv_private.h: New file.
43830         * sysdeps/sparc/fpu/math_private.h: Use it.
43831         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
43832         Remove.
43833         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
43834         (libc_feholdexcept_setroundl): Remove.
43835         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
43836         Remove.
43837         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
43838         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
43839
43840 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43841
43842         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
43843         int64_t instead of long int.
43844         (INSERT_WORDS64): Likwise.
43845
43846 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43847
43848         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
43849         _Unwind_GetCFA return to _Unwind_Ptr first.
43850
43851 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
43852
43853         [BZ #13629]
43854         * math/s_clog.c: Include <float.h>.
43855         (__clog): Scale large or subnormal inputs.
43856         * math/s_clogf.c: Likewise.
43857         * math/s_clogl.c: Likewise.
43858         * math/s_clog10.c: Include <float.h>.
43859         (M_LOG10_2): Define.
43860         (__clog10): Scale large or subnormal inputs.
43861         * math/s_clog10f.c: Likewise.
43862         * math/s_clog10l.c: Likewise.
43863         * math/libm-test.inc (clog_test): Add more tests.
43864         (clog10_test): Likewise.
43865         * sysdeps/i386/fpu/libm-test-ulps: Update.
43866         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43867
43868         [BZ #11451]
43869         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
43870         x and y.
43871         * math/libm-test.inc (atan2_test): Add another test.
43872
43873         * Makerules (common-objdir-compile): Remove.
43874         * sysdeps/unix/Makefile (config-generated): Do not add
43875         $(unix-generated) to variable.
43876         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
43877         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
43878         Remove rule.
43879         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
43880         Likewise.
43881         [generic bits/local_lim.h] (before-compile): Do not append to
43882         variable.
43883         [generic bits/local_lim.h] (common-generated): Likewise.
43884         [generic sys/param.h] (before-compile): Do not append to variable.
43885         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
43886         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
43887         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
43888         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
43889         include.
43890         [generic sys/param.h] (sys/param.h-includes): Remove variable.
43891         [generic sys/param.h] (sys/param.h-includes): Remove rule.
43892         [generic sys/param.h] ($(addprefix
43893         $(common-objpfx),$(sys/param.h-includes))): Likewise.
43894         [generic sys/param.h] (common-generated): Do not append to
43895         variable.
43896         [generic sys/param.h] (sysdep_headers): Likewise.
43897         [generic bits/errno.h] (before-compile): Do not append to
43898         variable.
43899         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
43900         rule.
43901         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
43902         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
43903         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
43904         [generic bits/errno.h] (common-generated): Do not append to
43905         variable.
43906         [generic bits/ioctls.h] (before-compile): Do not append to
43907         variable.
43908         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
43909         rule.
43910         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
43911         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
43912         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
43913         rule.
43914         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
43915         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
43916         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
43917         [generic bits/ioctls.h] (common-generated): Do not append to
43918         variable.
43919         [generic sys/syscall.h] (syscall.h): Remove variable.
43920         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
43921         rule.
43922         [generic sys/syscall.h] (before-compile): Do not append to
43923         variable.
43924         [generic sys/syscall.h] (common-generated): Likewise.
43925         * sysdeps/unix/errnos-tmpl.c: Remove file.
43926         * sysdeps/unix/errnos.awk: Likewise.
43927         * sysdeps/unix/ioctls-tmpl.c: Likewise.
43928         * sysdeps/unix/ioctls.awk: Likewise.
43929         * sysdeps/unix/mk-local_lim.c: Likewise.
43930         * sysdeps/unix/snarf-ioctls: Likewise.
43931
43932 2012-03-19  Richard Henderson  <rth@twiddle.net>
43933
43934         * sysdeps/i386/fpu/fenv_private.h: New file.
43935         * sysdeps/i386/fpu/math_private.h: Use it.
43936         (math_opt_barrier, math_force_eval): Remove.
43937         (libc_feholdexcept_setround_53bit): Remove.
43938         (libc_feupdateenv_53bit): Remove.
43939         * sysdeps/x86_64/fpu/math_private.h: Likewise.
43940         (math_opt_barrier, math_force_eval): Remove.
43941         (libc_feholdexcept): Remove.
43942         (libc_feholdexcept_setround): Remove.
43943         (libc_fetestexcept, libc_fesetenv): Remove.
43944         (libc_feupdateenv_test): Remove.
43945         (libc_feupdateenv, libc_feholdsetround): Remove.
43946         (libc_feresetround): Remove.
43947
43948         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
43949         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
43950
43951         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
43952         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
43953         (libc_feupdateenv_testl): New.
43954         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
43955         (libc_feupdateenv_testf): New.
43956         (libc_feupdateenv): Use libc_feupdateenv_test.
43957         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
43958         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
43959
43960         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
43961         (libc_feholdsetroundf, libc_feholdsetroundl): New.
43962         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
43963         (libc_feresetround_noex): New.
43964         (libc_feresetround_noexf): New.
43965         (libc_feresetround_noexl): New.
43966         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
43967         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
43968         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
43969         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
43970         SET_RESTORE_ROUND.
43971         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
43972         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
43973         (__cos): Likewise.
43974         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
43975         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
43976         SET_RESTORE_ROUND_NOEX.
43977         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
43978         SET_RESTORE_ROUND_NOEXF.
43979         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
43980         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
43981         (libc_feholdsetroundf): New.
43982         (libc_feresetround, libc_feresetroundf): New.
43983
43984         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
43985         (libc_feholdexcept_setround_53bit): Convert from macro to function.
43986         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
43987
43988         * sysdeps/generic/math_private.h: Include <fenv.h>.
43989         (default_libc_feholdexcept): New.
43990         (default_libc_feholdexcept_setround): New.
43991         (default_libc_fesetenv, default_libc_feupdateenv): New.
43992         (libc_feholdexcept): Only define if undefined.
43993         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
43994         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
43995         (libc_feholdexcept_setroundl): Likewise.
43996         (libc_feholdexcept_setround_53bit): Likewise.
43997         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
43998         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
43999         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
44000         (libc_feupdateenv_53bit): Likewise.
44001         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
44002         (libc_feholdexcept): Convert from macro to inline function.
44003         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
44004         (libc_fesetenv, libc_feupdateenv): Likewise.
44005
44006         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
44007         not previously defined.
44008         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
44009         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
44010         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
44011         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
44012         * sysdeps/ieee754/flt-32/math_private.h: New file.
44013         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
44014         math_private.h below SET_FLOAT_WORD.
44015         (__isnan, __isinf_ns, __finite): Remove.
44016         (__isnanf, __isinf_nsf, __finitef): Remove.
44017
44018 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
44019
44020         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44021
44022 2012-03-17  David S. Miller  <davem@davemloft.net>
44023
44024         [BZ #6471]
44025         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
44026         for 2.16.
44027
44028 2012-03-16  David S. Miller  <davem@davemloft.net>
44029
44030         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
44031         warnings.
44032
44033         [BZ #6471]
44034         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
44035         properly.
44036         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
44037         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
44038         sysdep_routines when subdir is sysvipc.
44039         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
44040         __getshmlba helper.
44041
44042         * sysdeps/sparc/fpu/libm-test/ulps: Update.
44043
44044 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44045
44046         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
44047         [__LP64__].
44048
44049 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44050
44051         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
44052         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
44053         (__lround): Renamed to ...
44054         (__llround): This.  Replace long int with long long int.
44055         Define lround functions as aliases of llround functions.
44056         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
44057
44058 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44059
44060         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
44061         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
44062         adresses to uintptr_t.  Replace "long int" and "unsigned long
44063         int" with "greg_t" on va_arg.
44064
44065 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44066
44067         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
44068         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
44069
44070         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
44071         Move e_machine check before EI_CLASS check.  Handle x32
44072         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
44073         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
44074         SKIP_EM_IA_64 and include
44075         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
44076
44077         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
44078         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
44079         (add_system_dir): New macro.
44080
44081         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
44082         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
44083
44084 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44085
44086         [BZ #2551]
44087         [BZ #2552]
44088         [BZ #2553]
44089         [BZ #2554]
44090         [BZ #2562]
44091         [BZ #2563]
44092         [BZ #2565]
44093         [BZ #2566]
44094         [BZ #2576]
44095         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
44096         (y0): Likewise.
44097         * math/w_j0f.c (j0f): Likewise.
44098         (y0f): Likewise.
44099         * math/w_j0l.c (__j0l): Likewise.
44100         (__y0l): Likewise.
44101         * math/w_j1.c (j1): Likewise.
44102         (y1): Likewise.
44103         * math/w_j1f.c (j1f): Likewise.
44104         (y1f): Likewise.
44105         * math/w_j1l.c (__j1l): Likewise.
44106         (__y1l): Likewise.
44107         * math/w_jn.c (jn): Likewise.
44108         (yn): Likewise.
44109         * math/w_jnf.c (jnf): Likewise.
44110         (ynf): Likewise.
44111         * math/w_jnl.c (__jnl): Likewise.
44112         (__ynl): Likewise.
44113         * math/libm-test.inc (j0_test): Add more tests.
44114         (j1_test): Likewise.
44115         (jn_test): Likewise.  Add trailing semicolon to existing test.
44116         (y0_test): Likewise.
44117         (y1_test): Likewise.
44118         * sysdeps/i386/fpu/libm-test-ulps: Update.
44119         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44120
44121         [BZ #13851]
44122         [BZ #13854]
44123         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
44124         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
44125         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
44126         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
44127         (__tanl): Set errno for infinite argument.
44128         * sysdeps/i386/fpu/mptan.c: Remove.
44129         * sysdeps/i386/fpu/s_tan.S: Likewise.
44130         * sysdeps/i386/fpu/s_tanl.S: Likewise.
44131         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
44132         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
44133         * math/libm-test.inc (tan_test): Add more tests and enable more
44134         tests for double and long double.
44135         * sysdeps/i386/fpu/libm-test-ulps: Update.
44136         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44137
44138 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
44139
44140         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
44141         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
44142
44143 2012-03-16  Roland McGrath  <roland@hack.frob.com>
44144
44145         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
44146         * configure.in: Use it for both main tree and add-ons.
44147         * configure: Regenerated.
44148
44149 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
44150
44151         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
44152
44153 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
44154
44155         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
44156         in comment.
44157
44158         [BZ #13851]
44159         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
44160         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
44161         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
44162         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
44163         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
44164         infinite argument.
44165         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
44166         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
44167         != 0 for prec == 2.
44168         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
44169         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
44170         * sysdeps/i386/fpu/s_cosl.S: Likewise.
44171         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
44172         * sysdeps/i386/fpu/s_sinl.S: Likewise.
44173         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
44174         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
44175         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
44176         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
44177         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
44178         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
44179         * math/libm-test.inc (cos_test): Add more tests and enable more
44180         tests for long double.
44181         (sin_test): Likewise.
44182         (sincos_test): Likewise.
44183         * sysdeps/i386/fpu/libm-test-ulps: Update.
44184         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44185
44186 2012-03-16  David S. Miller  <davem@davemloft.net>
44187
44188         * sysdeps/sparc/fpu/math_private.h: New file.
44189
44190 2012-03-15  David S. Miller  <davem@davemloft.net>
44191
44192         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
44193         file.
44194         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
44195         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
44196         file.
44197         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
44198         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
44199         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
44200         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
44201         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
44202         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
44203         sysdep routines.
44204         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44205
44206         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
44207         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
44208
44209         * sysdeps/sparc/sparc-ifunc.h: New file.
44210         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
44211         sparc-ifunc.h
44212         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
44213         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
44214         Likewise.
44215         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
44216         Likewise.
44217         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
44218         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
44219         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
44220         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
44221         Likewise.
44222         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
44223         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
44224         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
44225         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
44226         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
44227         Likewise.
44228         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
44229         Likewise.
44230         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
44231         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
44232         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
44233         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
44234         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
44235         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
44236         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
44237         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
44238         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
44239         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
44240         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
44241         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
44242         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
44243         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
44244         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
44245         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
44246         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
44247         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
44248         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
44249         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
44250         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
44251         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
44252         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
44253         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
44254
44255 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44256
44257         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
44258         scaling.
44259         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44260
44261 2012-03-15  Andreas Jaeger  <aj@suse.de>
44262
44263         [BZ #13852]
44264         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
44265         ieee754/flt-32 implementation for sin, cos and sincos.
44266         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
44267         * sysdeps/i386/fpu/s_cosf.S: Likewise.
44268         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
44269         * sysdeps/i386/fpu/s_sinf.S: Likewise.
44270         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
44271         ieee754/flt-32 implementation for tan.
44272
44273         * math/libm-test.inc (cos_test): Enable some large input tests for
44274         float as well
44275         (sin_test): Likewise.
44276         (sincos_test): Likewise.
44277         (tan_test): Add tests for large input.
44278
44279         * sysdeps/i386/fpu/libm-test-ulps: Update.
44280
44281 2012-03-15  Andreas Jaeger  <aj@suse.de>
44282
44283         [BZ #13658]
44284         * math/libm-test.inc (cos_test): Add more test cases.
44285         (sin_test): Likewise.
44286         (sincos_test): Likewise.
44287
44288 2012-03-15  Andreas Jaeger  <aj@suse.de>
44289
44290         [BZ #13837]
44291         * math/libm-test.inc (cos_test): Add a test case for large input
44292         value.
44293         (sin_test): Likewise.
44294         (sincos_test): Likewise.
44295
44296 2012-03-15  Andreas Jaeger  <aj@suse.de>
44297             Joseph Myers  <joseph@codesourcery.com>
44298
44299         [BZ #13658]
44300         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
44301         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
44302         * sysdeps/i386/fpu/branred.c: Likewise.
44303         * sysdeps/i386/fpu/dosincos.c: Likewise.
44304         * sysdeps/i386/fpu/mpa.c: Likewise.
44305         * sysdeps/i386/fpu/s_cos.S: Likewise.
44306         * sysdeps/i386/fpu/s_sin.S: Likewise.
44307         * sysdeps/i386/fpu/s_sincos.S: Likewise.
44308         * sysdeps/i386/fpu/sincos32.c: Likewise.
44309
44310         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
44311         Define.
44312         (libc_feupdateenv_53bit): Define.
44313         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
44314         Define.
44315         (libc_feupdateenv_53bit): Define.
44316
44317         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
44318         53 bit (without extend i386 double precision).
44319
44320         * math/libm-test.inc (sincos_test): Add tests for large input.
44321         (sin): Likewise.
44322         (cos): Likewise.
44323
44324         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
44325
44326 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
44327
44328         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44329
44330 2012-03-15  David S. Miller  <davem@davemloft.net>
44331
44332         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
44333         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
44334         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
44335         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
44336         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
44337         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
44338         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
44339         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
44340         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
44341         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
44342         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
44343         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
44344         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
44345         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
44346         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
44347         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
44348         file.
44349         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
44350         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
44351         file.
44352         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
44353         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
44354         file.
44355         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
44356         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
44357         file.
44358         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
44359         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
44360         fmin/fmax sysdep routines.
44361         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
44362
44363 2012-03-14  David S. Miller  <davem@davemloft.net>
44364
44365         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
44366         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
44367         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
44368         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
44369         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
44370         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
44371         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
44372         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
44373         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
44374         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
44375         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
44376         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
44377         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
44378         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
44379         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
44380         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
44381         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
44382         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
44383         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
44384         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
44385         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
44386         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
44387         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
44388         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
44389         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
44390         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
44391         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
44392         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
44393         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
44394         routines.
44395         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
44396         file.
44397         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
44398         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
44399         file.
44400         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
44401         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
44402         file.
44403         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
44404         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
44405         file.
44406         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
44407         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
44408         file.
44409         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
44410         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
44411         file.
44412         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
44413         file.
44414         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
44415         file.
44416         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
44417         file.
44418         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
44419         New file.
44420         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
44421         file.
44422         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
44423         file.
44424         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
44425         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
44426         file.
44427         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
44428         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
44429         file.
44430         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
44431         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
44432         file.
44433         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
44434         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
44435         VIS3 routines.
44436
44437         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
44438         New file.
44439
44440         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44441
44442         * sysdeps/sparc/configure.in: New file.
44443         * sysdeps/sparc/configure: Generate.
44444         * configure.in (libc_cv_sparc_as_vis3): Substitute.
44445         * configure: Regenerate.
44446         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
44447         * config.make.in (have-as-vis3): New.
44448         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
44449         available use -Av9d instead of -Av9a.
44450         * sysdeps/sparc/sparc64/Makefile: Likewise.
44451         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
44452         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
44453         New file.
44454         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
44455         file.
44456         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
44457         New file.
44458         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
44459         file.
44460         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
44461         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
44462         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
44463         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
44464         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
44465
44466         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
44467         fzeros/fnegs to load 0x80000000 into a float register instead of
44468         using the stack.
44469         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
44470
44471 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44472
44473         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44474         bits/syscall.h.
44475         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
44476         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
44477         ($(inst_includedir)/bits/syscall.h): Remove rule.
44478         ($(objpfx)bits/syscall.d): Include instead of
44479         $(objpfx)syscall-list.d.
44480         (generated): Change syscall-list.h and syscall-list.d to
44481         bits/syscall.h and bits/syscall.d.
44482
44483 2012-03-14  Roland McGrath  <roland@hack.frob.com>
44484
44485         [BZ #13846]
44486         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
44487
44488 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
44489
44490         [BZ #13841]
44491         * math/s_csqrt.c: Include <float.h>.
44492         (__csqrt): Scale large or subnormal inputs.
44493         * math/s_csqrtf.c: Likewise.
44494         * math/s_csqrtl.c: Likewise.
44495         * math/libm-test.inc (csqrt_test): Add more tests.
44496         * sysdeps/i386/fpu/libm-test-ulps: Update.
44497         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44498
44499         [BZ #13840]
44500         * math/libm-test.inc (hypot_test): Add more tests.
44501
44502 2012-03-13  David S. Miller  <davem@davemloft.net>
44503
44504         [BZ #13840]
44505         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
44506         double-precision for the calculation instead of scaling.
44507
44508 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
44509
44510         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
44511         manipulate bits before adding and subtracting TWO52[sx].
44512         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
44513         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
44514         Likewise.
44515         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
44516
44517 2012-03-13  David S. Miller  <davem@davemloft.net>
44518
44519         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
44520         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
44521         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
44522         rtld-global-offsets.h
44523         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
44524
44525         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
44526         large parameters.
44527
44528         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
44529
44530         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
44531         'err' in the ifdef scope in which it is actually used.
44532
44533         * nss/nss_db/db-init.c: Include string.h
44534
44535 2012-03-12  David S. Miller  <davem@davemloft.net>
44536
44537         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
44538         masking out of the most significant byte of random value used.
44539         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44540         Fix coding style in previous change.
44541
44542         * sysdeps/unix/sysv/linux/kernel-features.h
44543         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
44544         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
44545         expression.
44546         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
44547         later.
44548
44549 2012-03-11  David S. Miller  <davem@davemloft.net>
44550
44551         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
44552         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
44553         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
44554         for 'resultvar' otherwise things get truncated on 64-bit.
44555
44556         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
44557         Fix masking out of the most significant byte of random value used.
44558
44559         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44560
44561 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
44562
44563         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44564
44565 2012-03-09  David S. Miller  <davem@davemloft.net>
44566
44567         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
44568         variables with appropriate CPP guards.
44569         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
44570         from the frame pointer, not the stack pointer.  Correct layout
44571         comments.  Fix test on resulting framesize and the management of
44572         the outregs buffer for pltexit.  Preserve floating point return
44573         values across _dl_call_pltexit call.
44574         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
44575         framesize and the management of the outregs buffer for pltexit.
44576         Preserve floating point return values across _dl_call_pltexit
44577         call.
44578         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
44579         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
44580         (la_sparc64_gnu_pltexit): New functions.
44581         (print_exit): Fix format string for return register value.
44582
44583 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
44584
44585         * sunrpc/Makefile (others): Add rpcgen.
44586         ($(objpfx)rpcgen): Remove special build rule and dependency on
44587         libc.
44588         * sunrpc/rpcgen.c: New file.
44589
44590 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
44591
44592         [BZ #13673]
44593         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44594         * stdio-common/bug-vfprintf-nargs.c: Likewise.
44595         * sysdeps/i386/crti.S: Likewise.
44596         * sysdeps/i386/crtn.S: Likewise.
44597         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44598         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44599         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44600         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44601         * sysdeps/sh/crti.S: Likewise.
44602         * sysdeps/sh/crtn.S: Likewise.
44603         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44604
44605         [BZ #13673]
44606         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44607         with URL.
44608         * locale/programs/locfile-kw.gperf: Likewise.
44609         * locale/programs/charmap-kw.h: Regenerated.
44610         * locale/programs/locfile-kw.h: Likewise.
44611
44612         [BZ #13673]
44613         * intl/plural.y: Replace FSF snail mail address with URL.
44614         * intl/plural.c: Regenerated.
44615
44616 2012-03-09  Richard Henderson  <rth@twiddle.net>
44617
44618         * include/math_private.h: Remove file.
44619         * math/math_private.h: Move file ...
44620         * sysdeps/generic/math_private.h: ... here.
44621
44622         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44623         * sysdeps/powerpc/fpu/math_private.h: Likewise.
44624         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44625
44626         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
44627         and <math_private.h>.
44628         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44629         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44630         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44631         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44632         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44633         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44634         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44635         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44636         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44637         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44638         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44639         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44640         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44641         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44642         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44643         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44644         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44645         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44646         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44647         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44648         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44649         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44650         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44651         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44652         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44653         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44654         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44655         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44656         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44657         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44658         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44659         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44660         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44661         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44662         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44663         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44664         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44665         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44666         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44667         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44668         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44669         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44670         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44671         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44672         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44673         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44674         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44675         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44676         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44677         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44678         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44679         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44680         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44681         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44682         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44683         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44684         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44685         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44686         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44687         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44688         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44689         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44690         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44691         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44692         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44693         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44694         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44695         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44696         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44697         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44698         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44699         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44700         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44701         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44702         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44703         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44704         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44705         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44706         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44707         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44708         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44709         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44710         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44711         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44712         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44713         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44714         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44715         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44716         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44717         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44718         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44719         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44720         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44721         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44722         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44723         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44724         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44725         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44726         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44727         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44728         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44729         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44730         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44731         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44732         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44733         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44734         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44735         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44736         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44737         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44738         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44739         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44740         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44741         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44742         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44743         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44744         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44745         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44746         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44747         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44748         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44749         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44750         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44751         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
44752         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44753         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44754         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44755         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
44756         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44757         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
44758         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
44759         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44760         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44761         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
44762         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
44763         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44764         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44765         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44766         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
44767         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44768         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44769         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44770         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44771         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
44772         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
44773         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44774         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44775         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44776         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
44777         * sysdeps/ieee754/k_standard.c: Likewise.
44778         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44779         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44780         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44781         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44782         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44783         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44784         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44785         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44786         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44787         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44788         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44789         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44790         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44791         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44792         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44793         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44794         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
44795         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44796         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44797         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
44798         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
44799         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
44800         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
44801         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
44802         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
44803         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
44804         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
44805         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
44806         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
44807         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
44808         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
44809         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
44810         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
44811         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
44812         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
44813         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
44814         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
44815         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
44816         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
44817         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
44818         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
44819         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
44820         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
44821         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
44822         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
44823         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
44824         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
44825         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
44826         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
44827         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
44828         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
44829         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
44830         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
44831         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
44832         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
44833         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
44834         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
44835         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
44836         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
44837         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
44838         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
44839         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
44840         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
44841         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
44842         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44843         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44844         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
44845         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
44846         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
44847         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
44848         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
44849         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44850         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
44851         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
44852         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
44853         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
44854         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
44855         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
44856         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44857         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
44858         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
44859         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
44860         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
44861         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
44862         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
44863         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
44864         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
44865         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
44866         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
44867         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
44868         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
44869         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
44870         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
44871         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
44872         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
44873         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
44874         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
44875         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
44876         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
44877         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
44878         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
44879         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
44880         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
44881         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
44882         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
44883         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
44884         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
44885         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
44886         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
44887         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
44888         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
44889         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
44890         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
44891         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44892         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
44893         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44894         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
44895         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
44896         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44897         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
44898         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
44899         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
44900         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
44901         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
44902         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
44903         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
44904         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
44905         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
44906         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
44907         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
44908         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
44909         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
44910         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
44911         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
44912         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
44913         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
44914         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
44915         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
44916         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
44917         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
44918         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
44919         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
44920         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
44921         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
44922         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
44923         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
44924         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
44925         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
44926         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
44927         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
44928         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
44929         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
44930         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
44931         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
44932         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
44933         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
44934         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
44935         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
44936         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
44937         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
44938         * sysdeps/ieee754/s_lib_version.c: Likewise.
44939         * sysdeps/ieee754/s_matherr.c: Likewise.
44940         * sysdeps/ieee754/s_signgam.c: Likewise.
44941         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
44942         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
44943         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
44944         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
44945         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
44946         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
44947         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
44948         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
44949         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
44950         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
44951         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
44952         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
44953         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
44954         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
44955         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
44956         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
44957         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
44958         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
44959         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
44960         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
44961         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
44962
44963 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44964
44965         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
44966         * sunrpc/rpc_main.c: Likewise.
44967         * sunrpc/rpc_svcout.c: Likewise.
44968
44969 2012-03-09  David S. Miller  <davem@davemloft.net>
44970
44971         * include/math_private.h: New file.
44972
44973 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44974
44975         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
44976         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
44977         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
44978         from <bits/socket_type.h>.
44979         (enum __socket_type): Don't define here.
44980         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
44981         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44982         bits/socket_type.h.
44983
44984         [BZ #13566]
44985         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
44986         checking __USE_GNU.
44987
44988         * Makerules ($(inst_includedir)/%.h): New rule.
44989         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
44990         (install-others): Remove variable setting.
44991         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
44992
44993 2012-03-08  Richard Henderson  <rth@twiddle.net>
44994
44995         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
44996         from macro to inline function; merge with the
44997         !__LIBC_INTERNAL_MATH_INLINES version.
44998         (__ieee754_sqrtf): Likewise.
44999
45000         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
45001         to inline function.
45002         (__rintf, __floor, __floorf): Likewise.
45003
45004         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
45005         macro to inline function.
45006         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
45007
45008         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
45009         not <math/math_private.h>.
45010
45011 2012-03-08  David S. Miller  <davem@davemloft.net>
45012
45013         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
45014         copyright year.
45015         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
45016
45017 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
45018
45019         * resolv/gai_misc.c (handle_requests): Fix struct timespec
45020         normalization.
45021         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
45022         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
45023
45024 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
45025
45026         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
45027         be defined individually, they must be defined as a block.  Define
45028         S for printing a string instead of hidint the different by using a
45029         macro for adding the 'l'.
45030         * stdio-common/tst-fphex-wide.c: Adjust.
45031
45032 2012-03-07  Marek Polacek  <polacek@redhat.com>
45033
45034         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
45035
45036 2012-03-08  Marek Polacek  <polacek@redhat.com>
45037
45038         [BZ #13806]
45039         * stdio-common/Makefile (tests): Add tst-fphex-wide.
45040         * stdio-common/tst-fphex.c: Define a few macros to make the
45041         test reusable.  Use them.
45042         * stdio-common/tst-fphex-wide.c: New file.
45043
45044 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
45045
45046         [BZ #6911]
45047         * manual/macros.texi (gnusystems): New macro.
45048         (nongnusystems): Likewise.
45049         (gnulinuxhurdsystems): Likewise.
45050         (gnuhurdsystems): Likewise..
45051         (gnulinuxsystems): Likewise.
45052         * manual/charset.texi: Use new macros or @theglibc{} to refer to
45053         variants of the GNU system, not "GNU system".
45054         * manual/conf.texi: Likewise.
45055         * manual/errno.texi: Likewise.  Update example of errno macro
45056         expansion.
45057         * manual/filesys.texi: Likewise.
45058         (getumask): Document as specific to GNU/Hurd.
45059         * manual/install.texi: Likewise.  Reword some references to
45060         GNU/Linux.
45061         * manual/intro.texi: Likewise.
45062         * manual/io.texi: Likewise.
45063         (File Name Portability): Detail which constraints are inapplicable
45064         to all GNU systems and which are only inapplicable to GNU/Hurd.
45065         * manual/job.texi: Likewise.
45066         * manual/llio.texi: Likewise.
45067         (O_NOCTTY): Document as present on GNU/Linux.
45068         * manual/maint.texi: Likewise.
45069         * manual/memory.texi: Likewise.
45070         * manual/pattern.texi: Likewise.
45071         * manual/pipe.texi: Likewise.
45072         * manual/process.texi: Likewise.
45073         * manual/resource.texi: Likewise.
45074         (RUSAGE_CHILDREN): Remove statement about specifying a particular
45075         child on GNU/Hurd.
45076         * manual/setjmp.texi: Likewise.
45077         * manual/signal.texi: Likewise.
45078         * manual/startup.texi: Likewise.
45079         * manual/stdio.texi: Likewise.
45080         * manual/terminal.texi: Likewise.
45081         (ONLCR): Document as POSIX.
45082         (OXTABS): Document availability on GNU/Linux as XTABS.
45083         (ONOEOT): Document availability separately from other bits.
45084         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
45085         * manual/time.texi: Likewise.
45086         * manual/users.texi: Likewise.
45087         * INSTALL: Regenerated.
45088         * sysdeps/gnu/errlist.c: Regenerated.
45089
45090         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
45091         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
45092         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
45093         puts.
45094         * configure: Regenerated.
45095
45096 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
45097
45098         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
45099         default includes instead of AC_HEADER_CHECK.
45100         * sysdeps/i386/configure: Regenerated.
45101
45102         [BZ #10716]
45103         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
45104         * math/s_cacoshf.c (__cacoshf): Likewise.
45105         * math/s_cacoshl.c (__cacoshl): Likewise.
45106         * math/s_casinh.c (__casinh): Set signs of result from argument.
45107         * math/s_casinhf.c (__casinhf): Likewise.
45108         * math/s_casinhl.c (__casinhl): Likewise.
45109         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
45110         (casinh_test): Add more tests.
45111         * sysdeps/i386/fpu/libm-test-ulps: Update.
45112         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45113
45114 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
45115
45116         * po/zh_TW.po: Update from translation team.
45117
45118         * login/Makefile (distribute): Remove variable.
45119         * catgets/Makefile: Likewise.
45120         * mach/Makefile: Likewise.
45121         * malloc/Makefile: Likewise.
45122         * misc/Makefile: Likewise.
45123         * iconv/Makefile: Likewise.
45124         * nscd/Makefile: Likewise.
45125         * hurd/Makefile: Likewise.
45126         * manual/Makefile: Likewise.
45127         * locale/Makefile: Likewise.
45128         * intl/Makefile: Likewise.
45129         * conform/Makefile: Likewise.
45130         * nss/Makefile: Likewise.
45131         * time/Makefile: Likewise.
45132         * soft-fp/Makefile: Likewise.
45133         * dirent/Makefile: Likewise.
45134         * gmon/Makefile: Likewise.
45135         * po/Makefile: Likewise.
45136         * rt/Makefile: Likewise.
45137         * socket/Makefile: Likewise.
45138         * math/Makefile: Likewise.
45139         * signal/Makefile: Likewise.
45140         * debug/Makefile: Likewise.
45141         * elf/Makefile: Likewise.
45142         * timezone/Makefile: Likewise.
45143         * stdlib/Makefile: Likewise.
45144         * iconvdata/Makefile: Likewise.
45145         * sunrpc/Makefile: Likewise.
45146         * io/Makefile: Likewise.
45147         * argp/Makefile: Likewise.
45148         * inet/Makefile: Likewise.
45149         * hesiod/Makefile: Likewise.
45150         * grp/Makefile: Likewise.
45151         * csu/Makefile: Likewise.
45152         * wctype/Makefile: Likewise.
45153         * crypt/Makefile: Likewise.
45154         * libio/Makefile: Likewise.
45155         * string/Makefile: Likewise.
45156         * nis/Makefile: Likewise.
45157         * resolv/Makefile: Likewise.
45158         * stdio-common/Makefile: Likewise.
45159         * wcsmbs/Makefile: Likewise.
45160         * dlfcn/Makefile: Likewise.
45161         * posix/Makefile: Likewise.
45162
45163         [BZ #6959]
45164         * timezone/Makefile: Don't install timezone files, just the programs
45165         and scripts.
45166
45167 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
45168
45169         * nss/databases.def: Add missing gshadow entry.
45170
45171         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
45172
45173 2012-03-06  Marek Polacek  <polacek@redhat.com>
45174
45175         [BZ #13726]
45176         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
45177         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
45178         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
45179         * stdio-common/tst-long-dbl-fphex.c: New file.
45180
45181 2012-03-06  David S. Miller  <davem@davemloft.net>
45182
45183         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
45184         (set_obp_int): New function.
45185         (get_obp_int): New function.
45186         (__get_clockfreq_via_dev_openprom): Likewise.
45187         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
45188         Avoid unused variable warnings on 'val' and use builtin_expect.
45189         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
45190         __builtin_expect.
45191         (INLINE_CLONE_SYSCALL): Likewise.
45192
45193 2012-03-05  David S. Miller  <davem@davemloft.net>
45194
45195         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45196
45197 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
45198
45199         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45200
45201         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
45202         only for |x| >= 40.
45203         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
45204
45205 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
45206
45207         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
45208         Replace gettimeofday with __vdso_gettimeofday.
45209
45210         * sysdeps/unix/sysv/linux/x86_64/init-first.c
45211         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
45212         __vdso_clock_gettime and __vdso_getcpu.
45213
45214         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
45215         time with __vdso_time.
45216
45217 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45218
45219         * manual/lang.texi (size_t): Note types to which size_t may be
45220         equivalent with the GNU C Library, but do not describe when
45221         differences between them are significant.
45222
45223 2012-03-05  Andreas Jaeger  <aj@suse.de>
45224
45225         * sysdeps/i386/fpu/libm-test-ulps: Update.
45226
45227 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
45228
45229         [BZ #3976]
45230         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
45231         (__ieee754_pow): Save and restore rounding mode and use
45232         round-to-nearest for main computations.
45233         * math/libm-test.inc (pow_test_tonearest): New function.
45234         (pow_test_towardzero): Likewise.
45235         (pow_test_downward): Likewise.
45236         (pow_test_upward): Likewise.
45237         (main): Call the new functions.
45238         * sysdeps/i386/fpu/libm-test-ulps: Update.
45239         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45240
45241         [BZ #3976]
45242         * math/libm-test.inc (cosh_test_tonearest): New function.
45243         (cosh_test_towardzero): Likewise.
45244         (cosh_test_downward): Likewise.
45245         (cosh_test_upward): Likewise.
45246         (sinh_test_tonearest): Likewise.
45247         (sinh_test_towardzero): Likewise.
45248         (sinh_test_downward): Likewise.
45249         (sinh_test_upward): Likewise.
45250         (main): Call the new functions.
45251         * sysdeps/i386/fpu/libm-test-ulps: Update.
45252         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45253
45254 2012-03-05  Tom de Vries  <tom@codesourcery.com>
45255
45256         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
45257         default stack guard is set in last bytes.
45258         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
45259
45260 2012-03-05  Kees Cook  <keescook@chromium.org>
45261
45262         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
45263
45264         [BZ #13656]
45265         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
45266         possibly allocate from heap instead of stack.
45267         * stdio-common/bug-vfprintf-nargs.c: New file.
45268         * stdio-common/Makefile (tests): Add nargs overflow test.
45269
45270 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
45271
45272         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45273
45274 2012-03-03  Marek Polacek  <polacek@redhat.com>
45275
45276         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
45277         * math/math_private.h: Likewise.
45278         * stdlib/tst-strtod.c: Likewise.
45279         * sysdeps/i386/i486/bits/atomic.h: Likewise.
45280         * sysdeps/x86_64/bits/atomic.h: Likewise.
45281
45282 2012-03-02  David S. Miller  <davem@davemloft.net>
45283
45284         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
45285         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
45286         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
45287         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
45288         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
45289         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
45290         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
45291         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
45292
45293 2012-03-02  Roland McGrath  <roland@hack.frob.com>
45294
45295         [BZ #13792]
45296         * manual/examples/README: New file, says the example source files
45297         can be used under GPL>=2.
45298         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
45299         line containing just "*/".
45300         * manual/examples/add.c: Add copyright header (GPL>=2).
45301         * manual/examples/argp-ex1.c: Likewise.
45302         * manual/examples/argp-ex2.c: Likewise.
45303         * manual/examples/argp-ex3.c: Likewise.
45304         * manual/examples/argp-ex4.c: Likewise.
45305         * manual/examples/atexit.c: Likewise.
45306         * manual/examples/db.c: Likewise.
45307         * manual/examples/dir.c: Likewise.
45308         * manual/examples/dir2.c: Likewise.
45309         * manual/examples/execinfo.c: Likewise.
45310         * manual/examples/filecli.c: Likewise.
45311         * manual/examples/filesrv.c: Likewise.
45312         * manual/examples/fmtmsgexpl.c: Likewise.
45313         * manual/examples/genpass.c: Likewise.
45314         * manual/examples/inetcli.c: Likewise.
45315         * manual/examples/inetsrv.c: Likewise.
45316         * manual/examples/isockad.c: Likewise.
45317         * manual/examples/longopt.c: Likewise.
45318         * manual/examples/memopen.c: Likewise.
45319         * manual/examples/memstrm.c: Likewise.
45320         * manual/examples/mkfsock.c: Likewise.
45321         * manual/examples/mkisock.c: Likewise.
45322         * manual/examples/mygetpass.c: Likewise.
45323         * manual/examples/pipe.c: Likewise.
45324         * manual/examples/popen.c: Likewise.
45325         * manual/examples/rprintf.c: Likewise.
45326         * manual/examples/search.c: Likewise.
45327         * manual/examples/select.c: Likewise.
45328         * manual/examples/setjmp.c: Likewise.
45329         * manual/examples/sigh1.c: Likewise.
45330         * manual/examples/sigusr.c: Likewise.
45331         * manual/examples/stpcpy.c: Likewise.
45332         * manual/examples/strdupa.c: Likewise.
45333         * manual/examples/strftim.c: Likewise.
45334         * manual/examples/strncat.c: Likewise.
45335         * manual/examples/subopt.c: Likewise.
45336         * manual/examples/swapcontext.c: Likewise.
45337         * manual/examples/termios.c: Likewise.
45338         * manual/examples/testopt.c: Likewise.
45339         * manual/examples/testpass.c: Likewise.
45340         * manual/examples/timeval_subtract.c: Likewise.
45341
45342         [BZ #13792]
45343         * manual/time.texi (Elapsed Time): Move timeval_subtract example
45344         function to ...
45345         * manual/timeval_subtract.c.texi: ... here, new file.
45346
45347 2012-03-02  David S. Miller  <davem@davemloft.net>
45348
45349         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
45350
45351 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
45352
45353         [BZ #3976]
45354         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
45355         (__sin): Save and restore rounding mode and use round-to-nearest
45356         for all computations.
45357         (__cos): Save and restore rounding mode and use round-to-nearest
45358         for all computations.
45359         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
45360         <fenv.h>.
45361         (tan): Save and restore rounding mode and use round-to-nearest for
45362         all computations.
45363         * math/libm-test.inc (cos_test_tonearest): New function.
45364         (cos_test_towardzero): Likewise.
45365         (cos_test_downward): Likewise.
45366         (cos_test_upward): Likewise.
45367         (sin_test_tonearest): Likewise.
45368         (sin_test_towardzero): Likewise.
45369         (sin_test_downward): Likewise.
45370         (sin_test_upward): Likewise.
45371         (tan_test_tonearest): Likewise.
45372         (tan_test_towardzero): Likewise.
45373         (tan_test_downward): Likewise.
45374         (tan_test_upward): Likewise.
45375         (main): Call the new functions.
45376         * sysdeps/i386/fpu/libm-test-ulps: Update.
45377         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45378
45379         [BZ #10135]
45380         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
45381         small n, then large n, before computing and testing k+n.
45382         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
45383         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
45384         Likewise.
45385         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
45386         Likewise.
45387         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
45388         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
45389         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
45390         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
45391         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
45392         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
45393         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
45394         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
45395         * math/libm-test.inc (scalbn_test): Add more tests.
45396         (scalbln_test): Likewise.
45397
45398         * manual/filesys.texi (mode_t): Describe constraints on size and
45399         signedness, not exact equivalence to a particular type.
45400         (ino_t): Likewise.
45401         (ino64_t): Likewise.
45402         (dev_t): Likewise.
45403         (nlink_t): Likewise.
45404         (blkcnt_t): Likewise.
45405         (blkcnt64_t): Likewise.
45406         * manual/llio.texi (off_t): Likewise.
45407
45408         [BZ #3976]
45409         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
45410         (__ieee754_exp): Save and restore rounding mode and use
45411         round-to-nearest for all computations.
45412         * math/libm-test.inc (exp_test_tonearest): New function.
45413         (exp_test_towardzero): Likewise.
45414         (exp_test_downward): Likewise.
45415         (exp_test_upward): Likewise.
45416         (main): Call the new functions.
45417         * sysdeps/i386/fpu/libm-test-ulps: Update.
45418         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45419
45420 2012-03-01  Chris Demetriou  <cgd@google.com>
45421
45422         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
45423         have predictable order.
45424
45425 2012-03-01  David S. Miller  <davem@davemloft.net>
45426
45427         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
45428
45429         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
45430         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
45431         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
45432         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
45433
45434         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
45435         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
45436         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
45437         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
45438         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
45439         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
45440         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
45441         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
45442         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
45443
45444         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45445
45446         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
45447         * sysdeps/sparc/fpu/libm-test-ulps: to here.
45448         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
45449
45450         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
45451         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45452         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45453         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
45454         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
45455         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
45456         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
45457         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45458         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45459         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
45460         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
45461         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45462         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45463         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45464         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45465         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45466         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
45467         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
45468         * sysdeps/sparc/elf/configure: Regenerated.
45469
45470 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
45471
45472         * configure.in (AS, LD): Require binutils 2.20 or later.
45473         * configure: Regenerated.
45474         * manual/install.texi (Tools for Compilation): Give binutils 2.20
45475         as required minimum version.
45476         * INSTALL: Regenerated.
45477
45478         [BZ #2541]
45479         [BZ #4108]
45480         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
45481         before squaring exponent.
45482         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
45483         bottom long double and 27 bits of top long double before squaring
45484         exponent.
45485         * math/libm-test.inc (erfc_test): Add more tests.
45486         * sysdeps/i386/fpu/libm-test-ulps: Update.
45487         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45488         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45489
45490 2012-03-01  Kai Tietz  <ktietz@redhat.com>
45491
45492         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
45493         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
45494         containing bit-fields.
45495         * soft-fp/extended.h (_FP_UNION_E): Likewise.
45496         * soft-fp/single.h (_FP_UNION_S): Likewise.
45497         * soft-fp/double.h (_FP_UNION_D): Likewise.
45498
45499 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45500
45501         [BZ #13786]
45502         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
45503         not include ../strcmp.S.
45504         [USE_AS_STRNCASECMP_L]: Likewise.
45505         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
45506         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
45507         * sysdeps/i386/i686/multiarch/strncase_l-c.c
45508         (__strncasecmp_l_ia32): Define as alias to
45509         __strncasecmp_l_nonascii.
45510
45511         [BZ #5794]
45512         * math/libm-test.inc (expm1_test): Add test for bug 5794.
45513         * sysdeps/i386/fpu/libm-test-ulps: Update.
45514         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45515
45516         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
45517         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45518
45519 2012-02-29  Jeff Law  <law@redhat.com>
45520
45521         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
45522         out of bounds read.
45523
45524 2012-02-29  Marek Polacek  <polacek@redhat.com>
45525
45526         [BZ #13706]
45527         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
45528         * elf/Makefile: Add rules to run tst-unused-dep.out.
45529
45530 2012-02-28  David S. Miller  <davem@davemloft.net>
45531
45532         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
45533         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
45534         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
45535         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
45536         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
45537         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
45538
45539 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
45540
45541         * math/libm-test.inc (llround_test): Move one test from
45542         lround_test.  Use TEST_f_L in moved test.
45543         (lround_test): Move misplaced test to llround_test.  Add testcase
45544         from bug 2561.
45545
45546 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
45547
45548         * sysdeps/x86_64/fpu/e_expf.S: New file.
45549         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
45550
45551 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
45552
45553         [BZ #13637]
45554         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
45555         of remain_len that may cause incomplete multi-byte character and
45556         false match.
45557         * posix/bug-regex33.c: New file.
45558         * posix/Makefile (tests): Add bug-regex33.
45559
45560 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
45561
45562         * manual/macros.texi: New file.
45563         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
45564         * manual/libc.texinfo: Include macros.texi.
45565         * manual/creatute.texi: Likewise.
45566         * manual/install.texi: Likewise.
45567         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
45568         @glibcadj{} in references to the GNU C Library.
45569         * manual/charset.texi: Likewise.
45570         * manual/conf.texi: Likewise.
45571         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
45572         when not using those macros.
45573         * manual/creature.texi: Likewise.
45574         * manual/crypt.texi: Likewise.
45575         * manual/errno.texi: Likewise.
45576         * manual/filesys.texi: Likewise.
45577         * manual/header.texi: Likewise.
45578         * manual/install.texi: Likewise.
45579         * manual/intro.texi: Likewise.
45580         * manual/io.texi: Likewise.
45581         * manual/job.texi: Likewise.
45582         * manual/lang.texi: Likewise.
45583         * manual/libc.texiinfo: Likewise.
45584         * manual/llio.texi: Likewise.
45585         * manual/locale.texi: Likewise.
45586         * manual/maint.texi: Likewise.
45587         * manual/math.texi: Likewise.
45588         * manual/memory.texi: Likewise.
45589         * manual/message.texi: Likewise.
45590         * manual/nss.texi: Likewise.
45591         * manual/pattern.texi: Likewise.
45592         * manual/process.texi: Likewise.
45593         * manual/resource.texi: Likewise.
45594         * manual/search.texi: Likewise.
45595         * manual/setjmp.texi: Likewise.
45596         * manual/signal.texi: Likewise.
45597         * manual/socket.texi: Likewise.
45598         * manual/startup.texi: Likewise.
45599         * manual/stdio.texi: Likewise.
45600         * manual/string.texi: Likewise.
45601         * manual/sysinfo.texi: Likewise.
45602         * manual/syslog.texi: Likewise.
45603         * manual/terminal.texi: Likewise.
45604         * manual/time.texi: Likewise.
45605         * manual/users.texi: Likewise.
45606         * INSTALL: Regenerated.
45607         * NOTES: Regenerated.
45608         * sysdeps/gnu/errlist.c: Regenerated.
45609
45610 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
45611
45612         * include/dirent.h: Include <dirstream.h> before
45613         <dirent/dirent.h>.
45614
45615 2012-02-28  David S. Miller  <davem@davemloft.net>
45616
45617         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45618         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45619         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45620         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45621
45622 2012-02-27  David S. Miller  <davem@davemloft.net>
45623
45624         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45625         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45626         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45627         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45628
45629         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45630         frame pointer instead of stack pointer relative arg slot.
45631         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45632         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45633         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45634
45635 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
45636
45637         [BZ #3992]
45638         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45639
45640 2012-02-27  David S. Miller  <davem@davemloft.net>
45641
45642         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45643         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45644         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45645         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45646         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45647         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45648         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45649         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45650
45651 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45652
45653         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45654         later.  Allow versions 5-9.
45655         * configure: Regenerated.
45656         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45657         required minimum version and 4.6 as recommended version.  Do not
45658         mention bugs in GCC 2.7 and 2.8.
45659         * INSTALL: Regenerated.
45660
45661 2012-02-27  David S. Miller  <davem@davemloft.net>
45662
45663         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45664         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45665         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45666         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45667         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45668         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45669         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45670         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45671
45672         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45673         manipulate bits before adding and subtracting TWO112[sx].
45674         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45675
45676 2012-02-27  Roland McGrath  <roland@hack.frob.com>
45677
45678         [BZ #13775]
45679         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45680         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45681         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45682         being in POSIX, because they are in 1003.1-2008.
45683
45684         * rt/tst-aio.c: Include <fcntl.h>.
45685         * rt/tst-aio7.c: Likewise.
45686         * rt/tst-aio64.c: Likewise.
45687
45688         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45689
45690 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45691
45692         * manual/install.texi (--with-headers): Describe headers as
45693         interface headers, not private headers.
45694         (Specific advice for GNU/Linux systems): Describe use of headers
45695         from "make headers_install", not private headers from older
45696         kernels.
45697         * INSTALL: Regenerated.
45698         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45699         Change to 2.6.19.
45700         * sysdeps/unix/sysv/linux/configure: Regenerated.
45701
45702         * manual/llio.texi (fclean): Remove documentation.
45703
45704         * manual/Makefile (libc-texi-generated): New variable.  Include
45705         version.texi.
45706         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45707         $(libc-texi-generated), not duplicated list of files.
45708         (version.texi, stamp-version): New rules.
45709         (realclean): Remove $(libc-texi-generated), not individual files
45710         from that list.  Do not remove dir-add.texinfo.
45711         * manual/libc.texinfo: Comment out uses of edition numbers and
45712         references to printed manual.  Remove last-updated dates.
45713         (EDITION): Comment out.
45714         (ISBN): Likewise.
45715         (VERSION, UPDATED): Remove.
45716         (version.texi): Include.
45717
45718 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
45719
45720         * sysdeps/posix/spawni.c: Include <signal.h>.
45721         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45722         * sysdeps/pthread/aio_fsync.c: Likewise.
45723
45724 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
45725
45726         * conform/Makefile (tests): Run only when not cross-compiling and
45727         when fast-check is not defined.
45728
45729         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45730         * conform/data/limits.h-data: Fixes for POSIX2008.
45731         * conform/run-conformtest.sh: Run all tests.
45732         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45733         headers.
45734         * include/bits/dlfcn.h: Likewise.
45735         * include/langinfo.h: Likewise.
45736         * include/monetary.h: Likewise.
45737         * include/sys/poll.h: Likewise.
45738
45739         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45740         for __USE_GNU.
45741         * posix/spawn.h: Define __need_sigset_t.
45742         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45743         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45744         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
45745         to get sigevent_t only.
45746         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
45747         only for __USE_GNU.
45748         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45749         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45750         process_vm_writev only for __USE_GNU.
45751         * termios/termios.h: Declare tcgetsid also for POSIX2008.
45752
45753         * conform/Makefile: For now ignore errors from run-conformtest.
45754         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
45755         POSIX to avoid namespace pollution.  Don't prepend headers.
45756         * conform/data/aio.h-data: Fixes for POSIX testing.
45757         * conform/data/fcntl.h-data: Likewise.
45758         * conform/data/glob.h-data: Likewise.
45759         * conform/data/grp.h-data: Likewise.
45760         * conform/data/pthread.h-data: Likewise.
45761         * conform/data/pwd.h-data: Likewise.
45762         * conform/data/signal.h-data: Likewise.
45763         * conform/data/spawn.h-data: Likewise.
45764         * conform/data/stdio.h-data: Likewise.
45765         * conform/data/stdlib.h-data: Likewise.
45766         * conform/data/stropts.h-data: Likewise.
45767         * conform/data/sys/mman.h-data: Likewise.
45768         * conform/data/sys/stat.h-data: Likewise.
45769         * conform/data/sys/types.h-data: Likewise.
45770         * conform/data/sys/wait.h-data: Likewise.
45771         * conform/data/time.h-data: Likewise.
45772         * conform/data/unistd.h-data: Likewise.
45773         * conform/data/utime.h-data: Likewise.
45774
45775         * io/sys/stat.h: fchmod was always in POSIX.
45776         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
45777         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
45778         * rt/aio.h: Define __need_timespec before including <time.h>.
45779         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
45780         struct.  Add forward declaration of pthread_attr_t and use it in
45781         sigevent.
45782         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
45783         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
45784         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
45785         always remove CLK_TCK definition.
45786
45787 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
45788
45789         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
45790
45791 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
45792
45793         * conform/run-conformtest.sh: New file.
45794         * conform/Makefile: Run run-conformtest for tests.
45795         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
45796         support.
45797
45798         * conform/data/uchar.h-data: New file.
45799         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
45800         * conform/data/arpa/inet.h-data: Likewise.
45801         * conform/data/assert.h-data: Likewise.
45802         * conform/data/complex.h-data: Likewise.
45803         * conform/data/cpio.h-data: Likewise.
45804         * conform/data/ctype.h-data: Likewise.
45805         * conform/data/dirent.h-data: Likewise.
45806         * conform/data/dlfcn.h-data: Likewise.
45807         * conform/data/errno.h-data: Likewise.
45808         * conform/data/fcntl.h-data: Likewise.
45809         * conform/data/float.h-data: Likewise.
45810         * conform/data/fmtmsg.h-data: Likewise.
45811         * conform/data/fnmatch.h-data: Likewise.
45812         * conform/data/ftw.h-data: Likewise.
45813         * conform/data/glob.h-data: Likewise.
45814         * conform/data/grp.h-data: Likewise.
45815         * conform/data/iconv.h-data: Likewise.
45816         * conform/data/inttypes.h-data: Likewise.
45817         * conform/data/langinfo.h-data: Likewise.
45818         * conform/data/libgen.h-data: Likewise.
45819         * conform/data/limits.h-data: Likewise.
45820         * conform/data/locale.h-data: Likewise.
45821         * conform/data/math.h-data: Likewise.
45822         * conform/data/monetary.h-data: Likewise.
45823         * conform/data/mqueue.h-data: Likewise.
45824         * conform/data/ndbm.h-data: Likewise.
45825         * conform/data/net/if.h-data: Likewise.
45826         * conform/data/netdb.h-data: Likewise.
45827         * conform/data/netinet/in.h-data: Likewise.
45828         * conform/data/nl_types.h-data: Likewise.
45829         * conform/data/poll.h-data: Likewise.
45830         * conform/data/pthread.h-data: Likewise.
45831         * conform/data/pwd.h-data: Likewise.
45832         * conform/data/regex.h-data: Likewise.
45833         * conform/data/sched.h-data: Likewise.
45834         * conform/data/search.h-data: Likewise.
45835         * conform/data/semaphore.h-data: Likewise.
45836         * conform/data/setjmp.h-data: Likewise.
45837         * conform/data/signal.h-data: Likewise.
45838         * conform/data/spawn.h-data: Likewise.
45839         * conform/data/stdarg.h-data: Likewise.
45840         * conform/data/stdio.h-data: Likewise.
45841         * conform/data/stdlib.h-data: Likewise.
45842         * conform/data/string.h-data: Likewise.
45843         * conform/data/strings.h-data: Likewise.
45844         * conform/data/stropts.h-data: Likewise.
45845         * conform/data/sys/ipc.h-data: Likewise.
45846         * conform/data/sys/mman.h-data: Likewise.
45847         * conform/data/sys/msg.h-data: Likewise.
45848         * conform/data/sys/resource.h-data: Likewise.
45849         * conform/data/sys/select.h-data: Likewise.
45850         * conform/data/sys/sem.h-data: Likewise.
45851         * conform/data/sys/shm.h-data: Likewise.
45852         * conform/data/sys/socket.h-data: Likewise.
45853         * conform/data/sys/stat.h-data: Likewise.
45854         * conform/data/sys/statvfs.h-data: Likewise.
45855         * conform/data/sys/time.h-data: Likewise.
45856         * conform/data/sys/timeb.h-data: Likewise.
45857         * conform/data/sys/times.h-data: Likewise.
45858         * conform/data/sys/types.h-data: Likewise.
45859         * conform/data/sys/uio.h-data: Likewise.
45860         * conform/data/sys/un.h-data: Likewise.
45861         * conform/data/sys/utsname.h-data: Likewise.
45862         * conform/data/sys/wait.h-data: Likewise.
45863         * conform/data/syslog.h-data: Likewise.
45864         * conform/data/tar.h-data: Likewise.
45865         * conform/data/termios.h-data: Likewise.
45866         * conform/data/utime.h-data: Likewise.
45867         * conform/data/utmpx.h-data: Likewise.
45868         * conform/data/varargs.h-data: Likewise.
45869         * conform/data/wchar.h-data: Likewise.
45870         * conform/data/wctype.h-data: Likewise.
45871         * conform/data/wordexp.h-data: Likewise.
45872
45873         * include/stropts.h: New file.
45874         * include/uchar.h: New file.
45875         * include/aio.h: Changes to allow conformtest.pl to use the headers.
45876         * include/assert.h: Likewise.
45877         * include/ctype.h: Likewise.
45878         * include/dirent.h: Likewise.
45879         * include/dlfcn.h: Likewise.
45880         * include/fcntl.h: Likewise.
45881         * include/fnmatch.h: Likewise.
45882         * include/glob.h: Likewise.
45883         * include/grp.h: Likewise.
45884         * include/libio.h: Likewise.
45885         * include/locale.h: Likewise.
45886         * include/math.h: Likewise.
45887         * include/net/if.h: Likewise.
45888         * include/netdb.h: Likewise.
45889         * include/netinet/in.h: Likewise.
45890         * include/pthread.h: Likewise.
45891         * include/pwd.h: Likewise.
45892         * include/regex.h: Likewise.
45893         * include/sched.h: Likewise.
45894         * include/search.h: Likewise.
45895         * include/setjmp.h: Likewise.
45896         * include/signal.h: Likewise.
45897         * include/stdio.h: Likewise.
45898         * include/stdlib.h: Likewise.
45899         * include/string.h: Likewise.
45900         * include/sys/cdefs.h: Likewise.
45901         * include/sys/mman.h: Likewise.
45902         * include/sys/msg.h: Likewise.
45903         * include/sys/resource.h: Likewise.
45904         * include/sys/select.h: Likewise.
45905         * include/sys/socket.h: Likewise.
45906         * include/sys/stat.h: Likewise.
45907         * include/sys/statvfs.h: Likewise.
45908         * include/sys/time.h: Likewise.
45909         * include/sys/times.h: Likewise.
45910         * include/sys/uio.h: Likewise.
45911         * include/sys/utsname.h: Likewise.
45912         * include/sys/wait.h: Likewise.
45913         * include/termios.h: Likewise.
45914         * include/time.h: Likewise.
45915         * include/ulimit.h: Likewise.
45916         * include/unistd.h: Likewise.
45917         * include/utime.h: Likewise.
45918         * include/wchar.h: Likewise.
45919         * include/wctype.h: Likewise.
45920         * include/wordexp.h: Likewise.
45921
45922         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
45923
45924         * time/time.h: TIME_UTC must be a macro.
45925         Make timespec_get available for ISO C11 only as well.
45926
45927 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
45928
45929         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
45930         Reported by Peng Haitao <penght@cn.fujitsu.com>.
45931
45932 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45933
45934         * configure.in: Use -o not -a in test for unsupported multi-arch.
45935
45936 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45937
45938         * manual/texinfo.tex: Update to version 2012-01-19.16.
45939
45940 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45941
45942         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
45943
45944 2012-02-24  Roland McGrath  <roland@hack.frob.com>
45945
45946         [BZ #13738]
45947         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
45948         * manual/fdl-1.3.texi: New file.
45949         * manual/fdl-1.1.texi: File removed.
45950
45951         [BZ #13738]
45952         * manual/libc.texinfo (FDL_VERSION): New @set.
45953         Use it for mention of FDL in cover text.
45954         (Documentation License): Use it in @include file name.
45955
45956 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45957             Roland McGrath  <roland@hack.frob.com>
45958
45959         [BZ #5461]
45960         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
45961         (not LONG_LONG_MAX and LONG_LONG_MIN.
45962         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
45963         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
45964         name.
45965         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
45966
45967 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45968
45969         [BZ #2547]
45970         [BZ #11365]
45971         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
45972         manipulate bits before adding and subtracting TWO23[sx].
45973         * math/libm-test.inc (nearbyint_test): Add more tests.
45974
45975 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45976
45977         [BZ #2548]
45978         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
45979         bits before adding and subtracting TWO23[sx].
45980         * math/libm-test.inc (rint_test): Add more tests.
45981         (rint_test_tonearest): Likewise.
45982         (rint_test_towardzero): Likewise.
45983         (rint_test_downward): Likewise.
45984         (rint_test_upward: Likewise.
45985
45986 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45987
45988         [BZ #10110]
45989         * include/stdc-predef.h: New file.  Extracted from features.h.
45990         * include/features.h: Include stdc-predef.h.
45991         * Makefile (headers): Add stdc-predef.h.
45992         * CONFORMANCE (Compiler limitations): Update.
45993
45994 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45995
45996         * manual/libc.texinfo (VERSION, UPDATED): Revert.
45997
45998 2012-02-21  David S. Miller  <davem@davemloft.net>
45999
46000         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
46001         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46002
46003 2012-02-20  David S. Miller  <davem@davemloft.net>
46004
46005         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
46006         using a normal save/restore sequence, rather than allocating a
46007         dummy stack frame just to store a frame pointer and restore.
46008         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46009
46010 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46011
46012         * manual/install.texi: Fix stray word in line-wrapped comment.
46013
46014 2012-02-20  David S. Miller  <davem@davemloft.net>
46015
46016         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
46017         both binutils and gcc support GOTDATA.
46018
46019         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
46020         "rd %pc" in the PIC register setup sequences.
46021
46022         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
46023         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
46024         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
46025         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
46026         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
46027         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
46028         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
46029         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
46030         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
46031         (SYSCALL_ERROR_HANDLER): Likewise.
46032         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
46033         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
46034         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
46035         (SYSCALL_ERROR_HANDLER): Likewise.
46036
46037         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
46038         (HAVE_GCC_GOTDATA): New.
46039         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
46040         relocation support in both binutils and gcc.
46041         * sysdeps/sparc/elf/configure: Regenerate.
46042
46043         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
46044         * sysdeps/sparc/sparc32/elf/configure: Delete.
46045         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
46046         * sysdeps/sparc/sparc64/elf/configure: Delete.
46047         * sysdeps/sparc/elf/configure.in: New file.
46048         * sysdeps/sparc/elf/configure: Generate.
46049
46050         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
46051         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
46052         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
46053         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
46054         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
46055
46056 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46057
46058         * manual/install.texi: Do not mention specific glibc version
46059         numbers.
46060         * manual/libc.texinfo (VERSION, UPDATED): Update.
46061         (@copying): Use @copyright{} and range of years.
46062
46063 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
46064
46065         [BZ #13695]
46066         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
46067         [crti.S not in sysdirs] (generated): Do not append.
46068         [crti.S not in sysdirs] (omit-deps): Likewise.
46069         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
46070         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
46071         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
46072         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
46073         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
46074         Likewise.
46075         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
46076         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
46077         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
46078         * csu/defs.awk: Remove file.
46079         * sysdeps/generic/initfini.c: Likewise.
46080         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
46081         variable.
46082         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
46083         Likewise.
46084
46085 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46086
46087         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
46088         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
46089         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
46090         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
46091         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46092         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
46093         <bits/epoll.h>.
46094         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
46095         (__EPOLL_PACKED): Define to empty if not defined by
46096         <bits/epoll.h>.
46097         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
46098         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46099         bits/epoll.h.
46100
46101 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46102
46103         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
46104         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
46105         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
46106         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
46107         <bits/timerfd.h>.
46108         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
46109         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46110         bits/timerfd.h.
46111
46112 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
46113
46114         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
46115         in C locale.
46116         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
46117         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
46118         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
46119         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46120
46121 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
46122
46123         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46124         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
46125
46126 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
46127
46128         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
46129         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
46130         defined.
46131         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
46132         Likewise.
46133         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
46134         entry for 2.16.
46135
46136 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
46137
46138         * math/w_acos.c: Use non-signaling floating-point comparisons.
46139         * math/w_acosf.c: Likewise.
46140         * math/w_acosh.c: Likewise.
46141         * math/w_acoshf.c: Likewise.
46142         * math/w_acoshl.c: Likewise.
46143         * math/w_acosl.c: Likewise.
46144         * math/w_asin.c: Likewise.
46145         * math/w_asinf.c: Likewise.
46146         * math/w_asinl.c: Likewise.
46147         * math/w_atanh.c: Likewise.
46148         * math/w_atanhf.c: Likewise.
46149         * math/w_atanhl.c: Likewise.
46150         * math/w_exp2.c: Likewise.
46151         * math/w_exp2f.c: Likewise.
46152         * math/w_exp2l.c: Likewise.
46153         * math/w_j0.c: Likewise.
46154         * math/w_j0f.c: Likewise.
46155         * math/w_j0l.c: Likewise.
46156         * math/w_j1.c: Likewise.
46157         * math/w_j1f.c: Likewise.
46158         * math/w_j1l.c: Likewise.
46159         * math/w_jn.c: Likewise.
46160         * math/w_jnf.c: Likewise.
46161         * math/w_log.c: Likewise.
46162         * math/w_log10.c: Likewise.
46163         * math/w_log10f.c: Likewise.
46164         * math/w_log10l.c: Likewise.
46165         * math/w_log2.c: Likewise.
46166         * math/w_log2f.c: Likewise.
46167         * math/w_log2l.c: Likewise.
46168         * math/w_logf.c: Likewise.
46169         * math/w_logl.c: Likewise.
46170         * math/w_sqrt.c: Likewise.
46171         * math/w_sqrtf.c: Likewise.
46172         * math/w_sqrtl.c: Likewise.
46173         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
46174         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
46175         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
46176         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
46177         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
46178
46179 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46180
46181         [BZ #9739]
46182         * manual/string.texi (strnlen): Use correct parameter name in
46183         equivalent expression.
46184
46185 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46186
46187         [BZ #11174]
46188         * manual/users.texi (seteuid): Consistently use neweuid for
46189         argument name.
46190
46191 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
46192
46193         [BZ #13704]
46194         * manual/nss.texi (Services in the NSS configuration): Correct
46195         list of services in example configuration file.
46196
46197 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
46198
46199         [BZ #11322]
46200         * manual/arith.texi: Remove statements about negative zero
46201         behaving identically to zero.
46202
46203 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46204
46205         [BZ #5993]
46206         * manual/install.texi: Do not document upgrading from libc5.
46207
46208 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
46209
46210         [BZ #4596]
46211         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
46212
46213 2012-02-18  David S. Miller  <davem@davemloft.net>
46214
46215         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
46216         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
46217         %o7 across the call.
46218         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
46219         instead.
46220         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
46221         SETUP_PIC_REG_LEAF.
46222         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46223         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
46224         * sysdeps/sparc/crtn.S: Likewise.
46225
46226 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
46227
46228         * aout/Makefile: Remove.
46229
46230 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
46231
46232         [BZ #13058]
46233         * manual/examples/argp-ex1.c (main): Format definition in GNU
46234         style.
46235         * manual/examples/argp-ex2.c (main): Likewise.
46236         * manual/examples/argp-ex3.c (main): Likewise.
46237         * manual/examples/argp-ex4.c (main): Likewise.
46238         * manual/examples/longopt.c (main): Use new-style prototype
46239         definition.
46240         * manual/examples/strncat.c (main): Specify return type and use
46241         (void) for arguments.
46242         * manual/examples/subopt.c (main): Use char **argv argument.
46243
46244 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46245
46246         [BZ #5077]
46247         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
46248         rounding modes.
46249
46250 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
46251
46252         [BZ #6907]
46253         * manual/string.texi (strchr): Change when strchrnul is
46254         recommended.
46255
46256 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
46257
46258         [BZ #174]
46259         * manual/locale.texi (setlocale): Document LOCPATH.
46260
46261 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46262
46263         [BZ #10210]
46264         * manual/process.texi (execle): Move @dots{} before last argument.
46265
46266 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
46267
46268         [BZ #12047]
46269         * manual/charset.texi (Generic Charset Conversion): Fix typo
46270         (LC_TYPE -> LC_CTYPE).
46271
46272 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
46273
46274         [BZ #5805]
46275         * manual/arith.texi (scalbn): Use @var{} on parameter names.
46276         (scalbnf): Likewise.
46277         (scalbnl): Likewise.
46278         (scalbln): Likewise.
46279         (scalblnf): Likewise.
46280         (scalblnl): Likewise.
46281         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
46282         (vwarnx): Likewise.
46283         (verr): Likewise.
46284         (verrx): Likewise.
46285         * manual/filesys.texi (telldir): Use braces around return type.
46286         * manual/llio.texi (mmap): Add space after comma.
46287         (mmap64): Likewise.
46288         * manual/math.texi (jn): Use @var{} on parameter names.
46289         (jnf): Likewise.
46290         (jnl): Likewise.
46291         (yn): Likewise.
46292         (ynf): Likewise.
46293         (ynl): Likewise.
46294         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
46295         line.
46296         * manual/resource.texi (ulimit): Use @dots{} instead of literal
46297         "...".
46298         (sched_get_priority_min): Remove semicolon on @deftypefun line.
46299         (sched_get_priority_max): Likewise.
46300         * manual/signal.texi (sigvec): Add space after comma.
46301         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
46302         names.
46303         (if_indextoname): Likewise.
46304         (if_freenameindex): Likewise.
46305         (sendto): Use ',' instead of '.' in prototype.
46306         * manual/startup.texi (syscall): Use @dots{} instead of literal
46307         "...".
46308         * manual/stdio.texi (__fpending): Separate initial words of
46309         paragraph from @deftypefun line.
46310         * manual/syslog.texi (syslog): Use @dots{} instead of literal
46311         "...".
46312         (vsyslog): Use @var{} on parameter names.
46313         * manual/terminal.texi (stty): Use @var{} on parameter names.
46314         * manual/users.texi (getutmp): Use @var{} on parameter names.
46315         (getutmpx): Likewise.
46316
46317 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46318
46319         [BZ #6884]
46320         * manual/stdio.texi (fopen): Fix typos in description of
46321         ",ccs=STRING".
46322
46323 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
46324
46325         [BZ #4026]
46326         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
46327         get clock_id definition.
46328
46329 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
46330
46331         [BZ #4822]
46332         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
46333         (madvise): Cast every argument to void on its own.
46334
46335 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46336
46337         [BZ #9902]
46338         * manual/startup.texi (Exit Status): Fix typo.
46339
46340 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
46341
46342         [BZ #10140]
46343         * manual/examples/argp-ex1.c: Include <stdlib.h>.
46344         * manual/examples/argp-ex2.c: Likewise.
46345         * manual/examples/argp-ex3.c: Likewise.
46346
46347 2012-02-16  Richard Henderson  <rth@redhat.com>
46348
46349         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
46350         * sysdeps/s390/s390-32/initfini.c: Remove.
46351         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
46352         * sysdeps/s390/s390-64/initfini.c: Remove.
46353
46354 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
46355
46356         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
46357         compiler output for sysdeps/generic/initfini.c.
46358         * sysdeps/sh/elf/initfini.c: Remove file.
46359
46360 2012-02-16  David S. Miller  <davem@davemloft.net>
46361
46362         [BZ #11494]
46363         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
46364
46365         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
46366         * sysdeps/sparc/crti.S: New file.
46367         * sysdeps/sparc/crtn.S: New file.
46368         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
46369         * sysdeps/sparc/sparc64/Makefile: Likewise.
46370
46371 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
46372
46373         [BZ #3335]
46374         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
46375
46376 2012-02-15  Roland McGrath  <roland@hack.frob.com>
46377
46378         [BZ #4822]
46379         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
46380
46381         * mach/devstream.c (cookie_io_functions_t): Macro removed.
46382         (write, read, close): Likewise.
46383         Patch by Aurelien Jarno <aurelien@aurel32.net>.
46384
46385 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
46386
46387         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
46388         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
46389         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
46390         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
46391         <bits/signalfd.h>.
46392         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
46393         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46394         bits/signalfd.h.
46395
46396 2012-02-14  Marek Polacek  <polacek@redhat.com>
46397
46398         * sysdeps/x86_64/crti.S: New file.
46399         * sysdeps/x86_64/crtn.S: New file.
46400         * sysdeps/x86_64/elf/initfini.c: Remove file.
46401
46402 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46403
46404         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
46405         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
46406         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
46407         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
46408         <bits/inotify.h>.
46409         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
46410         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46411         bits/inotify.h.
46412
46413 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
46414
46415         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
46416         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
46417         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
46418         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
46419         <bits/eventfd.h>.
46420         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
46421         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
46422         bits/eventfd.h.
46423
46424 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
46425
46426         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
46427         __feraiseexcept instead of feraiseexcept.
46428
46429         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
46430         nanosleep invocations.
46431         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
46432         strings, and add error checking for a nanosleep invocations.
46433
46434 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
46435
46436         Replace FSF snail mail address with URLs, as per GNU coding standards.
46437         Most of the snail mail addresses were wrong anyway, and omitting
46438         them makes the source code easier to maintain.  Almost all of the
46439         changes are to license notices and to locale LC_IDENTIFICATION
46440         addresses, except for this one:
46441         * manual/libc.texinfo: In "Published by", give the FSF's URL,
46442         not its snail mail address.
46443
46444 2012-02-09  Richard Henderson  <rth@twiddle.net>
46445
46446         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
46447         of kernel-features.h.
46448
46449         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
46450
46451 2012-02-08  Marek Polacek  <polacek@redhat.com>
46452
46453         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
46454         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
46455         * sysdeps/gnu/_G_config.h: Likewise.
46456         * sysdeps/generic/_G_config.h: Likewise.
46457
46458 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
46459
46460         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
46461         tests.
46462         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46463
46464         * sysdeps/powerpc/powerpc32/crti.S: New file.
46465         * sysdeps/powerpc/powerpc32/crtn.S: New file.
46466         * sysdeps/powerpc/powerpc64/crti.S: New file.
46467         * sysdeps/powerpc/powerpc64/crtn.S: New file.
46468
46469         * Makeconfig (have-initfini): Don't set.
46470         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
46471         * configure.in (nopic_initfini): Don't substitute.
46472         * config.h.in (HAVE_INITFINI): Don't #undef.
46473         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
46474         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
46475
46476 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
46477
46478         Support crti.S and crtn.S provided directly by architectures.
46479         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
46480         [crti.S in sysdirs] (omit-deps): Likewise.
46481         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
46482         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
46483         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
46484         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
46485         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
46486         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
46487         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
46488         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
46489         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
46490         compiler output for sysdeps/generic/initfini.c.
46491         * sysdeps/i386/elf/Makefile: Remove file.
46492         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
46493
46494 2012-02-07  Marek Polacek  <polacek@redhat.com>
46495
46496         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
46497         * sysdeps/gnu/_G_config.h: Likewise.
46498         * sysdeps/mach/hurd/_G_config.h: Likewise.
46499
46500 2012-02-07  Marek Polacek  <polacek@redhat.com>
46501
46502         * math/Makefile (tests): Add tst-CMPLX2.
46503         * math/tst-CMPLX2.c: New file.
46504
46505 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
46506
46507         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
46508
46509         * math/libm-test.inc (jn_test): Add missing L suffix.
46510
46511 2012-02-06  Marek Polacek  <polacek@redhat.com>
46512
46513         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
46514         * sysdeps/i386/fpu/e_powf.S: Likewise.
46515         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
46516         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
46517         * sysdeps/i386/fpu/e_acosh.S: Likewise.
46518         * sysdeps/i386/fpu/e_pow.S: Likewise.
46519         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
46520         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
46521         * sysdeps/i386/fpu/s_expm1.S: Likewise.
46522         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
46523         * sysdeps/i386/fpu/e_log2.S: Likewise.
46524         * sysdeps/i386/fpu/e_log2l.S: Likewise.
46525         * sysdeps/i386/fpu/e_scalb.S: Likewise.
46526         * sysdeps/i386/fpu/e_powl.S: Likewise.
46527         * sysdeps/i386/fpu/s_log1p.S: Likewise.
46528         * sysdeps/i386/fpu/e_log10f.S: Likewise.
46529         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
46530         * sysdeps/i386/fpu/e_logl.S: Likewise.
46531         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
46532         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
46533         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
46534         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
46535         * sysdeps/i386/fpu/e_log2f.S: Likewise.
46536         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
46537         * sysdeps/i386/fpu/e_log.S: Likewise.
46538         * sysdeps/i386/fpu/s_cexp.S: Likewise.
46539         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
46540         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
46541         * sysdeps/i386/fpu/e_logf.S: Likewise.
46542         * sysdeps/i386/fpu/e_log10l.S: Likewise.
46543         * sysdeps/i386/fpu/e_atanh.S: Likewise.
46544         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
46545         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
46546         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
46547         * sysdeps/i386/fpu/e_log10.S: Likewise.
46548         * sysdeps/i386/fpu/s_frexp.S: Likewise.
46549         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
46550         * sysdeps/i386/fpu/s_asinh.S: Likewise.
46551         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
46552         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
46553         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
46554         * sysdeps/i386/asm-syntax.h: Likewise.
46555         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
46556         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46557         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
46558         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
46559         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
46560         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
46561         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
46562         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
46563         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
46564         * sysdeps/powerpc/sysdep.h: Likewise.
46565         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
46566         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
46567
46568 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46569
46570         [BZ #411]
46571         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
46572
46573 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
46574
46575         * sysdeps/i386/sysdep.h: Include <features.h>.
46576         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
46577         version.
46578
46579 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
46580
46581         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
46582         Define.
46583         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46584         LOAD_PIC_REG_STR.
46585
46586 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46587
46588         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46589         (SETUP_PIC_REG): Use GET_PC_THUNK.
46590         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46591         macro.
46592
46593 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46594
46595         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46596         for non-PIC compilation.
46597         (SETUP_PIC_REG): Add .p2align directive.
46598         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46599         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46600         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46601         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46602         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46603         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46604         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46605         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46606         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46607         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46608         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46609         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46610         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46611         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46612         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46613         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46614         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46615         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46616         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46617         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46618         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46619         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46620         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46621         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46622         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46623         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46624         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46625         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46626         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46627         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46628         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46629         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46630         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46631         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46632         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46633         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46634         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46635         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46636         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46637         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46638         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46639
46640 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46641
46642         * math/tst-CMPLX.c: Include <stdio.h>.
46643
46644 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
46645
46646         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46647         float.
46648         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46649         * sysdeps/sparc/bits/mathdef.h: Likewise.
46650
46651 2012-01-31  Marek Polacek  <polacek@redhat.com>
46652
46653         * libio/libio.h: Don't define _PARAMS.
46654         * locale/programs/config.h: Don't define PARAMS.
46655         * stdlib/strtol_l.c: Likewise.
46656         (__strtol_l): Remove PARAMS from the prototype.
46657
46658 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
46659
46660         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
46661         names.  Just use the correct names.  Remove unnecessary wrapper
46662         functions.
46663         * malloc/arena.c: Likewise.
46664         * malloc/hooks.c: Likewise.
46665
46666         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46667         ARENA_TEST says not to.  Simplify test for creation of a new arena.
46668         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46669
46670 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
46671
46672         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46673         into tail calls.
46674         (update_get_addr): New function.
46675         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46676         GET_ADDR_MODULE parameter.
46677
46678 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46679
46680         * crypt/cert.c: Remove __STDC__ conditionals.
46681         * crypt/crypt-entry.c: Likewise.
46682         * crypt/crypt_util.c: Likewise.
46683         * libio/filedoalloc.c: Likewise.
46684         * libio/fileops.c: Likewise.
46685         * libio/genops.c: Likewise.
46686         * libio/iofclose.c: Likewise.
46687         * libio/iofdopen.c: Likewise.
46688         * libio/iofopen.c: Likewise.
46689         * libio/iofopen64.c: Likewise.
46690         * libio/iogetdelim.c: Likewise.
46691         * libio/iopopen.c: Likewise.
46692         * libio/obprintf.c: Likewise.
46693         * libio/oldfileops.c: Likewise.
46694         * libio/oldiofclose.c: Likewise.
46695         * libio/oldiofdopen.c: Likewise.
46696         * libio/oldiofopen.c: Likewise.
46697         * libio/oldiopopen.c: Likewise.
46698         * libio/wfiledoalloc.c: Likewise.
46699         * libio/wgenops.c: Likewise.
46700         * locale/programs/xmalloc.c: Likewise.
46701         * misc/syslog.c: Likewise.
46702         * stdio-common/xbug.c: Likewise.
46703         * string/memchr.c: Likewise.
46704         * string/memcmp.c: Likewise.
46705         * string/memrchr.c: Likewise.
46706         * string/rawmemchr.c: Likewise.
46707         * sysdeps/posix/getcwd.c: Likewise.
46708         * time/strftime_l.c: Likewise.
46709
46710 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46711
46712         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
46713         * config.make.in (config-cflags-sse2avx): Define.
46714         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46715         Fix typo.
46716
46717 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
46718
46719         * scripts/config.guess: Update from upstream config git repository.
46720         * scripts/config.sub: Likewise.
46721
46722 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
46723
46724         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46725         (EM_NUM): Update.
46726         (R_TILEPRO_*, R_TILEGX_*): New macros.
46727
46728         * scripts/firstversions.awk: Fix bug in version range handling.
46729
46730         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46731
46732         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46733
46734         * include/sys/epoll.h: New file.
46735         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46736         libc_hidden_def.
46737
46738 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
46739
46740         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46741         Avoid unnecessary __WORDSIZE == 64 test.
46742         (fmaxf): Use VEX format if possible.
46743         (fmax): Likewise.
46744         (fminf): Likewise.
46745         (fmin): Likewise.
46746
46747         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
46748         * math/math_private.h: Remove libc_fegetround* and
46749         libc_fesetround*.
46750         * sysdeps/i386/configure.in: Check for -msse2avx.
46751         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
46752         also if SSE2AVX is defined.
46753         Remove libc_fegetround* and libc_fesetround*.
46754         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
46755         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
46756         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
46757         of HAS_YMM_USABLE.
46758         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46759         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46760         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46761         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46762         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46763
46764         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
46765
46766 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46767
46768         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
46769         size is not set.
46770         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
46771
46772 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
46773
46774         [BZ #13618]
46775         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
46776         relocation.
46777         * Makeconfig (libm): Define.
46778         * elf/Makefile: Add rules to build and run tst-relsort1.
46779         * elf/tst-relsort1.c: New file.
46780         * elf/tst-relsort1mod1.c: New file.
46781         * elf/tst-relsort1mod2.c: New file.
46782
46783 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
46784
46785         * math/s_ldexp.c: Remove __STDC__ conditionals.
46786         * math/s_ldexpf.c: Likewise.
46787         * math/s_ldexpl.c: Likewise.
46788         * math/s_nextafter.c: Likewise.
46789         * math/s_nexttowardf.c: Likewise.
46790         * math/s_significand.c: Likewise.
46791         * math/s_significandf.c: Likewise.
46792         * math/s_significandl.c: Likewise.
46793         * math/w_jnl.c: Likewise.
46794         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46795         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46796         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46797         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46798         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46799         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46800         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
46801         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46802         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46803         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46804         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46805         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46806         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46807         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46808         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46809         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46810         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46811         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46812         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46813         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46814         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46815         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46816         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46817         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46818         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46819         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46820         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46821         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46822         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46823         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46824         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46825         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46826         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46827         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46828         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46829         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46830         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46831         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46832         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46833         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46834         * sysdeps/ieee754/k_standard.c: Likewise.
46835         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46836         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46837         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46838         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46839         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46840         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46841         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46842         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46843         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46844         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46845         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46846         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46847         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46848         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46849         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46850         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46851         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46852         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46853         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46854         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46855         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46856         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46857         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46858         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46859         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46860         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46861         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46862         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46863         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46864         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46865         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46866         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
46867         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46868         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46869         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46870         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46871         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
46872         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46873         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46874         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
46875         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
46876         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46877         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
46878         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
46879         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46880         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
46881         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
46882         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
46883         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
46884         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
46885         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
46886         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
46887         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
46888         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
46889         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
46890         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
46891         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
46892         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46893         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46894         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46895         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
46896         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
46897         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
46898         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
46899         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
46900         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
46901         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
46902         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
46903         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
46904         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
46905         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
46906         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
46907         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
46908         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
46909         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
46910         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
46911         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
46912         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
46913         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
46914         * sysdeps/ieee754/s_matherr.c: Likewise.
46915         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
46916         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
46917         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
46918         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
46919
46920 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46921
46922         * crypt/md5.h: Remove __STDC__ conditionals.
46923         * libio/libioP.h: Likewise.
46924         * locale/programs/config.h: Likewise.
46925         * sysdeps/generic/sysdep.h: Likewise.
46926         * sysdeps/i386/asm-syntax.h: Likewise.
46927         * sysdeps/s390/asm-syntax.h: Likewise.
46928         * sysdeps/unix/sysdep.h: Likewise.
46929         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
46930         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
46931
46932 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46933
46934         * libio/libio.h: Remove __STDC__ conditionals.
46935         * malloc/obstack.h: Likewise.
46936         * math/complex.h: Likewise.
46937         * math/math.h: Likewise.
46938         * sysdeps/generic/_G_config.h: Likewise.
46939         * sysdeps/gnu/_G_config.h: Likewise.
46940         * sysdeps/mach/hurd/_G_config.h: Likewise.
46941         * sysdeps/powerpc/bits/mathdef.h: Likewise.
46942         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46943         * sysdeps/sparc/bits/mathdef.h: Likewise.
46944
46945 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
46946
46947         [BZ #13583]
46948         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
46949         Clean up HAS_* macros.
46950         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
46951         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
46952         possible.
46953         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
46954         HAS_AVX.
46955         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46956         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46957         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46958         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46959         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46960
46961 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
46962
46963         * elf/tst-unique3.cc (gets): Remove declaration.
46964         * elf/tst-unique3lib.cc (gets): Likewise.
46965         * elf/tst-unique3lib2.cc (gets): Likewise.
46966         * elf/tst-unique4.cc (gets): Likewise.
46967
46968 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
46969
46970         * include/stdio.h: Add C++ protection.  Add gets declarations and
46971         definitions.
46972         * debug/tst-chk1.c: Don't declare gets here.
46973         * stdio-common/tst-gets.c: Likewise.
46974
46975 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46976
46977         * posix/glob: Remove directory.
46978
46979 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46980
46981         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
46982
46983 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
46984
46985         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
46986         of the non-standard EPFNOSUPPORT.
46987
46988 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46989
46990         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
46991         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
46992         ANYWHERE set to 1 only on KERN_NO_SPACE error.
46993
46994 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
46995
46996         * wcsmbs/uchar.h: Test __STDC_VERSION__.
46997
46998 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
46999
47000         * nscd/aicache.c (addhstaiX): Do not cache negative results of
47001         transient errors.
47002         * nscd/grpcache.c (cache_addgr): Likewise.
47003         * nscd/hstcache.c (cache_addhst): Likewise.
47004         * nscd/initgrcache.c (addinitgroupsX): Likewise.
47005         * nscd/pwdcache.c (cache_addpw): Likewise.
47006         * nscd/servicescache.c (cache_addserv): Likewise.
47007
47008 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
47009
47010         * malloc/malloc.c: Various cleanups.
47011         * malloc/hooks.c: Likewise.
47012
47013         * stdlib/Makefile (tests): Add bug-fmtmsg1.
47014         * stdlib/bug-fmtmsg1.c: New file.
47015
47016         * stdlib/fmtmsg.c (init): Add missing unlock.
47017         Patch by Peng Haitao <penght@cn.fujitsu.com>.
47018
47019 2012-01-12  Marek Polacek  <polacek@redhat.com>
47020
47021         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
47022         and _GNU_SOURCE.
47023
47024 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
47025
47026         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
47027         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
47028         macro to ensure uniqueness of label name.
47029         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47030         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47031
47032 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
47033
47034         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
47035
47036         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
47037         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
47038         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
47039         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
47040
47041 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
47042
47043         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
47044
47045         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
47046         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
47047         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
47048
47049         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
47050
47051         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
47052         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
47053         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
47054         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
47055
47056         * math/bits/math-finite.h: Add ldexp support.
47057
47058 2012-01-10  Marek Polacek  <polacek@redhat.com>
47059
47060         * locale/programs/localedef.h (show_archive_content): Add noreturn
47061         attribute.
47062
47063 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
47064
47065         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
47066
47067 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47068
47069         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
47070
47071         * io/Makefile (headers): Add bits/poll2.h.
47072
47073 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
47074
47075         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
47076         typo #include statement.
47077
47078 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47079
47080         * include/sys/cdefs.h: Define __attribute_alloc_size.
47081         * catgets/gencat.c: Add alloc_size attribute and apply consistently
47082         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
47083         * elf/pldd.c: Likewise.
47084         * iconv/iconv_charmap.c: Likewise.
47085         * iconv/iconvconfig.c: Likewise.
47086         * iconv/strtab.c: Likewise.
47087         * locale/programs/locale.c: Likewise.
47088         * locale/programs/localedef.h: Likewise.
47089         * locale/programs/simple-hash.c: Likewise.
47090         * nscd/nscd.h: Likewise.
47091         * nss/makedb.c: Likewise.
47092         * sysdeps/generic/ldconfig.h: Likewise.
47093         * locale/programs/localedef.c: Remove xmalloc prototype.
47094         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
47095
47096 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
47097
47098         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
47099         appropriate.
47100
47101 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
47102
47103         * math/Makefile (tests): Add tst-CMPLX.
47104         * math/tst-CMPLX.c: New file.
47105
47106         * math/complex.h (CMPLXL): Fix typo.
47107
47108         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
47109         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
47110         GLIBC_2.16.
47111         * debug/tst-chk1.c: Add poll and ppoll tests.
47112         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
47113         * include/sys/poll.h: Add hidden proto for ppoll.
47114         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
47115         * sysdeps/mach/hurd/ppoll.c: Likewise.
47116         * io/ppoll.c: Likewise.
47117         * debug/poll_chk.c: New file.
47118         * debug/ppoll_chk.c: New file.
47119         * include/bits/poll2.h: New file.
47120         * io/bits/poll2.h: New file.
47121
47122         [BZ #1350]
47123         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
47124
47125         * configure.in: static is always set to yes.  Remove.
47126         * config.make.in: Don't set build-static.
47127         * Makeconfig: Remove use of build-static.
47128         * dlfcn/Makefile: Likewise.
47129         * elf/Makefile: Likewise.
47130         * math/Makefile: Likewise.
47131         * misc/Makefile: Likewise.
47132         * nptl/Makefile: Likewise.
47133         * sysdeps/mach/hurd/Makefile: Likewise.
47134
47135         * configure.in: PWD_P is not used anymore.
47136         * config.make.in: Remove PWD_P entry.
47137
47138         * configure.in: Remove last remnants of RANLIB.
47139         No need to check for signed size_t anymore.
47140         Don't set libc_commonpagesize and libc_relro_required here for Alpha
47141         and IA-64.
47142         Remove __builtin_expect test because we require at least gcc 3.4.
47143         * aclocal.m4: Likewise.
47144
47145         * wcsmbs/mbrtoc16.c: Implement using towc function.
47146         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
47147         * wcsmbs/wcsmbsload.c: Likewise.
47148         * iconv/gconv_simple.c: Likewise.
47149         * iconv/gconv_int.h: Likewise.
47150         * iconv/gconv_builtin.h: Likewise.
47151         * iconv/iconv_prog.c: Remove CHAR16 handling.
47152
47153         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
47154
47155         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
47156
47157         * configure.in: Remove --with-elf and --enable-bounded options.
47158         Dont set base_machine for ia64.  More non-ELF conditions removed.
47159         Remove testing and setting of leading underscore information.
47160         * config.make.in (build-bounded): Set to no.
47161         * config.h.in: Remove NO_UNDERSCORES entry.
47162         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
47163         them.
47164         * csu/start.c: Remove !NO_UNDERSCORE code.
47165         * locale/localeinfo.h: Likewise.
47166         * sysdeps/generic/machine-gmon.h: Likewise.
47167         * sysdeps/generic/sysdep.h: Likewise.
47168         * sysdeps/i386/sysdep.h: Likewise.
47169         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47170         * sysdeps/mach/sysdep.h: Likewise.
47171         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47172         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47173         * sysdeps/sh/sysdep.h: Likewise.
47174         * sysdeps/sparc/sparc32/alloca.S: Likewise.
47175         * sysdeps/unix/i386/sysdep.S: Likewise.
47176         * sysdeps/unix/sparc/start.c: Likewise.
47177         * sysdeps/unix/sparc/sysdep.S: Likewise.
47178         * sysdeps/unix/sparc/sysdep.h: Likewise.
47179         * sysdeps/unix/start.c: Likewise.
47180         * sysdeps/unix/x86_64/sysdep.S: Likewise.
47181         * sysdeps/x86_64/sysdep.h: Likewise.
47182
47183 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
47184
47185         [BZ #13553]
47186         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
47187         for non-gcc.
47188         * argp/argp-fmtstream.h: Use const instead __const.
47189         * argp/argp.h: Likewise.
47190         * assert/assert.h: Likewise.
47191         * bits/fenv.h: Likewise.
47192         * bits/sched.h: Likewise.
47193         * bits/sigset.h: Likewise.
47194         * bits/sigthread.h: Likewise.
47195         * catgets/nl_types.h: Likewise.
47196         * conform/data/pthread.h-data: Likewise.
47197         * crypt/crypt-private.h: Likewise.
47198         * crypt/crypt.h: Likewise.
47199         * crypt/crypt_util.c: Likewise.
47200         * ctype/ctype.h: Likewise.
47201         * debug/execinfo.h: Likewise.
47202         * debug/mbsnrtowcs_chk.c: Likewise.
47203         * debug/mbsrtowcs_chk.c: Likewise.
47204         * debug/wcsnrtombs_chk.c: Likewise.
47205         * debug/wcsrtombs_chk.c: Likewise.
47206         * debug/wcstombs_chk.c: Likewise.
47207         * dirent/dirent.h: Likewise.
47208         * dlfcn/dlfcn.h: Likewise.
47209         * elf/neededtest4.c: Likewise.
47210         * grp/grp.h: Likewise.
47211         * gshadow/gshadow.h: Likewise.
47212         * iconv/gconv.h: Likewise.
47213         * iconv/gconv_int.h: Likewise.
47214         * iconv/gconv_simple.c: Likewise.
47215         * iconv/iconv.h: Likewise.
47216         * iconv/loop.c: Likewise.
47217         * iconv/skeleton.c: Likewise.
47218         * include/aio.h: Likewise.
47219         * include/aliases.h: Likewise.
47220         * include/argz.h: Likewise.
47221         * include/arpa/inet.h: Likewise.
47222         * include/assert.h: Likewise.
47223         * include/dirent.h: Likewise.
47224         * include/dlfcn.h: Likewise.
47225         * include/execinfo.h: Likewise.
47226         * include/fcntl.h: Likewise.
47227         * include/fenv.h: Likewise.
47228         * include/glob.h: Likewise.
47229         * include/grp.h: Likewise.
47230         * include/libintl.h: Likewise.
47231         * include/mntent.h: Likewise.
47232         * include/netdb.h: Likewise.
47233         * include/pwd.h: Likewise.
47234         * include/rpc/netdb.h: Likewise.
47235         * include/sched.h: Likewise.
47236         * include/search.h: Likewise.
47237         * include/shadow.h: Likewise.
47238         * include/signal.h: Likewise.
47239         * include/stdio.h: Likewise.
47240         * include/stdlib.h: Likewise.
47241         * include/string.h: Likewise.
47242         * include/sys/socket.h: Likewise.
47243         * include/sys/stat.h: Likewise.
47244         * include/sys/statfs.h: Likewise.
47245         * include/sys/statvfs.h: Likewise.
47246         * include/sys/syslog.h: Likewise.
47247         * include/sys/time.h: Likewise.
47248         * include/sys/uio.h: Likewise.
47249         * include/time.h: Likewise.
47250         * include/unistd.h: Likewise.
47251         * include/utmp.h: Likewise.
47252         * include/wchar.h: Likewise.
47253         * include/wctype.h: Likewise.
47254         * inet/aliases.h: Likewise.
47255         * inet/arpa/inet.h: Likewise.
47256         * inet/netinet/ether.h: Likewise.
47257         * inet/netinet/in.h: Likewise.
47258         * intl/libintl.h: Likewise.
47259         * io/bits/fcntl2.h: Likewise.
47260         * io/fcntl.h: Likewise.
47261         * io/ftw.h: Likewise.
47262         * io/sys/poll.h: Likewise.
47263         * io/sys/stat.h: Likewise.
47264         * io/sys/statfs.h: Likewise.
47265         * io/sys/statvfs.h: Likewise.
47266         * io/utime.h: Likewise.
47267         * libio/bits/stdio.h: Likewise.
47268         * libio/bits/stdio2.h: Likewise.
47269         * libio/libio.h: Likewise.
47270         * libio/libioP.h: Likewise.
47271         * libio/stdio.h: Likewise.
47272         * locale/lc-ctype.c: Likewise.
47273         * locale/locale.h: Likewise.
47274         * login/utmp.h: Likewise.
47275         * malloc/arena.c: Likewise.
47276         * malloc/malloc.c: Likewise.
47277         * malloc/malloc.h: Likewise.
47278         * malloc/mcheck.c: Likewise.
47279         * malloc/mtrace.c: Likewise.
47280         * math/bits/mathcalls.h: Likewise.
47281         * math/fenv.h: Likewise.
47282         * math/math_private.h: Likewise.
47283         * misc/bits/error.h: Likewise.
47284         * misc/bits/syslog.h: Likewise.
47285         * misc/err.h: Likewise.
47286         * misc/error.h: Likewise.
47287         * misc/fstab.h: Likewise.
47288         * misc/mntent.h: Likewise.
47289         * misc/regexp.h: Likewise.
47290         * misc/search.h: Likewise.
47291         * misc/sgtty.h: Likewise.
47292         * misc/sys/mman.h: Likewise.
47293         * misc/sys/syslog.h: Likewise.
47294         * misc/sys/uio.h: Likewise.
47295         * misc/sys/xattr.h: Likewise.
47296         * misc/ttyent.h: Likewise.
47297         * nis/rpcsvc/ypclnt.h: Likewise.
47298         * nss/nss.h: Likewise.
47299         * posix/bits/unistd.h: Likewise.
47300         * posix/fnmatch.h: Likewise.
47301         * posix/glob.h: Likewise.
47302         * posix/sched.h: Likewise.
47303         * posix/spawn.h: Likewise.
47304         * posix/sys/wait.h: Likewise.
47305         * posix/unistd.h: Likewise.
47306         * posix/wordexp.h: Likewise.
47307         * pwd/pwd.h: Likewise.
47308         * resolv/netdb.h: Likewise.
47309         * resource/sys/resource.h: Likewise.
47310         * rt/aio.h: Likewise.
47311         * rt/bits/mqueue2.h: Likewise.
47312         * rt/mqueue.h: Likewise.
47313         * shadow/shadow.h: Likewise.
47314         * signal/signal.h: Likewise.
47315         * socket/send.c: Likewise.
47316         * socket/sendto.c: Likewise.
47317         * socket/sys/socket.h: Likewise.
47318         * stdio-common/printf.h: Likewise.
47319         * stdlib/bits/stdlib.h: Likewise.
47320         * stdlib/fmtmsg.h: Likewise.
47321         * stdlib/monetary.h: Likewise.
47322         * stdlib/stdlib.h: Likewise.
47323         * stdlib/ucontext.h: Likewise.
47324         * streams/stropts.h: Likewise.
47325         * string/argz.h: Likewise.
47326         * string/bits/string2.h: Likewise.
47327         * string/string.h: Likewise.
47328         * string/strings.h: Likewise.
47329         * sunrpc/rpc/auth.h: Likewise.
47330         * sunrpc/rpc/auth_des.h: Likewise.
47331         * sunrpc/rpc/clnt.h: Likewise.
47332         * sunrpc/rpc/netdb.h: Likewise.
47333         * sunrpc/rpc/pmap_clnt.h: Likewise.
47334         * sunrpc/rpc/xdr.h: Likewise.
47335         * sysdeps/generic/inttypes.h: Likewise.
47336         * sysdeps/generic/net/if.h: Likewise.
47337         * sysdeps/generic/sys/swap.h: Likewise.
47338         * sysdeps/gnu/net/if.h: Likewise.
47339         * sysdeps/gnu/utmpx.h: Likewise.
47340         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
47341         * sysdeps/i386/i486/bits/string.h: Likewise.
47342         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
47343         * sysdeps/s390/bits/string.h: Likewise.
47344         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
47345         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
47346         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
47347         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
47348         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
47349         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
47350         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
47351         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
47352         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
47353         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
47354         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
47355         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
47356         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
47357         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
47358         * sysdeps/unix/sysv/linux/readv.c: Likewise.
47359         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
47360         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
47361         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
47362         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
47363         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
47364         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47365         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
47366         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
47367         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
47368         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
47369         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
47370         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
47371         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47372         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
47373         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
47374         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
47375         * sysvipc/sys/ipc.h: Likewise.
47376         * sysvipc/sys/msg.h: Likewise.
47377         * sysvipc/sys/sem.h: Likewise.
47378         * sysvipc/sys/shm.h: Likewise.
47379         * termios/termios.h: Likewise.
47380         * time/sys/time.h: Likewise.
47381         * time/time.h: Likewise.
47382         * wcsmbs/bits/wchar2.h: Likewise.
47383         * wcsmbs/uchar.h: Likewise.
47384         * wcsmbs/wchar.h: Likewise.
47385         * wctype/wctype.h: Likewise.
47386
47387         [BZ #13551]
47388         * Makeconfig: Remove all but ELF support including AIX support.
47389         * Makerules: Likewise.
47390         * config.h.in: Likewise.
47391         * config.make.in: Likewise.
47392         * configure: Likewise.
47393         * configure.in: Likewise.
47394         * csu/Makefile: Likewise.
47395         * csu/version.c: Likewise.
47396         * debug/Makefile: Likewise.
47397         * dlfcn/Makefile: Likewise.
47398         * elf/Makefile: Likewise.
47399         * extra-lib.mk: Likewise.
47400         * iconv/Makefile: Likewise.
47401         * include/libc-symbols.h: Likewise.
47402         * include/shlib-compat.h: Likewise.
47403         * resolv/Makefile: Likewise.
47404         * resolv/res_libc.c: Likewise.
47405         * rt/Makefile: Likewise.
47406         * sysdeps/i386/asm-syntax.h: Likewise.
47407         * sysdeps/i386/sysdep.h: Likewise.
47408         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
47409         * sysdeps/mach/sysdep.h: Likewise.
47410         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
47411         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
47412         * sysdeps/s390/asm-syntax.h: Likewise.
47413         * sysdeps/s390/s390-32/sysdep.h: Likewise.
47414         * sysdeps/s390/s390-64/sysdep.h: Likewise.
47415         * sysdeps/sh/sysdep.h: Likewise.
47416         * sysdeps/unix/sparc/sysdep.h: Likewise.
47417         * sysdeps/wordsize-32/divdi3.c: Likewise.
47418         * sysdeps/x86_64/sysdep.h: Likewise.
47419
47420         * argp/Versions: Remove _argp_unlock_xxx.
47421
47422         [BZ #13559]
47423         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
47424         * abilist/libBrokenLocale.abilist: Likewise.
47425         * abilist/libanl.abilist: Likewise.
47426         * abilist/libc.abilist: Likewise.
47427         * abilist/libcrypt.abilist: Likewise.
47428         * abilist/libdl.abilist: Likewise.
47429         * abilist/libm.abilist: Likewise.
47430         * abilist/libnsl.abilist: Likewise.
47431         * abilist/libpthread.abilist: Likewise.
47432         * abilist/libresolv.abilist: Likewise.
47433         * abilist/librt.abilist: Likewise.
47434         * abilist/libthread_db.abilist: Likewise.
47435         * abilist/libutil.abilist: Likewise.
47436         * abilist/libnss_db.abilist: New file.
47437
47438         * scripts/abilist.awk: Add support for indirect functions.
47439
47440         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
47441
47442         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
47443
47444         * shlib-versions: Remove entries for ports architectures.
47445
47446         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
47447         files in ports.
47448         * elf/stackguard-macros.h: Remove support for IA-64.
47449         * elf/tst-auditmod1.c: Likewise.
47450         * sysdeps/generic/ldsodefs.h: Likewise.
47451
47452         * sysdeps/unix/sysv/linux/configure.in: Ports should define
47453         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
47454         configure files.
47455
47456         [BZ #13552]
47457         * configure.in: Remove --enable-omitfp support.
47458         * FAQ.in: Adjust.
47459         * config.make.in: Likewise.
47460         * Makeconfig: Likewise.
47461         * manual/install.texi: Likewise.
47462
47463         In case anyone cares, the IA-64 architecture could move to ports.
47464         * sysdeps/ia64/*: Removed.
47465         * sysdeps/unix/sysv/linux/ia64/*: Removed.
47466         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
47467
47468         [BZ #13555]
47469         * configure.in: Remove entries for unsupported architectures.
47470
47471         [BZ #13533]
47472         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
47473         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
47474         routines.
47475         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
47476         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
47477         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
47478         fall back to using wcrtomb.
47479         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
47480         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
47481         renaming.
47482         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
47483         * wcsmbs/tst-c16c32-1.c: New file.
47484
47485         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
47486         local variable.
47487
47488         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
47489
47490         * elf/tst-unique3.cc: Add explicit declaration of gets.
47491         * elf/tst-unique3lib.cc: Likewise.
47492         * elf/tst-unique3lib2.cc: Likewise.
47493         * elf/tst-unique4.cc: Likewise.
47494
47495         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
47496
47497 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
47498
47499         [BZ #13566]
47500         * assert/assert.h (static_assert): Don't define for C++.
47501         * libio/stdio.h (gets): Do declare for C++ <= C++11.
47502         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
47503
47504 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
47505
47506         * iconv/loop.c (single loop): Fix assertion in storing of
47507         remaining bytes.
47508
47509         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
47510
47511 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
47512
47513         * posix/getconf.c: Update copyright year.
47514         * nss/getent.c: Likewise.
47515         * nss/makedb.c: Likewise.
47516         * iconv/iconvconfig.c: Likewise.
47517         * iconv/iconv_prog.c: Likewise.
47518         * elf/ldconfig.c: Likewise.
47519         * elf/pldd.c: Likewise.
47520         * elf/sotruss.ksh: Likewise.
47521         * catgets/gencat.c: Likewise.
47522         * csu/version.c: Likewise.
47523         * elf/ldd.bash.in: Likewise.
47524         * elf/sprof.c (print_version): Likewise.
47525         * locale/programs/locale.c: Likewise.
47526         * locale/programs/localedef.c: Likewise.
47527         * login/programs/pt_chown.c: Likewise.
47528         * nscd/nscd.c (print_version): Likewise.
47529         * debug/xtrace.sh: Likewise.
47530         * malloc/memusage.sh: Likewise.
47531         * malloc/mtrace.pl: Likewise.
47532         * debug/catchsegv.sh: Likewise.
47533
47534 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
47535
47536         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
47537         pure attribute.
47538
47539 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
47540
47541         [BZ #13533]
47542         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
47543         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
47544         transformations.
47545         * iconv/gconv_int.h: Likewise.
47546         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
47547         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
47548         from libc for GLIBC_2.16.
47549         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
47550         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
47551         * wcsmbs/uchar.h: Really define mbstate_t.
47552         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
47553         * wcsmbs/c16rtomb.c: New file.
47554         * wcsmbs/mbrtoc16.c: New file.
47555         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
47556         for C/POSIX locale.
47557         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
47558         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
47559
47560         * wcsmbs/wchar.h: Add missing __restrict.
47561
47562 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47563
47564         [BZ #13532]
47565         * time/Makefile (routines): Add timespec_get.
47566         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
47567         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
47568         timespec for ISO C11.
47569         * time/timespec_get.c: New file.
47570         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
47571         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
47572
47573         [BZ #13531]
47574         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
47575         * stdlib/stdlib.h: Declare aligned_alloc.
47576         * Versions.def: Add GLIBC_2.16 for libc.
47577         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
47578
47579         [BZ 13527]
47580         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
47581         ISO C11.
47582
47583         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
47584         code.
47585
47586         [BZ #13528]
47587         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47588
47589         [BZ #13529]
47590         * assert/assert.h (static_assert): Define.
47591
47592         * version.h: Update for 2.16 development version.
47593
47594         [BZ #13526]
47595         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47596         _ISOC11_SOURCE.
47597
47598         * version.h (RELEASE): Bump for 2.15 release.
47599         * include/features.h (__GLIBC_MINOR__): Bump to 15.
47600
47601         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47602         Patch by Marek Polacek <mpolacek@redhat.com>.
47603
47604         * bits/byteswap.h: Protect long long constants with __extension__.
47605         * sysdeps/i386/bits/byteswap.h: Likewise.
47606         * sysdeps/ia64/bits/byteswap.h: Likewise.
47607         * sysdeps/s390/bits/byteswap.h: Likewise.
47608         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47609
47610 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47611
47612         [BZ #13540]
47613         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47614         destination buffer.
47615         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47616
47617 2011-12-23  Marek Polacek  <polacek@redhat.com>
47618
47619         * elf/dl-addr.c (determine_info): Add inline keyword.
47620         * elf/tst-auditmod4b.c (check_avx): Likewise.
47621         * elf/tst-auditmod6b.c (check_avx): Likewise.
47622         * elf/tst-auditmod6c.c (check_avx): Likewise.
47623         * elf/tst-auditmod7b.c (check_avx): Likewise.
47624
47625 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47626
47627         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47628         !__SSE_MATH__.
47629
47630 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47631
47632         [BZ #13540]
47633         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47634         processing for last bytes.
47635
47636 2011-08-06  Bruno Haible  <bruno@clisp.org>
47637
47638         [BZ #13061]
47639         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47640         U+0385, not to U+1FEE.
47641
47642         [BZ #13062]
47643         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47644         entry for U+00A5 U+0301.
47645
47646 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47647
47648         [BZ #13166]
47649         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47650         buffer for the output is too small.
47651
47652         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47653         optimization.
47654
47655         [BZ #13185]
47656         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47657         SSE flags if possible.
47658
47659 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47660
47661         [BZ #13540]
47662         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47663         processing for last bytes.
47664
47665 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
47666
47667         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47668         (syscall-list-default-options, syscall-list-default-condition)
47669         (syscall-list-includes): Define.
47670         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47671         list of ABIs and options and #if conditions for each ABI.  Do not
47672         handle common syscalls between ABIs specially.
47673         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47674         Remove.
47675         (syscall-list-variants, syscall-list-32bit-options)
47676         (syscall-list-32bit-condition, syscall-list-64bit-options)
47677         (syscall-list-64bit-condition): Define.
47678         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
47679         (syscall-list-variants, syscall-list-32bit-options)
47680         (syscall-list-32bit-condition, syscall-list-64bit-options)
47681         (syscall-list-64bit-condition): Define.
47682         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47683         Remove.
47684         (syscall-list-variants, syscall-list-32bit-options)
47685         (syscall-list-32bit-condition, syscall-list-64bit-options)
47686         (syscall-list-64bit-condition): Define.
47687         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47688         Remove.
47689         (syscall-list-variants, syscall-list-32bit-options)
47690         (syscall-list-32bit-condition, syscall-list-64bit-options)
47691         (syscall-list-64bit-condition): Define.
47692
47693 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47694
47695         * locale/iso-639.def: Add brx entry.
47696
47697         [BZ #13328]
47698         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47699         Proposed by Mariusz_Cukr <marcukr@op.pl>.
47700
47701         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47702         __feraiseexcept_renamed.
47703
47704 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47705
47706         [BZ #13538]
47707         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47708         EPOLLET with unsigned values.
47709         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47710         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47711
47712         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47713         to large cancellation.
47714         * math/s_cacoshf.c: Likewise.
47715         * math/s_cacoshl.c: Likewise.
47716
47717 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
47718
47719         [BZ #13305]
47720         [BZ #12786]
47721         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47722         * math/s_cacoshf.c: Likewise.
47723         * math/s_cacoshl.c: Likewise.
47724
47725 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47726
47727         [BZ #13439]
47728         * iconv/gconv.h: Define __GCONV_SWAP.
47729         * iconvdata/unicode.c: The swap bit must be stored in __flags.
47730         * iconvdata/utf-16.c: Likewise.
47731         * iconvdata/utf-32.c: Likewise.
47732
47733 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
47734
47735         [BZ #13524]
47736         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47737         numerator after shifting it by one limb.
47738
47739 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
47740
47741         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47742         under [__USE_EXTERN_INLINES].
47743
47744 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47745
47746         [BZ #13446]
47747         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
47748
47749 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47750
47751         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
47752         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
47753         optimized code.
47754         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
47755         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
47756         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
47757         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
47758         for strncasecmp/strncasecmp_l compilation.
47759         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
47760         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
47761
47762 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
47763
47764         [BZ #13484]
47765         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
47766         of __asm__.
47767
47768 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47769
47770         [BZ #13506]
47771         * time/tzfile.c (__tzfile_read): Check values from file header.
47772
47773 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
47774
47775         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
47776         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
47777         * powerpc/powerpc32/dl-start.S: Likewise.
47778         * powerpc/powerpc32/elf/start.S: Likewise.
47779         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
47780         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
47781         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
47782         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
47783         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
47784         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
47785         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
47786         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
47787         * powerpc/powerpc32/fpu/s_round.S: Likewise.
47788         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
47789         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
47790         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
47791         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
47792         * powerpc/powerpc32/memset.S: Likewise.
47793         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
47794         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
47795         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
47796         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
47797         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
47798         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
47799         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
47800         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
47801         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
47802         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
47803         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
47804         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47805         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47806
47807 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47808
47809         * math/libm-test.inc: Added more nearbyint tests.
47810         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
47811         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
47812         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
47813         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
47814
47815 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
47816
47817         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
47818         FD_CLOEXEC.
47819
47820 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47821
47822         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
47823         Add wcscpy-ssse3 wcscpy-c.
47824         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
47825         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
47826         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
47827         * sysdeps/x86_64/wcschr.S: New file.
47828         * sysdeps/x86_64/wcsrchr.S: New file.
47829         * string/test-strcmp.c: Remove checking of wcscmp function for
47830         wrong alignments.
47831         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
47832         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
47833         wcsrchr-sse2 wcsrchr-c.
47834         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
47835         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
47836         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
47837         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
47838         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
47839         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
47840         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
47841         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
47842         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
47843         * wcsmbc/wcschr.c (WCSCHR): New macro.
47844
47845 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47846
47847         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
47848         * wcsmbs/test-wcsrchr.c: New file.
47849         * string/test-strrchr.c: Add wcsrchr support.
47850         (WIDE): New macro.
47851         * wcsmbs/test-wcscpy.c: New file.
47852         * string/test-strcpy.c: Add wcscpy support.
47853         (WIDE): New macro.
47854
47855 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
47856
47857         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
47858         the inner loop.
47859
47860 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
47861
47862         [BZ #13472]
47863         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
47864
47865 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
47866
47867         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
47868         Minor optimizations.
47869
47870         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
47871         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
47872         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
47873
47874 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
47875
47876         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
47877         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
47878         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
47879         for gcc to avoid warnings.
47880         * inet/Makefile (tests): Add tst-checks.
47881         * inet/tst-checks.c: New file.
47882
47883         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
47884         warning.
47885
47886         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
47887         __wmemcmp_sse2.
47888
47889         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
47890         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
47891
47892         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
47893
47894 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
47895
47896         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
47897         problem.
47898
47899         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
47900
47901 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
47902
47903         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
47904         conditional on GCC version.
47905         (__arch_compare_and_exchange_val_8_acq)
47906         (__arch_compare_and_exchange_val_16_acq)
47907         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
47908         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
47909         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
47910
47911 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
47912
47913         * sysdeps/sh/backtrace.c: New file.
47914
47915 2011-12-02  Andreas Schwab  <schwab@redhat.com>
47916
47917         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
47918         parenthesis.
47919
47920 2011-12-01  Andreas Schwab  <schwab@redhat.com>
47921
47922         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
47923         falling back to utime.
47924
47925 2011-11-30  Andreas Schwab  <schwab@redhat.com>
47926
47927         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
47928         expectations for float.
47929
47930 2011-11-29  Andreas Schwab  <schwab@redhat.com>
47931
47932         * locale/weight.h (findidx): Add parameter len.
47933         * locale/weightwc.h (findidx): Likewise.
47934         * posix/fnmatch_loop.c (FCT): Adjust caller.
47935         * posix/regcomp.c (build_equiv_class): Likewise.
47936         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
47937         * posix/regexec.c (check_node_accept_bytes): Likewise.
47938         * string/strcoll_l.c (STRCOLL): Likewise.
47939         * string/strxfrm_l.c (STRXFRM): Likewise.
47940
47941 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
47942
47943         * Makefile.in: Remove CVSOPT handling.
47944         * configure.in: Remove use of AC_REVISION.
47945         * iconvdata/Makefile (distribute): No need to filter out CVS.
47946         * scripts/list-sources.sh: Remove CVS, subversion and monotone
47947         handling.
47948
47949 2011-11-16  Andreas Schwab  <schwab@redhat.com>
47950
47951         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
47952         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
47953         [USE_AS_STRNCASECMP_L]: Likewise.
47954         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
47955         NO_TLS_DIRECT_SEG_REFS.
47956         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
47957         Fix argument offsets for non-PIC.
47958         [USE_AS_STRNCASECMP_L]: Likewise.
47959         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
47960         NO_TLS_DIRECT_SEG_REFS.
47961
47962 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47963
47964         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
47965         O_CLOEXEC.
47966         * locale/loadlocale.c (_nl_load_locale): Likewise.
47967
47968 2011-11-15  Andreas Schwab  <schwab@redhat.com>
47969
47970         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
47971         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
47972         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
47973         (SYSCALL_GETTIME): Set errno on error.
47974
47975         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
47976         count references to noai6ai_cached.
47977
47978 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47979
47980         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
47981
47982         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
47983         FD_CLOEXEC for /proc/self/maps.
47984
47985         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
47986         FD_CLOEXEC for /proc/meminfo.
47987
47988         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
47989         gai.conf.
47990
47991         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
47992         FD_CLOEXEC for given file.
47993
47994         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
47995
47996         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
47997         FD_CLOEXEC for /etc/hosts.
47998         (_gethtent): Likewise.
47999
48000         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
48001
48002         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
48003         cancellation and set FD_CLOEXEC for /etc/netgroup.
48004
48005         * nss/nss_files/files-key.c (search): Don't allow cancellation when
48006         reading /etc/publickey.
48007
48008         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
48009         allow cancellation when reading /etc/group.
48010
48011         * nss/nss_files/files-alias.c (internal_setent): Don't allow
48012         cancellation.
48013         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
48014
48015         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
48016         when using data file.
48017
48018         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
48019
48020         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
48021         (write_nis_obj): Use "c" and "e" in fopen.
48022
48023         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
48024
48025         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
48026
48027         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
48028
48029         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
48030
48031         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
48032         locale.alias.
48033
48034         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
48035
48036         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
48037
48038         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
48039
48040         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
48041         file parsing and set FD_CLOEXEC.
48042
48043 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48044
48045         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
48046
48047 2011-11-14  Andreas Schwab  <schwab@redhat.com>
48048
48049         * malloc/arena.c (arena_get2): Don't call reused_arena when
48050         _int_new_arena failed.
48051
48052 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
48053
48054         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
48055         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
48056         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
48057         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
48058         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
48059         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
48060         to compile strcasecmp and strncasecmp.
48061         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
48062         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
48063
48064         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
48065
48066 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
48067
48068         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
48069         locale-defines.sym to gen-as-const-headers.
48070         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
48071         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
48072         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
48073         to compile strcasecmp and strncasecmp.
48074         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
48075         strcasecmp_l and strncasecmp_l.
48076         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
48077         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
48078         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
48079         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
48080         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
48081         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
48082         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
48083         * sysdeps/i386/i686/multiarch/strncase.S: New file.
48084         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
48085         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
48086         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
48087
48088 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
48089
48090         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
48091         result of SYSDEP_GETTIME_CPU to retval.
48092         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
48093         parameter list to macro.  Remove trailing semicolon.  Adjust users.
48094
48095         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
48096         variable.
48097
48098         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
48099         mantissa words.
48100         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
48101
48102         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
48103         from unused variable.
48104
48105         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
48106         DWARF definitions.
48107         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
48108         for assembling.
48109
48110         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
48111         over namespaces.
48112
48113         * sunrpc/rpc_prot.c (rejected): Fix case value.
48114
48115         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
48116         unsigned long long int to avoid warnings in shift.
48117
48118         * posix/regex_internal.c (re_string_reconstruct): Actually use result
48119         of use of trans.
48120         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
48121         variable tmp.
48122
48123         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
48124         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
48125         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
48126
48127         * nis/nis_table.c (nis_list): Use variable of correct type for
48128         result of __follow_path call.
48129
48130 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
48131
48132         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
48133         of math functions ceil, trunc, floor, round, and sqrt, when
48134         avaliable on the platform.
48135         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
48136         name clash.
48137         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48138         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48139         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48140
48141 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
48142
48143         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
48144         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
48145
48146 2011-11-11  Roland McGrath  <roland@hack.frob.com>
48147
48148         * include/unistd.h: Fix __readlink return type.
48149         Reported by Chris Metcalf <cmetcalf@tilera.com>.
48150
48151 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
48152
48153         * stdlib/ucontext.h: Undo last change for makecontext.
48154
48155 2011-11-11  Andreas Schwab  <schwab@redhat.com>
48156
48157         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
48158
48159         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
48160         * setjmp/setjmp.h: Mark functions as non-leaf.
48161         * setjmp/bits/setjmp2.h: Likewise.
48162         * stdlib/ucontext.h: Likewise.
48163
48164 2011-11-10  Andreas Schwab  <schwab@redhat.com>
48165
48166         * malloc/arena.c (_int_new_arena): Don't increment narenas.
48167         (reused_arena): Don't check arena limit.
48168         (arena_get2): Atomically check arena limit.
48169
48170 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
48171
48172         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
48173         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
48174
48175         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
48176         instructions.
48177
48178 2011-11-07  Andreas Schwab  <schwab@redhat.com>
48179
48180         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
48181         handler when locking.
48182
48183         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
48184         Fix size of allocated buffer.
48185
48186 2011-11-04  Andreas Schwab  <schwab@redhat.com>
48187
48188         [BZ #10103]
48189         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
48190         declarations for long double functions.
48191         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
48192
48193         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
48194
48195 2011-11-03  Andreas Schwab  <schwab@redhat.com>
48196
48197         * nscd/nscd.c (main): Don't start AVC thread until credentials are
48198         installed.
48199
48200         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
48201         is disabled.
48202
48203 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48204
48205         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
48206
48207 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
48208
48209         * include/alloca.h (stackinfo_alloca_round): Define.
48210         (extend_alloca): Use it.
48211         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
48212         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
48213         here.
48214
48215         * scripts/check-local-headers.sh: Ignore libaudit.h.
48216
48217         * nscd/Makefile (extra-objs): Make recursively expanded.
48218
48219 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
48220
48221         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
48222         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
48223
48224         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
48225         * posix/tst-rfc3484-2.c: Likewise.
48226         * posix/tst-rfc3484-3.c: Likewise.
48227
48228         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
48229         process_vm_writev.
48230         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
48231         process_vm_writev.
48232         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
48233         process_vm_writev from libc using GLIBC_2.15 version.
48234
48235         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
48236
48237 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
48238
48239         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
48240         stack usage.
48241
48242 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
48243
48244         [BZ #13367]
48245         * nss/getent.c (initgroups_keys): Show error message in case no group
48246         names are given.
48247
48248         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
48249         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
48250         __bump_nl_timestamp.
48251         * nscd/connections (nscd_init): When host database is served open
48252         netlink socket and request notification about configuration changes.
48253         (main_loop_poll): Track netlink file descriptor and bump timestamp
48254         in case data becomes available.
48255         (main_loop_epoll): Likewise.
48256         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
48257         (database_pers_head): Add extra_data fileds.
48258         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
48259         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
48260         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
48261         Adjust caller.
48262         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
48263         in6ai data, call __free_in6ai.
48264         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
48265         Add -DHAVE_NETLINK.
48266         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
48267         interface information.  Reuse previous data if netlink timestamp
48268         is not changed.
48269         (__bump_nl_timestamp): New function.
48270         (__free_in6ai): New function.
48271
48272 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
48273
48274         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
48275         close_not_cancel_no_status here.
48276         (__check_pf): Reorganize code a bit to not call close twice if OOM.
48277
48278 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48279
48280         [BZ #13276]
48281         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
48282         return value.
48283
48284         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
48285         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
48286         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
48287
48288 2011-07-03  Andreas Jaeger  <aj@suse.de>
48289
48290         [BZ #10709]
48291         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
48292         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
48293         * math/libm-test.inc (sin_test): Add test case.
48294
48295 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
48296
48297         [BZ #13337]
48298         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
48299         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48300
48301         * elf/chroot_canon.c (chroot_canon): Cleanups.
48302
48303         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
48304
48305         [BZ #13335]
48306         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
48307         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
48308
48309         * string/test-strchr.c: Make usable for strchrnul testing.
48310         * string/test-strchrnul.c: New file.
48311         * string/Makefile (strop-tests): Add strchrnul.
48312
48313         * po/it.po: Update from translation team.
48314         * po/es.po: Likewise.
48315
48316 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
48317
48318         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
48319         the three constants needed as parameters.  Drop the others.
48320         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
48321         __m128i_strloadu_tolower.
48322         Create and initialize variable zero and use it in all the places
48323         where _mm_setzero_si128 was used.
48324
48325         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
48326         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
48327         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
48328         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
48329         anymore.
48330         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
48331         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
48332         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
48333         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
48334         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
48335         __mpranred, __mptan.
48336         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
48337         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
48338         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
48339         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
48340         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
48341         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
48342         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
48343         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
48344         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
48345
48346 2011-10-28  Andreas Schwab  <schwab@redhat.com>
48347
48348         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
48349         redefine if SHARED.
48350         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
48351
48352         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
48353         wide char related routines to wcsmbs subdir.
48354
48355 2011-10-27  Andreas Schwab  <schwab@redhat.com>
48356
48357         [BZ #13344]
48358         * misc/sys/cdefs.h (__THROWNL): Define.
48359         * posix/unistd.h: Use __THREADNL instead of __THREAD
48360         for memory synchronization functions.
48361
48362 2011-10-26  Roland McGrath  <roland@hack.frob.com>
48363
48364         [BZ #13349]
48365         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
48366         doesn't exist.
48367         * manual/stdio.texi (Obstack Streams): Node removed.
48368
48369 2011-10-26  Andreas Schwab  <schwab@redhat.com>
48370
48371         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
48372         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48373         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48374
48375         * math/math_private.h (math_force_eval): Allow non-addressable
48376         arguments.
48377         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
48378
48379 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48380
48381         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
48382         file is not needed.
48383
48384         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
48385         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
48386         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
48387         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
48388         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
48389         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
48390         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
48391         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
48392         Add AVX variants.
48393         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
48394         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
48395         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
48396         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
48397         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
48398         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
48399         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
48400         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
48401         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
48402         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
48403         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
48404         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
48405         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
48406         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
48407         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
48408         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
48409         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
48410         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
48411         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
48412
48413         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
48414         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
48415
48416         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
48417         place.  Use VEX encoding when compiling for AVX.
48418
48419 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48420
48421         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
48422         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
48423
48424         * string/test-strchr.c (do_test): Don't generate NUL bytes.
48425
48426 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48427
48428         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
48429         useless if() expression.
48430         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48431         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48432         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48433         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48434         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48435         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48436         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48437         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48438         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48439         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48440         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48441         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48442         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48443         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48444         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48445         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48446         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48447         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48448         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48449
48450         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
48451
48452 2011-10-25  Andreas Schwab  <schwab@redhat.com>
48453
48454         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
48455         condition.
48456         * elf/dl-fini.c (_dl_sort_fini): Likewise.
48457
48458 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
48459
48460         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
48461         .text section.  Avoid duplicate constants.
48462         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48463         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48464         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48465         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48466         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48467         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48468         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48469         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48470         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
48471         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
48472         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
48473         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
48474         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
48475         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
48476         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
48477         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
48478         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
48479         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
48480         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48481         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48482         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48483         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48484         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48485         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
48486         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
48487         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
48488         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
48489         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
48490         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
48491         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
48492         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
48493         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
48494         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
48495         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
48496         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
48497         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
48498         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
48499         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
48500         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
48501         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
48502         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
48503         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
48504         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
48505         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
48506         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
48507
48508 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
48509
48510         * sysdeps/x86_64/dla.h: Move to ...
48511         * sysdeps/x86_64/fpu/dla.h: ...here.
48512         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
48513         situations.  Use __builtin_fma only for gcc 4.6 and up.
48514
48515         * config.make.in: Add have-mfma4 entry.
48516         * configure.in: Substitute libc_cv_cc_fma4.
48517         * math/Makefile (dbl-only-routines): Add sincostab.
48518         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
48519         Use __sincostab not sincos.
48520         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
48521         name is a macro.
48522         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48523         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48524         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48525         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
48526         using __copysign.
48527         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
48528         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
48529         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
48530         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
48531         and __inv.
48532         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
48533         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
48534         __copysign.
48535         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
48536         define aliases when function name is a macro.
48537         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
48538         sysdeps/ieee754/dbl-64/sincos.tbl.
48539         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
48540         fma4-enabled routines.
48541         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
48542         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
48543         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
48544         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
48545         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
48546         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
48547         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
48548         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
48549         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
48550         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
48551         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
48552         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
48553         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
48554         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
48555         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
48556         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
48557         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
48558         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
48559         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
48560         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
48561         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
48562         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
48563         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
48564         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
48565         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
48566         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
48567         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
48568         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
48569         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
48570         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
48571
48572         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
48573         rename.
48574         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48575         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48576         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48577         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48578         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48579         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48580         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48581         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48582
48583 2011-10-24  Andreas Schwab  <schwab@redhat.com>
48584
48585         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48586
48587 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48588
48589         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48590
48591         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48592         prediction.
48593         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48594
48595         * string/strnlen.c: Don't define STRNLEN, reverse logic.
48596         Remove unused variable magic_bits.
48597         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48598
48599         * string/strnlen.c: Define and use STRNLEN macro.
48600         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48601         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48602         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48603         * wcsmbs/wcslen.c: Define and use WCSLEN.
48604         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48605         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48606         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48607         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48608         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48609         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48610         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48611
48612 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48613
48614         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48615         strnlen-sse2-no-bsf.
48616         Rename strlen-no-bsf to strlen-sse2-no-bsf.
48617         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48618         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48619         Add strnlen support.
48620         (USE_AS_STRNLEN): New macro.
48621         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48622         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48623         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48624         * sysdeps/x86_64/wcslen.S: New file.
48625
48626 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
48627
48628         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48629         XMM-moves are used for copying on small sizes.
48630
48631 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48632
48633         * wcsmbs/Makefile (strop-tests): Add wcschr.
48634         * wcsmbs/test-wcschr.c: New file.
48635         * string/test-strchr.c: Update.
48636         Add wcschr support.
48637         (WIDE): New macro.
48638
48639 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48640
48641         * wcsmbs/Makefile (strop-tests): Add wcslen.
48642         * wcsmbs/test-wcslen.c: New file.
48643         * string/test-strlen.c: Update.
48644         Add wcslen support.
48645         (WIDE): New macro.
48646
48647 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48648
48649         * po/it.po: Update from translation team.
48650
48651 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48652
48653         * sysdeps/x86_64/wcscmp.S: Update.
48654         Fix wrong comparison semantics.
48655         wcscmp shall use signed comparison not unsigned.
48656         Don't use substraction to avoid overflow bug.
48657         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48658         * wcsmbc/wcscmp.c: Likewise.
48659         * string/test-strcmp.c: Likewise.
48660         Add new tests to check cases with negative values.
48661
48662 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48663
48664         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48665         * sysdeps/x86_64/dla.h: ...here.  New file.
48666         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48667         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48668         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48669         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48670         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48671         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48672         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48673         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48674         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48675
48676 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
48677
48678         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48679         __ynl_finite aliases.
48680
48681 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48682
48683         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48684
48685         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48686         define DLA_FMA.
48687         [DLA_FMA] (EMULV): Use DLA_FMA.
48688         [DLA_FMA] (MUL12): Use EMULV.
48689         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48690         that are not needed.
48691         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48692         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48693         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48694         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48695         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48696         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48697         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48698
48699 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
48700
48701         * math/s_nan.c: Undef __nan.
48702         * math/s_nanf.c: Undef __nanf.
48703         * math/s_nanl.c: Undef __nanl.
48704         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48705         "math_private.h".
48706
48707 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48708
48709         * math/s_catan.c: Add branch predictions.
48710         * math/s_catanf.c: Likewise.
48711         * math/s_catanh.c: Likewise.
48712         * math/s_catanhf.c: Likewise.
48713         * math/s_catanhl.c: Likewise.
48714         * math/s_catanl.c: Likewise.
48715         * math/s_cexp.c: Likewise.
48716         * math/s_cexpf.c: Likewise.
48717         * math/s_cexpl.c: Likewise.
48718         * math/s_clog.c: Likewise.
48719         * math/s_clog10.c: Likewise.
48720         * math/s_clog10f.c: Likewise.
48721         * math/s_clog10l.c: Likewise.
48722         * math/s_clogf.c: Likewise.
48723         * math/s_clogl.c: Likewise.
48724         * math/s_csqrt.c: Likewise.
48725         * math/s_csqrtf.c: Likewise.
48726         * math/s_csqrtl.c: Likewise.
48727         * math/s_ctanf.c: Likewise.
48728         * math/s_ctanh.c: Likewise.
48729         * math/s_ctanhf.c: Likewise.
48730         * math/s_ctanhl.c: Likewise.
48731         * math/s_ctanl.c: Likewise.
48732
48733         * math/math_private.h: Define __nan, __nanf, __nanl.
48734         * math/s_cacosh.c: Include <math_private.h>.
48735         * math/s_cacoshl.c: Likewise.
48736         * math/s_casinh.c: Likewise.
48737         * math/s_casinhf.c: Likewise.
48738         * math/s_casinhl.c: Likewise.
48739         * math/s_ccos.c: Rely entire on ccosh.
48740         * math/s_ccosf.c: Rely entire on ccoshf.
48741         * math/s_ccosl.c: Rely entirely on ccoshl.
48742         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
48743         Remove tests for FE_INVALID.
48744         * math/s_ccoshf.c: Likewise.
48745         * math/s_ccoshl.c: Likewise.
48746         * math/s_csin.c: Likewise.
48747         * math/s_csinf.c: Likewise.
48748         * math/s_csinh.c Likewise.
48749         * math/s_csinhf.c: Likewise.
48750         * math/s_csinhl.c: Likewise.
48751         * math/s_csinl.c: Likewise.
48752         * math/s_ctan.c: Likewise.
48753         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
48754         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
48755         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
48756
48757 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
48758
48759         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
48760         compilation problems.
48761
48762         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
48763         __builtin_expect.
48764
48765 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
48766
48767         * sysdeps/i386/configure.in: Test for -mfma4 option.
48768         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
48769         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
48770         COMMON_CPUID_INDEX_80000001.
48771         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
48772         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
48773         use it if FMA3 is not supported.
48774         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
48775
48776         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
48777         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48778
48779 2011-10-20  Andreas Schwab  <schwab@redhat.com>
48780
48781         [BZ #12892]
48782         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
48783         it would create a cycle with a link time dependency.
48784
48785 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
48786
48787         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
48788         instruction.
48789         * string/Makefile (strop-tests): Add rawmemchr.
48790         * string/test-rawmemchr.c: New file.
48791
48792         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
48793         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
48794         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
48795         when compiling str{,n}casecmp and when AVX is available.  Hook up
48796         new optimized code in initializers.
48797
48798 2011-10-19  Andreas Schwab  <schwab@redhat.com>
48799
48800         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
48801         __feraiseexcept instead of feraiseexcept.
48802
48803 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
48804
48805         * math/math_private.h: Define defaults for libc_fetestexcept and
48806         libc_feupdateenv.
48807         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
48808         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
48809         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48810         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48811         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48812         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48813         libc_fetestexcept and libc_feupdateenv.
48814
48815         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
48816         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
48817         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
48818         * sysdeps/x86_64/fpu/math_private.h: Define special version of
48819         libc_feholdexcept_setround.
48820
48821         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
48822         Add s_nearbyint-c and s_nearbyintf-c.
48823         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
48824         nearbyintf inlines.
48825         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
48826         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
48827         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
48828         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
48829
48830         * math/math_private.h: Define defaults for libc_fegetround,
48831         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
48832         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
48833         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
48834         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
48835         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
48836         standard functions.
48837         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48838         Remove comments and hacks for old compiler versions.
48839         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48840         libc_fegetround, libc_fesetround, libc_feholdexcept, and
48841         libc_feholdexceptl.
48842
48843 2011-10-18  Andreas Schwab  <schwab@redhat.com>
48844
48845         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
48846         (__feraiseexcept_renamed): Add __NTH.
48847         (feraiseexcept): Add __NTH.  Rename local variables to fix
48848         namespace violations.
48849
48850 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
48851
48852         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
48853
48854         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
48855
48856         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
48857         recently added interfaces.
48858         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
48859
48860         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
48861         about macro parameter expansion.
48862
48863         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
48864         __NO_MATH_INLINES is defined.  Cleanups.
48865
48866         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
48867         and __floorf is target has SSE4.1.
48868         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
48869         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
48870         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
48871         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
48872
48873         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
48874         name.
48875         (floorf): Likewise.
48876
48877         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
48878
48879 2011-10-17  Andreas Schwab  <schwab@redhat.com>
48880
48881         * misc/sys/cdefs.h: Fix last change.
48882
48883         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
48884         database lookup.
48885
48886 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
48887
48888         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
48889
48890         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
48891         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48892         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48893         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48894         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48895         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48896         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48897         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48898         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48899         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
48900         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
48901         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
48902         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
48903         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
48904         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
48905         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
48906         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
48907         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
48908         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
48909         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
48910         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
48911         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
48912
48913         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
48914         ceil, ceilf, floor, floorf.
48915
48916         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
48917         Perform IRELATIVE relocations last.
48918
48919         * elf/do-rel.h: Add another parameter nrelative, replacing the
48920         local variable with the same name.  Change name of the function
48921         to end in Rel or Rela (uppercase).
48922         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
48923         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
48924         elf_dynamic_do_##reloc function.
48925
48926 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48927
48928         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
48929         is sufficient, at least on modern CPUs.
48930
48931         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
48932
48933         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
48934         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
48935
48936         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
48937         __expl_finite.
48938         * math/bits/math-finite.h: Add entries for exp.
48939         * math/e_expl.c: Add __*_finite alias.
48940         * sysdeps/i386/fpu/e_exp.S: Likewise.
48941         * sysdeps/i386/fpu/e_expf.S: Likewise.
48942         * sysdeps/i386/fpu/e_expl.c: Likewise.
48943         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48944         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48945         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
48946         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
48947         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
48948         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
48949         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
48950
48951         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
48952         is sufficient, at least on modern CPUs.
48953
48954         * ctype/ctype-info.c (__ctype_init): Define.
48955         * include/ctype.h (__ctype_init): Declare.
48956         (__ctype_b_loc): The variable is always initialized.
48957         (__ctype_toupper_loc): Likewise.
48958         (__ctype_tolower_loc): Likewise.
48959         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
48960         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
48961
48962 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
48963
48964         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
48965
48966         * configure.in: Also look in $cxxmachine/include for C++ system
48967         headers.
48968
48969 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48970
48971         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
48972         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
48973         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
48974         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
48975         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
48976         (USE_AS_WMEMCMP): New macro.
48977         Fixing indents.
48978         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
48979         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
48980         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
48981         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
48982         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48983         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
48984         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
48985         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
48986         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
48987         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
48988         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
48989         (USE_AS_WMEMCMP): New macro.
48990         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
48991         * sysdeps/string/test-memcmp.c: Update.
48992         Fix simple_wmemcmp.
48993         Add new tests.
48994         * wcsmbs/wmemcmp.c: Update.
48995         (WMEMCMP): New macro.
48996         Fix overflow bug.
48997
48998 2011-10-12  Andreas Jaeger  <aj@suse.de>
48999
49000         [BZ #13268]
49001         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
49002
49003 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
49004
49005         * libio/iofwide.c (do_length): Avoid warning.
49006
49007         * ctype/ctype.h (__isctype_f): Add missing __THROW.
49008
49009 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
49010
49011         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
49012
49013         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
49014         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
49015         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
49016         * sysdeps/i386/i686/fpu/e_log.S: New file.
49017         * sysdeps/i386/i686/fpu/e_logf.S: New file.
49018         * sysdeps/i386/i686/fpu/e_logl.S: New file.
49019
49020         * ctype/ctype.h: Add support for inlined isXXX functions when
49021         compiling C++ code.
49022
49023 2011-10-14  Andreas Schwab  <schwab@redhat.com>
49024
49025         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49026
49027         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
49028
49029 2011-10-13  Roland McGrath  <roland@hack.frob.com>
49030
49031         [BZ #13291]
49032         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
49033
49034 2011-10-13  Andreas Schwab  <schwab@redhat.com>
49035
49036         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
49037         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
49038         feraiseexcept.
49039
49040         * sysdeps/x86_64/memrchr.S: Check for zero size.
49041
49042         * string/stratcliff.c: Add memrchr tests.
49043
49044 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49045
49046         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49047         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
49048         rawmemchr-sse2 rawmemchr-sse2-bsf.
49049         * sysdeps/i386/i686/multiarch/memchr.S: New file.
49050         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
49051         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
49052         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
49053         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
49054         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
49055         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
49056         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
49057         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
49058         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
49059         * string/memrchr.c (MEMRCHR): New macro.
49060
49061 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
49062
49063         Add integration with gcc's -ffinite-math-only and optimize wrapper
49064         functions in libm.
49065         * Versions.def: Define GLIBC_2.15 version for libm.
49066         * math/Makefile (headers): Add bits/math-finite.h.
49067         * math/bits/math-finite.h: New file.
49068         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
49069         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
49070         * math/e_acoshl.c: Add __*_finite alias.
49071         * math/e_acosl.c: Likewise.
49072         * math/e_asinl.c: Likewise.
49073         * math/e_atan2l.c: Likewise.
49074         * math/e_atanhl.c: Likewise.
49075         * math/e_coshl.c: Likewise.
49076         * math/e_exp10.c: Likewise.
49077         * math/e_exp10f.c: Likewise.
49078         * math/e_exp10l.c: Likewise.
49079         * math/e_exp2l.c: Likewise.
49080         * math/e_fmodl.c: Likewise.
49081         * math/e_gammal_r.c: Likewise.
49082         * math/e_hypotl.c: Likewise.
49083         * math/e_j0l.c: Likewise.
49084         * math/e_j1l.c: Likewise.
49085         * math/e_jnl.c: Likewise.
49086         * math/e_lgammal_r.c: Likewise.
49087         * math/e_log10l.c: Likewise.
49088         * math/e_log2l.c: Likewise.
49089         * math/e_logl.c: Likewise.
49090         * math/e_powl.c: Likewise.
49091         * math/e_sinhl.c: Likewise.
49092         * math/e_sqrtl.c: Likewise.
49093         * math/e_scalb.c: Completely rewritten and optimized.
49094         * math/e_scalbf.c: Likewise.
49095         * math/e_scalbl.c: Likewise.
49096         * math/w_acos.c: Likewise.
49097         * math/w_acosf.c: Likewise.
49098         * math/w_acosl.c: Likewise.
49099         * math/w_acosh.c: Likewise.
49100         * math/w_acoshf.c: Likewise.
49101         * math/w_acoshl.c: Likewise.
49102         * math/w_asin.c: Likewise.
49103         * math/w_asinf.c: Likewise.
49104         * math/w_asinl.c: Likewise.
49105         * math/w_atan2.c: Likewise.
49106         * math/w_atan2f.c: Likewise.
49107         * math/w_atan2l.c: Likewise.
49108         * math/w_atanh.c: Likewise.
49109         * math/w_atanhf.c: Likewise.
49110         * math/w_atanhl.c: Likewise.
49111         * math/w_exp10.c: Likewise.
49112         * math/w_exp10f.c: Likewise.
49113         * math/w_exp10l.c: Likewise.
49114         * math/w_fmod.c: Likewise.
49115         * math/w_fmodf.c: Likewise.
49116         * math/w_fmodl.c: Likewise.
49117         * math/w_j0.c: Likewise.
49118         * math/w_j0f.c: Likewise.
49119         * math/w_j0l.c: Likewise.
49120         * math/w_j1.c: Likewise.
49121         * math/w_j1f.c: Likewise.
49122         * math/w_j1l.c: Likewise.
49123         * math/w_jn.c: Likewise.
49124         * math/w_jnf.c: Likewise.
49125         * math/w_log.c: Likewise.
49126         * math/w_logf.c: Likewise.
49127         * math/w_logl.c: Likewise.
49128         * math/w_log10.c: Likewise.
49129         * math/w_log10f.c: Likewise.
49130         * math/w_log10l.c: Likewise.
49131         * math/w_log2.c: Likewise.
49132         * math/w_log2f.c: Likewise.
49133         * math/w_log2l.c: Likewise.
49134         * math/w_pow.c: Likewise.
49135         * math/w_powf.c: Likewise.
49136         * math/w_powl.c: Likewise.
49137         * math/w_remainder.c: Likewise.
49138         * math/w_remainderf.c: Likewise.
49139         * math/w_remainderl.c: Likewise.
49140         * math/w_scalb.c: Likewise.
49141         * math/w_scalbf.c: Likewise.
49142         * math/w_scalbl.c: Likewise.
49143         * math/w_sqrt.c: Likewise.
49144         * math/w_sqrtf.c: Likewise.
49145         * math/w_sqrtl.c: Likewise.
49146         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
49147         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
49148         used.
49149         * math/math_private.h: Declare __kernel_standard_f.
49150         * math/w_cosh.c: Remove cruft and optimize a bit.
49151         * math/w_coshf.c: Likewise.
49152         * math/w_coshl.c: Likewise.
49153         * math/w_exp2.c: Likewise.
49154         * math/w_exp2f.c: Likewise.
49155         * math/w_exp2l.c: Likewise.
49156         * math/w_hypot.c: Likewise.
49157         * math/w_hypotf.c: Likewise.
49158         * math/w_hypotl.c: Likewise.
49159         * math/w_lgamma.c: Likewise.
49160         * math/w_lgamma_r.c: Likewise.
49161         * math/w_lgammaf.c: Likewise.
49162         * math/w_lgammaf_r.c: Likewise.
49163         * math/w_lgammal.c: Likewise.
49164         * math/w_lgammal_r.c: Likewise.
49165         * math/w_sinh.c: Likewise.
49166         * math/w_sinhf.c: Likewise.
49167         * math/w_sinhl.c: Likewise.
49168         * math/w_tgamma.c: Likewise.
49169         * math/w_tgammaf.c: Likewise.
49170         * math/w_tgammal.c: Likewise.
49171         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
49172         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
49173         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
49174         Minor optimizations.  Pretty printing.  Remove cruft.
49175         * sysdeps/i386/fpu/e_acosf.S: Likewise.
49176         * sysdeps/i386/fpu/e_acosh.S: Likewise.
49177         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
49178         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
49179         * sysdeps/i386/fpu/e_acosl.c: Likewise.
49180         * sysdeps/i386/fpu/e_asin.S: Likewise.
49181         * sysdeps/i386/fpu/e_asinf.S: Likewise.
49182         * sysdeps/i386/fpu/e_atan2.S: Likewise.
49183         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
49184         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
49185         * sysdeps/i386/fpu/e_atanh.S: Likewise.
49186         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
49187         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
49188         * sysdeps/i386/fpu/e_exp10.S: Likewise.
49189         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
49190         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
49191         * sysdeps/i386/fpu/e_exp2.S: Likewise.
49192         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
49193         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
49194         * sysdeps/i386/fpu/e_fmod.S: Likewise.
49195         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
49196         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
49197         * sysdeps/i386/fpu/e_hypot.S: Likewise.
49198         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
49199         * sysdeps/i386/fpu/e_log.S: Likewise.
49200         * sysdeps/i386/fpu/e_log10.S: Likewise.
49201         * sysdeps/i386/fpu/e_log10f.S: Likewise.
49202         * sysdeps/i386/fpu/e_log10l.S: Likewise.
49203         * sysdeps/i386/fpu/e_log2.S: Likewise.
49204         * sysdeps/i386/fpu/e_log2f.S: Likewise.
49205         * sysdeps/i386/fpu/e_log2l.S: Likewise.
49206         * sysdeps/i386/fpu/e_logf.S: Likewise.
49207         * sysdeps/i386/fpu/e_logl.S: Likewise.
49208         * sysdeps/i386/fpu/e_pow.S: Likewise.
49209         * sysdeps/i386/fpu/e_powf.S: Likewise.
49210         * sysdeps/i386/fpu/e_powl.S: Likewise.
49211         * sysdeps/i386/fpu/e_remainder.S: Likewise.
49212         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
49213         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
49214         * sysdeps/i386/fpu/e_scalb.S: Likewise.
49215         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
49216         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
49217         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
49218         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
49219         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
49220         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
49221         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
49222         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
49223         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
49224         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
49225         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
49226         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
49227         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
49228         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
49229         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
49230         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
49231         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
49232         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
49233         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
49234         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
49235         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
49236         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
49237         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
49238         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
49239         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
49240         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
49241         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
49242         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
49243         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
49244         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
49245         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
49246         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
49247         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
49248         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
49249         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
49250         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
49251         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
49252         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49253         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
49254         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
49255         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
49256         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
49257         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
49258         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
49259         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
49260         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
49261         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
49262         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49263         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49264         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49265         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49266         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49267         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49268         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49269         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
49270         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49271         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49272         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49273         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49274         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49275         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49276         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49277         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49278         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49279         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49280         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49281         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49282         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49283         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49284         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49285         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49286         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49287         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49288         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
49289         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49290         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49291         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49292         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49293         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49294         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49295         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49296         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
49297         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49298         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49299         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49300         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49301         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49302         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
49303         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49304         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49305         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49306         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49307         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49308         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49309         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49310         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49311         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49312         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49313         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
49314         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
49315         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
49316         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
49317         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
49318         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
49319         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
49320         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
49321         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
49322         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
49323         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
49324         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
49325         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
49326         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
49327         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
49328         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
49329         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
49330         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
49331         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
49332         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
49333         (__isnanf): Likewise.
49334         (__isinf_ns): Likewise.
49335         (__isinf_nsf): Likewise.
49336         (__finite): Likewise.
49337         (__finitef): Likewise.
49338         (__ieee754_sqrt): Define as macro.
49339         (__ieee754_sqrtf): Define as macro.
49340         (__ieee754_sqrtl): Define as macro.
49341         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
49342         inlined copy.
49343         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
49344         __FINITE_MATH_ONLY__ consistent.
49345         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
49346
49347 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
49348
49349         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
49350         of rawmemchr.
49351
49352         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
49353
49354 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
49355
49356         * po/ja.po: Update from translation team.
49357
49358 2011-10-08  Roland McGrath  <roland@hack.frob.com>
49359
49360         * locale/programs/locarchive.c (prepare_address_space): New function.
49361         (create_archive, enlarge_archive, open_archive): Use it.
49362
49363         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
49364         inside [SHARED], where it is used.
49365
49366         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
49367
49368         * nss/getent.c (netgroup_keys): Remove unused variable.
49369         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49370
49371 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
49372
49373         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
49374         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
49375         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
49376         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
49377         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
49378         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
49379         * math/Makefile (libm-calls): Add s_isinf_ns.
49380         * math/divtc3.c: Use __isinf_nsl instead of isinf.
49381         * math/multc3.c: Likewise.
49382         * math/s_casin.c: Likewise.
49383         * math/s_casinf.c: Likewise.
49384         * math/s_casinl.c: Likewise.
49385         * math/s_ccos.c: Likewise.
49386         * math/s_ccosf.c: Likewise.
49387         * math/s_ccosl.c: Likewise.
49388         * math/s_ctan.c: Likewise.
49389         * math/s_ctanf.c: Likewise.
49390         * math/s_ctanh.c: Likewise.
49391         * math/s_ctanhf.c: Likewise.
49392         * math/s_ctanhl.c: Likewise.
49393         * math/s_ctanl.c: Likewise.
49394         * math/w_fmod.c: Likewise.
49395         * math/w_fmodf.c: Likewise.
49396         * math/w_fmodl.c: Likewise.
49397         * math/w_remainder.c: Likewise.
49398         * math/w_remainderf.c: Likewise.
49399         * math/w_remainderl.c: Likewise.
49400         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
49401         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
49402         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
49403         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
49404         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
49405         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
49406         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
49407         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
49408
49409         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
49410         of the number.
49411         * stdio-common/printf_fphex.c: Likewise.
49412         * stdio-common/printf_size.c: Likewise.
49413
49414         * math/e_exp10.c: Include math_private.h using <...> not "...".
49415         * math/e_exp10f.c: Likewise.
49416         * math/e_exp10l.c: Likewise.
49417         * math/e_exp2l.c: Likewise.
49418         * math/e_j0l.c: Likewise.
49419         * math/e_j1l.c: Likewise.
49420         * math/e_jnl.c: Likewise.
49421         * math/e_lgammal_r.c: Likewise.
49422         * math/e_rem_pio2l.c: Likewise.
49423         * math/e_scalb.c: Likewise.
49424         * math/e_scalbf.c: Likewise.
49425         * math/e_scalbl.c: Likewise.
49426         * math/k_cosl.c: Likewise.
49427         * math/k_sinl.c: Likewise.
49428         * math/k_tanl.c: Likewise.
49429         * math/s_cacoshf.c: Likewise.
49430         * math/s_catan.c: Likewise.
49431         * math/s_catanf.c: Likewise.
49432         * math/s_catanh.c: Likewise.
49433         * math/s_catanhf.c: Likewise.
49434         * math/s_catanhl.c: Likewise.
49435         * math/s_catanl.c: Likewise.
49436         * math/s_ccosh.c: Likewise.
49437         * math/s_ccoshf.c: Likewise.
49438         * math/s_ccoshl.c: Likewise.
49439         * math/s_cexp.c: Likewise.
49440         * math/s_cexpf.c: Likewise.
49441         * math/s_cexpl.c: Likewise.
49442         * math/s_clog.c: Likewise.
49443         * math/s_clog10.c: Likewise.
49444         * math/s_clog10f.c: Likewise.
49445         * math/s_clog10l.c: Likewise.
49446         * math/s_clogf.c: Likewise.
49447         * math/s_clogl.c: Likewise.
49448         * math/s_csin.c: Likewise.
49449         * math/s_csinf.c: Likewise.
49450         * math/s_csinh.c: Likewise.
49451         * math/s_csinhf.c: Likewise.
49452         * math/s_csinhl.c: Likewise.
49453         * math/s_csinl.c: Likewise.
49454         * math/s_csqrt.c: Likewise.
49455         * math/s_csqrtf.c: Likewise.
49456         * math/s_csqrtl.c: Likewise.
49457         * math/s_ctan.c: Likewise.
49458         * math/s_ctanf.c: Likewise.
49459         * math/s_ctanh.c: Likewise.
49460         * math/s_ctanhf.c: Likewise.
49461         * math/s_ctanhl.c: Likewise.
49462         * math/s_ctanl.c: Likewise.
49463         * math/s_ldexp.c: Likewise.
49464         * math/s_ldexpf.c: Likewise.
49465         * math/s_ldexpl.c: Likewise.
49466         * math/s_significand.c: Likewise.
49467         * math/s_significandf.c: Likewise.
49468         * math/s_significandl.c: Likewise.
49469         * math/w_acos.c: Likewise.
49470         * math/w_acosf.c: Likewise.
49471         * math/w_acosh.c: Likewise.
49472         * math/w_acoshf.c: Likewise.
49473         * math/w_acoshl.c: Likewise.
49474         * math/w_acosl.c: Likewise.
49475         * math/w_asin.c: Likewise.
49476         * math/w_asinf.c: Likewise.
49477         * math/w_asinl.c: Likewise.
49478         * math/w_atan2.c: Likewise.
49479         * math/w_atan2f.c: Likewise.
49480         * math/w_atan2l.c: Likewise.
49481         * math/w_atanh.c: Likewise.
49482         * math/w_atanhf.c: Likewise.
49483         * math/w_atanhl.c: Likewise.
49484         * math/w_cosh.c: Likewise.
49485         * math/w_coshf.c: Likewise.
49486         * math/w_coshl.c: Likewise.
49487         * math/w_dremf.c: Likewise.
49488         * math/w_exp10.c: Likewise.
49489         * math/w_exp10f.c: Likewise.
49490         * math/w_exp10l.c: Likewise.
49491         * math/w_exp2.c: Likewise.
49492         * math/w_exp2f.c: Likewise.
49493         * math/w_fmod.c: Likewise.
49494         * math/w_fmodf.c: Likewise.
49495         * math/w_fmodl.c: Likewise.
49496         * math/w_hypot.c: Likewise.
49497         * math/w_hypotf.c: Likewise.
49498         * math/w_hypotl.c: Likewise.
49499         * math/w_j0.c: Likewise.
49500         * math/w_j0f.c: Likewise.
49501         * math/w_j0l.c: Likewise.
49502         * math/w_j1.c: Likewise.
49503         * math/w_j1f.c: Likewise.
49504         * math/w_j1l.c: Likewise.
49505         * math/w_jn.c: Likewise.
49506         * math/w_jnf.c: Likewise.
49507         * math/w_jnl.c: Likewise.
49508         * math/w_lgamma.c: Likewise.
49509         * math/w_lgamma_r.c: Likewise.
49510         * math/w_lgammaf.c: Likewise.
49511         * math/w_lgammaf_r.c: Likewise.
49512         * math/w_lgammal.c: Likewise.
49513         * math/w_lgammal_r.c: Likewise.
49514         * math/w_log.c: Likewise.
49515         * math/w_log10.c: Likewise.
49516         * math/w_log10f.c: Likewise.
49517         * math/w_log10l.c: Likewise.
49518         * math/w_log2.c: Likewise.
49519         * math/w_log2f.c: Likewise.
49520         * math/w_log2l.c: Likewise.
49521         * math/w_logf.c: Likewise.
49522         * math/w_logl.c: Likewise.
49523         * math/w_pow.c: Likewise.
49524         * math/w_powf.c: Likewise.
49525         * math/w_powl.c: Likewise.
49526         * math/w_remainder.c: Likewise.
49527         * math/w_remainderf.c: Likewise.
49528         * math/w_remainderl.c: Likewise.
49529         * math/w_scalb.c: Likewise.
49530         * math/w_scalbf.c: Likewise.
49531         * math/w_scalbl.c: Likewise.
49532         * math/w_sinh.c: Likewise.
49533         * math/w_sinhf.c: Likewise.
49534         * math/w_sinhl.c: Likewise.
49535         * math/w_sqrt.c: Likewise.
49536         * math/w_sqrtf.c: Likewise.
49537         * math/w_sqrtl.c: Likewise.
49538         * math/w_tgamma.c: Likewise.
49539         * math/w_tgammaf.c: Likewise.
49540         * math/w_tgammal.c: Likewise.
49541
49542         * po/ja.po: Update from translation team.
49543
49544 2011-09-29  Andreas Jaeger  <aj@suse.de>
49545
49546         [BZ #13179]
49547         * sunrpc/netname.c (netname2host): Fix logic.
49548
49549         [BZ #6779]
49550         [BZ #6783]
49551         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
49552         correctly.
49553         * math/w_remainder.c (__remainder): Likewise.
49554         * math/w_remainderf.c (__remainderf): Likewise.
49555         * math/libm-test.inc (remainder_test): Add test cases.
49556
49557 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
49558
49559         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
49560         sdiv_qrnnd.
49561
49562 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49563
49564         * string/test-memcmp.c: Avoid unncessary #defines.
49565         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
49566
49567 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49568
49569         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
49570         Use new sse2 version for core i3 - i7 as it's faster
49571         than sse42 version.
49572         (bit_Prefer_PMINUB_for_stringop): New.
49573         * sysdeps/x86_64/rawmemchr.S: Update.
49574         Replace with faster SSE2 version.
49575         * sysdeps/x86_64/memrchr.S: New file.
49576         * sysdeps/x86_64/memchr.S: Update.
49577         Replace with faster SSE2 version.
49578
49579 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
49580
49581         * elf/dl-load.c (lose): Add cast to avoid warning.
49582
49583 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49584
49585         * po/ca.po: Update from translation team.
49586
49587         * inet/getnetgrent_r.c: Hook up nscd.
49588         * nscd/Makefile (routines): Add nscd_netgroup.
49589         (nscd-modules): Add netgroupcache.
49590         (CFLAGS-netgroupcache.c): Define.
49591         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49592         (cache_search): Add const to second parameter.
49593         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49594         INNETGR.
49595         (dbs): Add netgrdb entry.
49596         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49597         (verify_persistent_db): Handle netgrdb.
49598         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49599         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49600         GETFDNETGR.
49601         (netgroup_response_header): Define.
49602         (innetgroup_response_header): Define.
49603         (datahead): Add netgroup_response_header and innetgroup_response_header
49604         elements.
49605         * nscd/nscd.conf: Add entries for netgroup cache.
49606         * nscd/nscd.h (dbtype): Add netgrdb.
49607         (_PATH_NSCD_NETGROUP_DB): Define.
49608         (netgroup_iov_disabled): Declare.
49609         (xmalloc, xcalloc, xrealloc): Move declarations here.
49610         (cache_search): Adjust prototype.
49611         Add netgroup-related prototypes.
49612         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49613         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49614         (__nscd_innetgr): Declare.
49615         * nscd/selinux.c (perms): Use access_vector_t as element type and
49616         add netgroup-related initializers.
49617         * nscd/netgroupcache.c: New file.
49618         * nscd/nscd_netgroup.c: New file.
49619         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49620         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49621         For four parameters use innetgr.
49622         * nss/nss_files/files-init.c: Add definition and callback for netgr.
49623         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49624         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49625         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49626
49627         * nscd/connections.c (register_traced_file): Don't register file
49628         for disabled databases.
49629
49630 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
49631
49632         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49633
49634         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49635         from tree and freeing node.
49636
49637 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
49638
49639         * nss/nsswitch.c (__nss_database_lookup): Handle
49640         nss_parse_service_list out of memory case.
49641
49642 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
49643
49644         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49645         out of memory case.
49646
49647 2011-10-04  Andreas Schwab  <schwab@redhat.com>
49648
49649         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49650         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49651         pass it down.
49652         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49653         elf_machine_rela, elf_machine_lazy_rel.
49654         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49655         (ELF_DYNAMIC_DO_REL): Likewise.
49656         (ELF_DYNAMIC_DO_RELA): Likewise.
49657         (ELF_DYNAMIC_RELOCATE): Likewise.
49658         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49659         to ELF_DYNAMIC_DO_REL.
49660         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49661         (dl_main): In trace mode always set __RTLD_NOIFUNC.
49662         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49663         elf_machine_rela.
49664         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49665         skip_ifunc, don't call ifunc function if non-zero.
49666         (elf_machine_rela): Likewise.
49667         (elf_machine_lazy_rel): Likewise.
49668         (elf_machine_lazy_rela): Likewise.
49669         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49670         (elf_machine_lazy_rel): Likewise.
49671         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49672         Likewise.
49673         (elf_machine_lazy_rel): Likewise.
49674         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49675         Likewise.
49676         (elf_machine_lazy_rel): Likewise.
49677         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49678         (elf_machine_lazy_rel): Likewise.
49679         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49680         (elf_machine_lazy_rel): Likewise.
49681         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49682         (elf_machine_lazy_rel): Likewise.
49683         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49684         (elf_machine_lazy_rel): Likewise.
49685         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49686         (elf_machine_lazy_rel): Likewise.
49687         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49688         (elf_machine_lazy_rel): Likewise.
49689
49690 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
49691
49692         * nss/nss_files/files-init.c (_nss_files_init): Use static
49693         initialization for all the *_traced_file variables.
49694
49695 2011-09-28  Andreas Schwab  <schwab@redhat.com>
49696
49697         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49698
49699 2011-09-27  Roland McGrath  <roland@hack.frob.com>
49700
49701         [BZ #13226]
49702         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49703
49704 2011-09-27  Andreas Schwab  <schwab@redhat.com>
49705
49706         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49707         Reread the line before reparsing it.
49708
49709 2011-09-26  Andreas Schwab  <schwab@redhat.com>
49710
49711         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49712
49713 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
49714             Maxim Kuvyrkov  <maxim@codesourcery.com>
49715             Joseph Myers  <joseph@codesourcery.com>
49716
49717         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49718         if needed for __stack_chk_guard.
49719
49720 2011-09-19  Roland McGrath  <roland@hack.frob.com>
49721
49722         * sysdeps/posix/spawni.c (script_execute): Always define it.
49723         It will be optimized away if unused.
49724         (maybe_script_execute): New function.
49725         (__spawni): Call it.
49726
49727         * Makerules: Don't include tls.make.
49728         (config-tls): Always set to thread.
49729         * tls.make.c: File removed.
49730
49731 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
49732
49733         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49734         * config.make.in (CPPFLAGS-config): New substituted variable.
49735
49736 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49737
49738         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49739
49740         [BZ #13192]
49741         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49742         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49743
49744 2011-09-15  Roland McGrath  <roland@hack.frob.com>
49745
49746         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
49747         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
49748         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49749         (CALL_FAIL): Likewise.
49750         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
49751         (CALL_FAIL): Macro removed.
49752         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
49753
49754 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49755
49756         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
49757         for __FINITE_MATH_ONLY__ == 1.
49758
49759 2011-09-15  Andreas Schwab  <schwab@redhat.com>
49760
49761         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
49762         __ieee754_sqrt instead of sqrt.
49763         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
49764         __ieee754_sqrtf instead of sqrtf.
49765         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
49766         __floorf instead of floorf.
49767         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
49768         __floorf, __truncf instead of floorf, truncf.
49769
49770 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
49771
49772         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
49773
49774         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
49775         __extern_always_inline.
49776         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
49777         32-bit.
49778
49779 2011-09-14  Andreas Schwab  <schwab@redhat.com>
49780
49781         * elf/rtld.c (dl_main): Also relocate in dependency order when
49782         doing symbol dependency testing.
49783
49784 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
49785
49786         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49787         Always define `refsym'.
49788
49789 2011-09-13  Andreas Schwab  <schwab@redhat.com>
49790
49791         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
49792         (__FD_ELT): Renamed from __FDELT.
49793         * misc/bits/select2.h (__FD_ELT): Likewise.
49794         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
49795         __FD_MASK instead of __FDELT, __FDMASK.
49796         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49797         Likewise.
49798         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49799         Likewise.
49800
49801         * elf/Makefile (gen-ldd): Fix pattern.
49802
49803         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
49804         (init_tls): Likewise.
49805
49806 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
49807
49808         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
49809
49810 2011-09-12  Andreas Schwab  <schwab@redhat.com>
49811
49812         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
49813         `struct cmsghdr *' instead of `void *'.
49814         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
49815         Likewise.
49816
49817 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
49818
49819         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
49820         if non-absolute.
49821         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
49822         ldd_rewrite_script.
49823
49824 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
49825
49826         * configure.in: Remove --with-tls option.
49827         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
49828         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
49829         out in case it is missing.
49830         * sysdeps/ia64/elf/configure.in: Likewise.
49831         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
49832         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
49833         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
49834         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
49835         * sysdeps/sh/elf/configure.in: Likewise.
49836         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
49837         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49838         * sysdeps/x86_64/elf/configure.in: Likewise.
49839         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
49840         * sysdeps/mach/hurd/tls.h: Likewise.
49841
49842         [BZ #13067]
49843         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
49844
49845         [BZ #13090]
49846         * configure.in: Fix use of AC_INIT.
49847
49848         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
49849
49850 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
49851
49852         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
49853         __set_errno.
49854         * malloc/hooks.c: Likewise.
49855
49856         [BZ #11929]
49857         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
49858         variables statically.
49859         (narenas): Initialize.
49860         (list_lock): Initialize.
49861         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
49862         initializtion of main_arena and list_lock.  Small cleanups.
49863         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
49864         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
49865         Add initializers to main_arena and mp_.
49866         (malloc_state): Remove pagesize member.  Change all users to use
49867         GLRO(dl_pagesize).
49868
49869         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
49870         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
49871         is always initialized.
49872
49873         * malloc/malloc.c: Removed unused configurations and dead code.
49874         * malloc/arena.c: Likewise.
49875         * malloc/hooks.c: Likewise.
49876         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
49877
49878         * include/tls.h: Removed.  USE___THREAD must always be defined.
49879         * bits/libc-tsd.h: Don't handle !USE___THREAD.
49880         * elf/dl-libc.c: Likewise.
49881         * elf/dl-tsd.c: Likewise.
49882         * include/errno.h: Likewise.
49883         * include/netdb.h: Likewise.
49884         * include/resolv.h: Likewise.
49885         * inet/herrno-loc.c: Likewise.
49886         * inet/herrno.c: Likewise.
49887         * malloc/arena.c: Likewise.
49888         * malloc/hooks.c: Likewise.
49889         * malloc/malloc.c: Likewise.
49890         * resolv/res-state.c: Likewise.
49891         * resolv/res_libc.c: Likewise.
49892         * sysdeps/i386/dl-machine.h: Likewise.
49893         * sysdeps/ia64/dl-machine.h: Likewise.
49894         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
49895         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
49896         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
49897         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
49898         * sysdeps/sh/dl-machine.h: Likewise.
49899         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49900         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49901         * sysdeps/unix/i386/sysdep.S: Likewise.
49902         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
49903         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
49904         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
49905         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
49906         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
49907         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
49908         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
49909         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49910         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49911         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
49912         * sysdeps/unix/x86_64/sysdep.S: Likewise.
49913         * sysdeps/x86_64/dl-machine.h: Likewise.
49914         * tls.make.c: Likewise.
49915
49916         * configure.in: Remove --with-__thread option.  Make tests for
49917         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
49918         tls_model attribute fail if no support is available.  Remove
49919         USE_IN_LIBIO.
49920         * Makeconfig: Adjust for dropped configure option.  All features are
49921         now mandatory.
49922         * Makerules: Likewise.
49923         * Versions.def: Likewise.
49924         * argp/argp-fmtstream.c: Likewise.
49925         * argp/argp-fmtstream.h: Likewise.
49926         * argp/argp-help.c: Likewise.
49927         * assert/assert.c: Likewise.
49928         * config.h.in: Likewise.
49929         * config.make.in: Likewise.
49930         * configure: Likewise.
49931         * configure.in: Likewise.
49932         * csu/Versions: Likewise.
49933         * csu/init.c: Likewise.
49934         * elf/tst-audit2.c: Likewise.
49935         * elf/tst-tls10.c: Likewise.
49936         * elf/tst-tls10.h: Likewise.
49937         * elf/tst-tls11.c: Likewise.
49938         * elf/tst-tls12.c: Likewise.
49939         * elf/tst-tls14.c: Likewise.
49940         * elf/tst-tlsmod11.c: Likewise.
49941         * elf/tst-tlsmod12.c: Likewise.
49942         * elf/tst-tlsmod13.c: Likewise.
49943         * elf/tst-tlsmod13a.c: Likewise.
49944         * elf/tst-tlsmod14a.c: Likewise.
49945         * elf/tst-tlsmod15b.c: Likewise.
49946         * elf/tst-tlsmod16a.c: Likewise.
49947         * elf/tst-tlsmod16b.c: Likewise.
49948         * elf/tst-tlsmod7.c: Likewise.
49949         * elf/tst-tlsmod8.c: Likewise.
49950         * elf/tst-tlsmod9.c: Likewise.
49951         * gmon/gmon.c: Likewise.
49952         * grp/fgetgrent_r.c: Likewise.
49953         * grp/putgrent.c: Likewise.
49954         * hurd/fopenport.c: Likewise.
49955         * include/libc-symbols.h: Likewise.
49956         * include/tls.h: Likewise.
49957         * intl/gettextP.h: Likewise.
49958         * intl/loadinfo.h: Likewise.
49959         * locale/global-locale.c: Likewise.
49960         * locale/localeinfo.h: Likewise.
49961         * mach/devstream.c: Likewise.
49962         * malloc/arena.c: Likewise.
49963         * malloc/set-freeres.c: Likewise.
49964         * misc/err.c: Likewise.
49965         * misc/getttyent.c: Likewise.
49966         * misc/mntent_r.c: Likewise.
49967         * posix/getopt.c: Likewise.
49968         * posix/wordexp.c: Likewise.
49969         * pwd/fgetpwent_r.c: Likewise.
49970         * resolv/Versions: Likewise.
49971         * resolv/res_hconf.c: Likewise.
49972         * shadow/fgetspent_r.c: Likewise.
49973         * shadow/putspent.c: Likewise.
49974         * stdio-common/printf_fphex.c: Likewise.
49975         * stdio-common/tmpfile.c: Likewise.
49976         * stdlib/abort.c: Likewise.
49977         * stdlib/fmtmsg.c: Likewise.
49978         * sunrpc/auth_unix.c: Likewise.
49979         * sunrpc/clnt_perr.c: Likewise.
49980         * sunrpc/clnt_tcp.c: Likewise.
49981         * sunrpc/clnt_udp.c: Likewise.
49982         * sunrpc/clnt_unix.c: Likewise.
49983         * sunrpc/openchild.c: Likewise.
49984         * sunrpc/svc_simple.c: Likewise.
49985         * sunrpc/svc_tcp.c: Likewise.
49986         * sunrpc/svc_udp.c: Likewise.
49987         * sunrpc/svc_unix.c: Likewise.
49988         * sunrpc/xdr.c: Likewise.
49989         * sunrpc/xdr_array.c: Likewise.
49990         * sunrpc/xdr_rec.c: Likewise.
49991         * sunrpc/xdr_ref.c: Likewise.
49992         * sunrpc/xdr_stdio.c: Likewise.
49993
49994 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49995
49996         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49997
49998 2011-07-03  Andreas Jaeger  <aj@suse.de>
49999
50000         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
50001         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
50002         regenerate with gen-libm-tests.pl.
50003
50004 2010-05-12  Petr Baudis  <pasky@suse.cz>
50005
50006         [BZ #11589]
50007         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
50008         around j0() zero points by switching to j1().
50009         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
50010         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
50011         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50012         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
50013
50014 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50015
50016         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
50017         instead of 0.
50018         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
50019         instead of 0.
50020         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50021         Patch in part by Pavel Roskin <proski@gnu.org>.
50022
50023         [BZ #13138]
50024         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
50025         realloc.
50026         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
50027         Free memory block if necessary.
50028
50029         [BZ #12847]
50030         * libio/genops.c (INTDEF): For string streams the _lock pointer can
50031         be NULL.  Don't lock in this case.
50032
50033 2011-09-09  Roland McGrath  <roland@hack.frob.com>
50034
50035         * elf/elf.h (ELFOSABI_GNU): New macro.
50036         (ELFOSABI_LINUX): Define to that.
50037
50038 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
50039
50040         * string/strncat.c (strncat): Undef the symbol in case it has been
50041         defined in bits/string.h.
50042
50043 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
50044
50045         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
50046
50047         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
50048         link map.
50049
50050 2011-08-17  Andreas Jaeger  <aj@suse.de>
50051
50052         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
50053
50054 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
50055             Ian Lance Taylor  <iant@google.com>
50056
50057         * math/libm-test.inc (lround_test): New testcase.
50058         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
50059
50060 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
50061
50062         * Makefile: Remove support for automatic cvs check-ins.
50063         * Makerules: Likewise.
50064         * config.make.in: Likewise.
50065         * configure.in: Likewise.
50066         * intl/Makefile: Likewise.
50067         * locale/Makefile: Likewise.
50068         * po/Makefile: Likewise.
50069         * posix/Makefile: Likewise.
50070         * sysdeps/gnu/Makefile: Likewise.
50071         * sysdeps/mach/hurd/Makefile: Likewise.
50072         * sysdeps/sparc/sparc32/Makefile: Likewise.
50073
50074         [BZ #13118]
50075         * posix/Makefile (bug-regex32-ENV): Define.
50076         Patch by John Stanley <jpsinthemix@verizon.net>.
50077
50078         * misc/Makefile (headers): Add bits/select2.h.
50079         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
50080         * misc/bits/select2.h: New file.
50081         * include/bits/select2.h: New file.
50082         * debug/Makefile (routines): Add fdelt_chk.
50083         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
50084         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
50085         FD_ISSET.
50086         * debug/fdelt_chk.c: New file.
50087
50088         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
50089         * wcsmbs/test-wmemcmp.c: Likewise.
50090         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
50091         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
50092
50093 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50094
50095         * string/Makefile (strop-tests): Add memcmp.
50096         * string/test-wmemcmp.c: New file.
50097         * string/test-memcmp.c: Add wmemcmp support.
50098
50099 2011-09-08  Roland McGrath  <roland@hack.frob.com>
50100
50101         [BZ #13153]
50102         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
50103         2011-07-19 change.
50104
50105         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
50106         garbage value in a __mach_port_mod_refs call in the cases of the
50107         task-self and thread-self ports.
50108
50109 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
50110
50111         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
50112
50113 2011-09-08  Andreas Schwab  <schwab@redhat.com>
50114
50115         * elf/dl-load.c (lose): Check for non-null L.
50116
50117 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50118
50119         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
50120
50121         * elf/dl-libc.c (dlerror_run): Pass back error code from
50122         dl_catch_error.
50123
50124         [BZ #13123]
50125         * elf/dl-load.c (lose): Free l_origin if it is valid.
50126
50127         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
50128         names.
50129         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
50130         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50131         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50132         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50133         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
50134         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
50135
50136 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50137
50138         * sysdeps/powerpc/fpu/e_hypot.c: New file.
50139         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
50140         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
50141         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
50142         * sysdeps/powerpc/fpu/k_cosf.c: New file.
50143         * sysdeps/powerpc/fpu/k_sinf.c: New file.
50144         * sysdeps/powerpc/fpu/s_cosf.c: New file.
50145         * sysdeps/powerpc/fpu/s_sinf.c: New file.
50146         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
50147         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
50148
50149 2011-08-15  Alan Modra  <amodra@gmail.com>
50150
50151         [BZ #13092]
50152         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
50153         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
50154         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
50155         ppc_mcount to static-only-routines.
50156         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
50157         __mcount_internal.
50158         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
50159         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
50160
50161 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
50162
50163         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
50164         for finite and infinity parameters.
50165
50166 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
50167
50168         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
50169         and add nop instructions for throughput optimization.
50170         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
50171
50172 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
50173
50174         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
50175         aligned copy for power7 with vector-scalar instructions.
50176         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
50177
50178 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
50179
50180         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
50181         AVX check.
50182
50183 2011-09-07  Andreas Schwab  <schwab@redhat.com>
50184
50185         [BZ #13144]
50186         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
50187         last change.
50188
50189 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
50190
50191         * sysdeps/unix/sysv/linux/x86_64/init-first.c
50192         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
50193         syscall wrapper around clock_gettime in __vdso_clock_gettime.
50194         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
50195         clock_gettime.
50196
50197 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50198
50199         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
50200         Forgot to demangle the pointer.
50201
50202         * sysdeps/i386/sysdep.h: Define atom_text_section.
50203         * sysdeps/x86_64/sysdep.h: Likewise.
50204         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
50205         section with atom_text_section.
50206         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
50207         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
50208         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
50209         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50210         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
50211
50212         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
50213         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
50214         already be defined.  Change to take two parameters and don't assign
50215         result to variable.  Adjust all users.
50216         Define INTERNAL_GETTIME if not already defined.
50217         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
50218         call.
50219         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
50220         HAVE_CLOCK_GETTIME_VSYSCALL.
50221         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
50222
50223         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
50224         gettimeofday vsyscall, just use time.
50225
50226 2011-09-06  Andreas Schwab  <schwab@redhat.com>
50227
50228         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
50229         <errno.h>.
50230
50231 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
50232
50233         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
50234         syscall on x86-64.
50235         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
50236         syscall.
50237         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
50238         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
50239         syscall if possible.
50240
50241 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50242
50243         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
50244         e_ident.  Don't pass to find_mapsXX.
50245         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
50246
50247 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50248
50249         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50250         strchr-sse2-no-bsf strrchr-sse2-no-bsf
50251         * sysdeps/x86_64/multiarch/strchr.S: Update.
50252         Check bit_slow_BSF bit.
50253         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
50254         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
50255         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
50256
50257 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50258
50259         [BZ #13134]
50260         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
50261         before glibc 2.15.
50262         (tryshell): Define.
50263         (__spawni): Change last parameter to be flag.  Test
50264         SPAWN_XFLAGS_USE_PATH flag to use path or not.
50265         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
50266         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
50267         * posix/spawni.c: Likewise.
50268         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
50269         * posix/spawnp.c: Likewise.  Change normal version to use
50270         SPAWN_XFLAGS_USE_PATH.
50271         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
50272         SPAWN_XFLAGS_TRY_SHELL.
50273
50274         [BZ #13150]
50275         * posix/glob.h: Remove gcc 1.x support.
50276
50277         [BZ #13068]
50278         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
50279
50280 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50281
50282         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50283         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
50284         strrchr-sse2-bsf
50285         * sysdeps/i386/i686/multiarch/strchr.S: New file.
50286         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
50287         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
50288         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
50289         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
50290         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
50291
50292 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50293
50294         * sysdeps/x86_64/wcscmp.S: New file.
50295
50296         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
50297         wcscmp-c wcscmp-sse2
50298         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
50299         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
50300         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
50301         * wcsmbs/wcscmp.c: Allow renaming.
50302
50303 2011-09-05  David S. Miller  <davem@davemloft.net>
50304
50305         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
50306         stack slot, rather than the struct return pointer slot.
50307         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
50308         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
50309         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
50310         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
50311
50312 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
50313
50314         * po/ja.po: Update from translation team.
50315
50316         [BZ #13144]
50317         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
50318         kernel in 64-bit binaries.
50319
50320 2011-09-01  David S. Miller  <davem@davemloft.net>
50321
50322         * elf/elf.h (HWCAP_SPARC_*): Move to..
50323         * sysdeps/sparc/sysdep.h: this new file and add new values.
50324         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
50325         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
50326         _DL_HWCAP_COUNT to 24.
50327         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
50328         entries.
50329         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
50330         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
50331         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
50332         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
50333         instead of magic constants.
50334         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50335
50336 2011-08-31  David S. Miller  <davem@davemloft.net>
50337
50338         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
50339         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
50340         Reimplement to do errno handling inline.
50341         (SYSCALL_ERROR_HANDLER): New macro.
50342         (__SYSCALL_STRING): Do not do errno handling in asm.
50343         (__CLONE_SYSCALL_STRING): Delete.
50344         (__INTERNAL_SYSCALL_STRING): Delete.
50345         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
50346         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
50347         (PSEUDO): Reimplement to do errno handling inline.
50348         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
50349         (SYSCALL_ERROR_HANDLER): New macro.
50350         (__SYSCALL_STRING): Do not do errno handling in asm.
50351         (__CLONE_SYSCALL_STRING): Delete.
50352         (__INTERNAL_SYSCALL_STRING): Delete.
50353         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
50354         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
50355         i386.
50356         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
50357         (inline_syscall*): Add 'err' argument.
50358         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
50359         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
50360         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
50361         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
50362
50363         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
50364         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
50365
50366 2011-08-30  Andreas Schwab  <schwab@redhat.com>
50367
50368         * elf/rtld.c (dl_main): Relocate objects in dependency order.
50369
50370 2011-08-29  Jiri Olsa <jolsa@redhat.com>
50371
50372         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
50373         directive.
50374
50375 2011-08-24  David S. Miller  <davem@davemloft.net>
50376
50377         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
50378
50379 2011-08-24  Andreas Schwab  <schwab@redhat.com>
50380
50381         * elf/Makefile: Add rules to build and run unload8 test.
50382         * elf/unload8.c: New file.
50383         * elf/unload8mod1.c: New file.
50384         * elf/unload8mod1x.c: New file.
50385         * elf/unload8mod2.c: New file.
50386         * elf/unload8mod3.c: New file.
50387
50388         * elf/dl-close.c (_dl_close_worker): Reset private search list if
50389         it wasn't used.
50390
50391 2011-08-23  David S. Miller  <davem@davemloft.net>
50392
50393         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
50394         subtract stack bias.
50395         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
50396         %sp not %fp in calculations.
50397         (_JMPBUF_UNWINDS_ADJ): Likewise.
50398
50399         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
50400         (aio_suspend): Call it to force an exception region around the
50401         AIO_MISC_WAIT() invocation.
50402
50403 2011-08-23  Andreas Schwab  <schwab@redhat.com>
50404
50405         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
50406         backslash.
50407
50408 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
50409
50410         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
50411         protection macro.
50412         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
50413         and <dl-machine.h>.
50414         (Elf64_FuncDesc): Remove.
50415
50416 2011-08-22  David S. Miller  <davem@davemloft.net>
50417
50418         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
50419         sigaltstack check, add missing cfi directives.
50420         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
50421         missing cfi directives, and sigaltstack handling.
50422
50423 2011-08-16  Andreas Schwab  <schwab@redhat.com>
50424
50425         [BZ #11724]
50426         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
50427         object is seen twice.
50428         * elf/dl-fini.c (_dl_sort_fini): Likewise.
50429
50430         * elf/Makefile (distribute): Add tst-initorder2.c.
50431         (tests): Add tst-initorder2.
50432         (modules-names): Add tst-initorder2a tst-initorder2b
50433         tst-initorder2c tst-initorder2d.  Add rules to build them.
50434         ($(objpfx)tst-initorder2.out): New rule.
50435         * elf/tst-initorder2.c: New file.
50436         * elf/tst-initorder2.exp: New file.
50437
50438 2011-08-22  Andreas Schwab  <schwab@redhat.com>
50439
50440         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
50441
50442         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
50443         dependencies back to end of function.
50444
50445         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
50446         $(elfobjdir)/ld.so.
50447
50448 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
50449
50450         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
50451         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
50452         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
50453         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
50454         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
50455         of __vdso_gettimeofday.
50456         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
50457         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
50458         attribute_hidden.
50459         (_libc_vdso_platform_setup): Remove initialization of
50460         __vdso_gettimeofday and __vdso_time.
50461
50462 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50463
50464         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
50465         and fgetc_unlocked.
50466         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
50467         getc_unlocked.
50468
50469         * elf/dl-open.c (add_to_global): Report additions to the global scope
50470         for LD_DEBUG=scopes.
50471         (dl_open_worker): Also print scope of newly loaded dependencies.
50472         (_dl_show_scope): Indicate if there is no scope.
50473
50474         [BZ #13114]
50475         * stdio-common/Makefile (tests): Add bug24.
50476         * stdio-common/bug24.c: New file.
50477
50478 2011-08-19  Andreas Jaeger  <aj@suse.de>
50479
50480         [BZ #13114]
50481         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
50482         non-existant file when using close-on-exec mode.
50483
50484 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
50485
50486         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
50487         the very first instruction.
50488
50489         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
50490         the CFI state in the end.
50491         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
50492         inclusion of dl-trampoline.h.
50493         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
50494
50495 2011-08-19  Andreas Schwab  <schwab@redhat.com>
50496
50497         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
50498         expectations for long double.
50499
50500         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
50501         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
50502
50503 2011-08-14  David S. Miller  <davem@davemloft.net>
50504
50505         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
50506         artificual limit depends upon the system page size.
50507
50508 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50509
50510         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
50511         * resolv/Makefile: Define CFLAGS-libresolv.
50512
50513 2011-08-17  Andreas Schwab  <schwab@redhat.com>
50514
50515         * nss/makedb.c (compute_tables): Make variables used in nested
50516         function static.
50517
50518 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
50519
50520         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
50521         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
50522         if buffer was too small.
50523
50524         * elf/pldd.c (main): Attach to all threads in the process.
50525         Rewrite /proc handling to use *at functions.
50526
50527 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
50528
50529         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
50530         specifies first scope to show.
50531         (dl_open_worker): Update callers.  Move printing scope of new
50532         object to before the relocation.
50533         * elf/rtld.c (dl_main): Update _dl_show_scope call.
50534         * sysdeps/generic/ldsodefs.h: Update declaration.
50535
50536         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
50537         string for the scope number.
50538
50539 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
50540
50541         * nscd/servicescache.c (cache_addserv): Make sure written is always
50542         initialized.
50543
50544 2011-08-14  Roland McGrath  <roland@hack.frob.com>
50545
50546         * sysdeps/i386/i486/bits/atomic.h
50547         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
50548         statement expression, so as to suppress "set but not used" warning.
50549         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
50550
50551         * string/strncat.c (STRNCAT): Use prototype definition.
50552
50553         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
50554         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
50555         -Iprograms here.
50556         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
50557         (localedef-modules): Add localedef.
50558         (locale-modules): Add locale.
50559
50560         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
50561         * elf/rtld.c (dl_main): Invert order of assignment in last change,
50562         to avoid a warning.
50563
50564 2011-08-14  David S. Miller  <davem@davemloft.net>
50565
50566         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
50567         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
50568
50569 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
50570
50571         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
50572         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
50573         * elf/rtld.c (dl_main): Set l_name of vDSO.
50574         Call _dl_show_scope when DL_DEBUG_SCOPES.
50575         (process_dl_debug): Recognize scopes flag and also set it for all.
50576         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
50577         Declare _dl_show_scope.
50578
50579         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
50580         (do_dlopen): Pass caller_dlopen to dl_open.
50581         (__libc_dlopen_mode): Initialize caller_dlopen.
50582
50583         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50584         of libc.  Make tolower call locale-independent.  Optimize a bit by
50585         using isdigit instead of isalnum.
50586         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50587
50588 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
50589
50590         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50591         was a dependency or dynamically loaded.
50592
50593 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
50594
50595         * intl/l10nflist.c: Allow architecture-specific pop function.
50596         * sysdeps/x86_64/l10nflist.c: New file.
50597
50598         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50599         classification.
50600
50601 2011-08-10  Andreas Schwab  <schwab@redhat.com>
50602
50603         * include/dirent.h: Add libc_hidden_proto for scandirat and
50604         scandirat64.  Don't declare __scandirat64.
50605         * dirent/scandirat.c: Add libc_hidden_def.
50606         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50607         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50608
50609 2011-08-10  David S. Miller  <davem@davemloft.net>
50610
50611         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50612         enum.
50613         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50614         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50615         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50616
50617 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
50618
50619         * Versions.def [libc]: Add GLIBC_2.15.
50620         * dirent/Makefile (routines): Add scandirat and scandirat64.
50621         * dirent/Versions [libc]: Export scandirat and scandirat64 for
50622         GLIBC_2.15.
50623         * dirent/dirent.h: Declare scandirat and scandirat64.
50624         * dirent/scandirat.c: New file.
50625         * dirent/scandirat64.c: New file.
50626         * sysdeps/wordsize-64/scandirat.c: New file.
50627         * sysdeps/wordsize-64/scandirat64.c: New file.
50628         * dirent/opendir.c: Define opendirat.
50629         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
50630         using scandirat.
50631         * dirent/scandir64.c: Adjust for scandir.c change.
50632         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
50633         __scandirat64, and __scandir_cancel_handler.
50634         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
50635         additional parameter and use openat instead of open (outside of ld.so).
50636         Add new __opendir as wrapper around __opendirat.
50637         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50638         here without requiring old scandirat implementation.
50639
50640 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
50641
50642         * dirent/scandir.c (cancel_handler): Renamed to
50643         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
50644         defined.  Adjust users.
50645         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50646         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50647
50648 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
50649
50650         * string/test-string.h (IMPL): Use __STRING to expand name and then
50651         stringify it.
50652
50653         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
50654         of cleanups.
50655
50656 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50657
50658         * string/Makefile: Update.
50659         (strop-tests): Append strncat.
50660         * string/test-wcscmp.c: New file.
50661         New comprehensive test for wcscmp.
50662         * string/test-strcmp.c: Update.
50663         (WIDE): New define.
50664
50665 2011-07-22  Andreas Schwab  <schwab@redhat.com>
50666
50667         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50668         line.
50669
50670 2011-07-26  Andreas Schwab  <schwab@redhat.com>
50671
50672         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50673         encoding to ACE if AI_IDN.
50674
50675 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
50676
50677         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50678         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50679
50680 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50681
50682         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50683         Fix overflow bug in strncat.
50684         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50685
50686         * string/test-strncat.c: Update.
50687         Add new tests for checking overflow bugs.
50688
50689 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50690
50691         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50692         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50693         * sysdeps/i386/i686/multiarch/strcat.S: New file.
50694         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50695         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50696         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50697         * sysdeps/i386/i686/multiarch/strncat.S: New file.
50698         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50699         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50700
50701         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50702         (USE_AS_STRCAT): Define.
50703         Add strcat and strncat support.
50704         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50705
50706 2011-07-25  Andreas Schwab  <schwab@redhat.com>
50707
50708         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50709         __n bigger than INT_MAX+1.
50710         (__strncmp_g): Likewise.
50711
50712 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
50713
50714         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50715         * libio/stido.h: Likewise.
50716
50717         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50718         (AF_NFC): Define.
50719         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50720         (AF_NFC): Define.
50721
50722         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50723         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50724         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50725         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50726         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50727
50728         [BZ #13021]
50729         * scripts/test-installation.pl: Don't expect libnss_test1 to be
50730         installed.
50731
50732         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50733         typo.
50734         (_dl_x86_64_save_sse): Likewise.
50735
50736 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
50737
50738         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50739         OSXSAVE.
50740         (_dl_x86_64_save_sse): Likewise.
50741
50742         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50743
50744         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50745
50746 2011-07-21  Andreas Schwab  <schwab@redhat.com>
50747
50748         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
50749         change.
50750         (_dl_x86_64_save_sse): Use correct AVX check.
50751
50752 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50753
50754         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
50755         bug in strncpy/strncat.
50756         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
50757
50758 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
50759
50760         * string/tester.c (test_strcat): Add tests for different alignments
50761         of source and destination.
50762         (test_strncat): Likewise.
50763
50764 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50765
50766         [BZ #12852]
50767         * posix/glob.c (glob): Check passed in values before using them in
50768         expressions to avoid some overflows.
50769         (glob_in_dir): Likewise.
50770
50771         [BZ #13007]
50772         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
50773         check for AVX enablement so that we don't crash with old kernels and
50774         new hardware.
50775         * elf/tst-audit4.c: Add same checks here.
50776         * elf/tst-audit6.c: Likewise.
50777
50778         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
50779
50780 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
50781
50782         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
50783
50784 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50785
50786         * po/cs.po: Update from translation team.
50787         * po/bg.po: Likewise.
50788
50789 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
50790
50791         * misc/sys/cdefs.h: Add support for const attribute.
50792         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
50793         to gnu_dev_{major,minor,makedev} functions.
50794
50795 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
50796
50797         * intl/dcigettext.c (get_output_charset): Add missing bracket.
50798
50799 2011-07-20  Andreas Schwab  <schwab@redhat.com>
50800
50801         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
50802         strlen results.
50803
50804 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50805
50806         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
50807         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
50808         register in order to avoid conflicts with the soft frame pointer
50809         being held in r11 when necessary.
50810         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
50811         (INTERNAL_VSYSCALL_NCS): Likewise.
50812
50813 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
50814
50815         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
50816         * elf/dl-fini.c (_dl_fini): Adjust caller.
50817         * elf/dl-close.c (_dl_close_worker): Likewise.
50818         * sysdeps/generic/ldsodefs.h: Adjust declaration.
50819
50820 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50821
50822         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
50823         "aux_cache->nlibs < 0".
50824
50825         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
50826         in the reload-count case.
50827
50828 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50829
50830         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50831         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
50832         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
50833         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
50834         * sysdeps/x86_64/multiarch/strcat.S: New file.
50835         * sysdeps/x86_64/multiarch/strncat.S: New file.
50836         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
50837         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
50838         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
50839         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
50840         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
50841         (USE_AS_STRCAT): Define.
50842         Add strcat and strncat support.
50843         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50844         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
50845         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
50846         * string/strncat.c: Update.
50847         (USE_AS_STRNCAT): Define.
50848         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50849         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
50850         and i7.
50851         * sysdeps/x86_64/multiarch/init-arch.h
50852         (bit_Prefer_PMINUB_for_stringop): New.
50853         (index_Prefer_PMINUB_for_stringop): Likewise.
50854         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
50855         bit_Prefer_PMINUB_for_stringop.
50856
50857 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50858
50859         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
50860         buffer64.
50861         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
50862         of casting of buffer.
50863         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
50864         buffer32 and buffer64.
50865         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
50866         writes instead of casting of buffer.
50867         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
50868         buffer32.
50869         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
50870         casting of buffer.
50871
50872 2011-07-19  Andreas Schwab  <schwab@redhat.com>
50873
50874         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
50875
50876 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50877
50878         * nscd/nscd.c (termination_handler): Don't do anything for a database
50879         if it has not yet been initialized.
50880
50881 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50882
50883         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50884
50885 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50886
50887         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50888
50889 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50890
50891         * po/nl.po: Update from translation team.
50892         * po/sv.po: Likewise.
50893
50894 2011-07-16  Roland McGrath  <roland@hack.frob.com>
50895
50896         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
50897         now disallowed by GCC.
50898
50899         * configure.in (use-default-link): Default to yes if a test -shared
50900         link meets our qualifications.
50901         * configure: Regenerated.
50902
50903         * config.make.in (output-format): New variable.
50904         * configure.in: Check for ld --print-output-format support.
50905         * configure: Regenerated.
50906         * Makerules ($(common-objpfx)format.lds)
50907         [$(output-format) != unknown]: Just use $(output-format),
50908         instead of the linker-script munging.
50909
50910 2011-07-14  Roland McGrath  <roland@hack.frob.com>
50911
50912         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
50913         of $(common-objpfx)shlib.lds.
50914         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
50915
50916         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
50917         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
50918
50919         * configure.in (-z relro check): Adjust test code to add a large
50920         writable data section after it.
50921         * configure: Regenerated.
50922
50923 2011-07-11  Roland McGrath  <roland@hack.frob.com>
50924
50925         * configure.in (-z relro check): Fix test code to make the variable
50926         truly const.
50927         * configure: Regenerated.
50928
50929 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
50930
50931         * nscd/nscd.h (struct traced_file): Define.
50932         (struct database_dyn): Remove inotify_descr, reset_res, and filename
50933         elements.  Add traced_files.
50934         (inotify_fd): Declare.
50935         (register_traced_file): Declare.
50936         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
50937         (inotify_fd): Export.
50938         (resolv_conf_descr): Remove.
50939         (nscd_init): Move inotify descriptor creation to main.
50940         Don't register files for notification here.
50941         (register_traced_file): New function.
50942         (invalidate_cache): Don't use reset_res to determine whether to call
50943         res_init, go through the list of registered files.
50944         (main_loop_poll): The inotify descriptors are now stored in the
50945         structures for the traced files.
50946         (main_loop_epoll): Likewise
50947         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
50948         to __nss_disable_nscd.
50949         * nscd/cache.c (prune_cache): There is no single inotify descriptor
50950         for a database anymore.  Check the records for all the registered
50951         files instead.
50952         * nss/Makefile (libnss_files-routines): Add files-init.
50953         (libnss_db-routines): Add db-init.
50954         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
50955         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
50956         * nss/nss_db/db-init.c: New file.
50957         * nss/nss_files/files-init.c: New file.
50958         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
50959         __nss_lookup_function.
50960         (__nss_lookup_function): Call nss_load_library.
50961         (nss_load_all_libraries): New function.
50962         (__nss_disable_nscd): Take parameter with callback function for files
50963         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
50964         used for the cached services.
50965         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
50966         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
50967         options for features to all the files in nscd.
50968
50969         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
50970
50971 2011-07-10  Roland McGrath  <roland@hack.frob.com>
50972
50973         * csu/elf-init.c (__libc_csu_init): Comment typo.
50974
50975 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
50976
50977         * po/pl.po: Update from translation team.
50978         * po/ja.po: Likewise.
50979         * po/ru.po: Likewise.
50980         * po/ko.po: Likewise.
50981         * po/fr.po: Likewise.
50982
50983 2011-07-09  Roland McGrath  <roland@hack.frob.com>
50984
50985         * configure.in (.ctors/.dtors header and trailer check):
50986         Use an empirical test on a built program.
50987         * configure: Regenerated.
50988
50989         * configure.in (-z relro check): Use an empirical test on a built DSO.
50990         Detect, but do not require, on ia64.
50991         * configure: Regenerated.
50992
50993         * configure.in (READELF): Find it with AC_CHECK_TOOL.
50994         Update tests that use readelf to use $READELF instead.
50995         * configure: Regenerated.
50996
50997 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
50998
50999         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
51000         if the result is not used.
51001
51002 2011-07-05  Andreas Jaeger  <aj@suse.de>
51003
51004         [BZ#9696]
51005         * stdlib/tst-strtod.c: Add testcase.
51006
51007 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
51008
51009         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
51010         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
51011         The latter has a higher limit.  Take additional parameter to pass to
51012         the new function.
51013         (__pathconf): Pass file to __statfs_link_max.
51014         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
51015         __statfs_link_max.
51016         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
51017         __statfs_link_max.
51018
51019         [BZ #12868]
51020         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
51021         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
51022         Handle Lustre.
51023         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
51024         (__statfs_filesize_max): Likewise.
51025         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
51026
51027 2011-07-05  Andreas Jaeger  <aj@suse.de>
51028
51029         * resolv/res_comp.c (dn_skipname): Remove unused variable.
51030
51031 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
51032
51033         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
51034         `status' variable.
51035         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
51036         Likewise.
51037
51038 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
51039
51040         * Makefile (strop-tests): Add strncat.
51041         * string/test-strncat.c: New file.
51042
51043 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
51044
51045         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
51046
51047 2011-06-21  Andreas Jaeger  <aj@suse.de>
51048
51049         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
51050         Copy rule from iconvdata/Makefile.
51051
51052 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51053
51054         [BZ #12922]
51055         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
51056         but no long options are defined, just return 'W'.
51057
51058 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
51059
51060         [BZ #9696]
51061         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
51062
51063 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
51064
51065         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
51066         netgroups to read.
51067         (innetgr): Likewise.
51068
51069 2011-07-05  Roland McGrath  <roland@hack.frob.com>
51070
51071         * config.make.in (install_root): Default to $(DESTDIR).
51072
51073 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
51074
51075         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
51076
51077 2011-07-02  Roland McGrath  <roland@hack.frob.com>
51078
51079         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
51080
51081         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
51082         containing directory rather than embedding absolute directory names.
51083
51084         * scripts/check-local-headers.sh: Rewritten using awk.
51085         Match by word, not by line.  Print error messages for matches.
51086         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
51087
51088         * Makerules [shlib-lds-flags empty]:
51089         ($(common-objpfx)libc_pic.opts): New target.
51090         ($(common-objpfx)libc_pic.os.clean): New target.
51091         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
51092
51093         * config.make.in (OBJCOPY): New variable.
51094         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
51095         * configure: Regenerated.
51096
51097         * config.make.in (use-default-link): New variable.
51098         * configure.in (use_default_link): Grok --with-default-link to set it.
51099         * configure: Regenerated.
51100         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
51101         (shlib-lds, shlib-lds-flags): Define to empty.
51102
51103         * Makerules (shlib-lds): New variable.
51104         (shlib-lds-flags): New variable.
51105         (build-shlib, build-moduile, build-module-asneeded): Use it.
51106         ($(common-objpfx)libc.so): Use $(shlib-lds).
51107         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
51108         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
51109
51110         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
51111         DT_FLAGS/DT_FLAGS_1 with zero flags.
51112
51113         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
51114         linker script munging.
51115
51116 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
51117
51118         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
51119         as 128-bit value.
51120         * crypt/sha512.c (sha512_process_block): Perform total addition using
51121         128-bit if possible.
51122         (__sha512_finish_ctx): Likewise.
51123         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
51124         as 64-bit value.
51125         * crypt/sha256.c (SWAP64): Define.
51126         (sha256_process_block): Perform total addition using 64-bit if
51127         possible.
51128         (__sha256_finish_ctx): Likewise.
51129
51130 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
51131
51132         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
51133         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51134         * nscd/hstcache.c (cache_addhst): Likewise.
51135         * nscd/grpcache.c (cache_addgr): Likewise.
51136         * nscd/aicache.c (addhstaiX): Likewise
51137         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
51138
51139 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
51140
51141         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
51142         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51143         * nscd/hstcache.c (cache_addhst): Likewise.
51144         * nscd/grpcache.c (cache_addgr): Likewise.
51145         * nscd/aicache.c (addhstaiX): Likewise
51146
51147 2011-07-01  Andreas Schwab  <schwab@redhat.com>
51148
51149         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
51150         domain only when needed.
51151
51152 2011-06-30  Andreas Schwab  <schwab@redhat.com>
51153
51154         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
51155         is always restored.
51156
51157 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
51158
51159         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
51160         are re-adding the entry.
51161         * nscd/servicescache.c (cache_addserv): Likewise.
51162
51163 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
51164
51165         * sysdeps/generic/dl-irel.h: fix protection against multiple
51166         inclusions.
51167         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
51168
51169 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
51170
51171         [BZ #12935]
51172         * malloc/memusage.sh: Fix quoting in message.
51173         * debug/xtrace.sh: Likewise.
51174
51175         * configure.in: Remove support for --experimental-malloc option, make
51176         it the default.
51177         * config.make.in: Likewise.
51178         * malloc/Makefile: Likewise.
51179
51180 2011-06-27  Andreas Schwab  <schwab@redhat.com>
51181
51182         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
51183         two-byte characters.
51184
51185 2011-06-27  Roland McGrath  <roland@hack.frob.com>
51186
51187         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
51188         AC_CACHE_CHECK invocation.
51189         * configure: Regenerated.
51190
51191         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
51192
51193 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
51194
51195         [BZ #12350]
51196         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
51197         bit from old_res_options.
51198
51199         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
51200
51201         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
51202         value type for setfct.
51203
51204 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
51205
51206         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51207         __gettimeofday instead of gettimeofday.
51208
51209 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
51210
51211         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
51212
51213 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
51214
51215         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
51216
51217         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
51218         info.
51219
51220 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51221
51222         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
51223         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51224         strcpy-sse2-unaligned strncpy-sse2-unaligned
51225         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
51226         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
51227         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
51228         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
51229         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
51230         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
51231         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
51232         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
51233         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
51234         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
51235         (STRCPY): Support SSE2 and SSSE3 versions.
51236
51237 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
51238
51239         [BZ #12874]
51240         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
51241         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
51242         kernels which artificially limit size of requests.
51243
51244 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
51245
51246         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
51247         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
51248         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
51249         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
51250         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
51251         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
51252         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
51253         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
51254         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
51255         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
51256         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
51257         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
51258         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
51259         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
51260         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
51261         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51262         Enable unaligned load optimization for Intel Core i3, i5 and i7
51263         processors.
51264         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
51265         Define.
51266         (index_Fast_Unaligned_Load): Define.
51267         (HAS_FAST_UNALIGNED_LOAD): Define.
51268
51269 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
51270
51271         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
51272
51273 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51274
51275         [BZ #12907]
51276         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
51277         until it is clear that the information is realy needed.
51278         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
51279
51280 2011-06-22  Andreas Schwab  <schwab@redhat.com>
51281
51282         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
51283
51284 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
51285
51286         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
51287         /sys/devices/system/cpu/online if it is usable.
51288
51289         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
51290         reading the information from the /proc filesystem to once a second.
51291
51292 2011-06-21  Andreas Jaeger  <aj@suse.de>
51293
51294         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
51295         NULL after inclusion of kernel headers.
51296
51297 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
51298
51299         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
51300         calls to internal_setent.
51301
51302         [BZ #12885]
51303         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
51304         addresses using gethostbyname4_r ignore IPv4 addresses.
51305
51306         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
51307         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
51308
51309         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
51310
51311 2011-06-20  David S. Miller  <davem@davemloft.net>
51312
51313         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
51314         inclusions.
51315         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
51316
51317         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
51318         (elf_irel): Use it.
51319         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
51320         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
51321         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
51322         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
51323         * sysdeps/x86_64/dl-irel.h: Likewise.
51324
51325         * elf/dl-runtime.c: Use elf_ifunc_invoke.
51326         * elf/dl-sym.c: Likewise.
51327
51328 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51329
51330         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
51331         need to dereference resplen2.
51332
51333 2011-06-14  Andreas Schwab  <schwab@redhat.com>
51334
51335         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
51336
51337 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
51338
51339         * Makeconfig: Define vardbdir and inst_vardbdir.
51340         * nss/Makefile: Add rules to install db-Makefile.
51341
51342         * nss/nss_db/db-XXX.c: Cleanup.
51343
51344         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
51345         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
51346         GLIBC_PRIVATE.
51347         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
51348         * nss/makedb.c: Implement -g option to specify that value strings
51349         are generated and should not be added to table iterated over for
51350         get*ent calls.
51351         * nss/nss_db/db-initgroups.c: New file.
51352
51353         * nss/getent.c: Add support for initgroups lookups through getgrouplist
51354         interface.
51355
51356         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
51357         (internal_getgrouplist): Adjust to name change.
51358         Update use_initgroups_entry if this is not the first call.
51359         * nss/databases.def: Add initgroups entry.
51360
51361         * nss/makedb.c (compute_tables): Check result of multiple hash table
51362         sizes to minimize maximum chain length.
51363
51364 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
51365
51366         * Versions.def: Add entry for libnss_db.
51367         * shlib-versions: Likewise.
51368         * nss/Makefile: Add rules to build libnss_db.
51369         * nss/Versions: Add libnss_db information.  Organize libnss_files
51370         entries better.
51371         * nss/db-Makefile: Add gshadow support.  Change rules for the new
51372         makedb progra.  Some minor improvements to generate smaller files.
51373         * nss/nss_db/nss_db.h: Move NSS database header data structures to
51374         here from...
51375         * nss/makedb.c: ...here.
51376         Improve database format to be smaller and require less memory at
51377         runtime.
51378         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
51379         db anymore.
51380         * nss/nss_db/db-netgrp.c: Likewise.
51381         * nss/nss_db/db-open.c: Likewise.
51382         * nss/nss_files/flies-XXX.x: Adjust comments.
51383         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
51384         * nss/nss_files/files-grp.c: Likewise.
51385         * nss/nss_files/files-hosts.c: Likewise.
51386         * nss/nss_files/files-network.c: Likewise.
51387         * nss/nss_files/files-proto.c: Likewise.
51388         * nss/nss_files/files-pwd.c: Likewise.
51389         * nss/nss_files/files-rpc.c: Likewise.
51390         * nss/nss_files/files-service.c: Likewise.
51391         * nss/nss_files/files-sgrp.c: Likewise.
51392         * nss/nss_files/files-spwd.c: Likewise.
51393         * nss/nss_db/db-alias.c: Removed.
51394         * nss/nss_db/dummy-db.h: Removed.
51395
51396 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
51397
51398         * nss/makedb.c: Rewritten to not use database library.
51399         * nss/Makefile: Update to build new makedb program.
51400
51401 2011-06-14  Andreas Jaeger  <aj@suse.de>
51402
51403         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
51404         memset declaration.
51405
51406 2011-06-10  Andreas Schwab  <schwab@redhat.com>
51407
51408         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
51409         tmpbuf.
51410
51411 2011-06-10  Roland McGrath  <roland@hack.frob.com>
51412
51413         * Makerules (shlib.lds): Fail if the linker script comes out empty.
51414         * elf/Makefile ($(objpfx)ld.so): Likewise.
51415
51416         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
51417         Don't list ld.so twice in dependencies.
51418
51419         * posix/bug-regex31.c: Include <stdlib.h>.
51420
51421         * nscd/hstcache.c (cache_addhst): Remove unused variable.
51422
51423         * nis/nss_compat/compat-spwd.c
51424         (getspent_next_nss_netgr): Remove unused variable.
51425         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
51426
51427         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
51428         nonmembers" output to use the right array.
51429
51430         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
51431
51432         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
51433
51434         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
51435         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
51436         * catgets/gencat.c (read_input_file): Likewise.
51437         * locale/programs/locarchive.c (enlarge_archive): Likewise.
51438
51439         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
51440         variable definition inside #if's controlling its use.
51441
51442         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
51443
51444         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
51445
51446         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
51447
51448         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
51449         unreachable code.
51450
51451         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
51452
51453         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
51454         * configure: Regenerated.
51455
51456         * Makerules: Revert last change.
51457         * elf/Makefile: Likewise.
51458
51459 2011-06-09  Roland McGrath  <roland@hack.frob.com>
51460
51461         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
51462         * elf/Makefile ($(objpfx)librtld.os): Likewise.
51463         (reloc-link): Likewise.
51464
51465 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
51466
51467         * elf/Makefile: Add rules to build pldd.
51468         * elf/pldd.c: New file.
51469         * elf/pldd-xx.c: New file.
51470
51471 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
51472
51473         * version.h: Update for 2.15 development version.
51474
51475 2011-06-07  David S. Miller  <davem@davemloft.net>
51476
51477         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
51478         ifuncs.
51479         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
51480         elf_machine_lazy_rel): Likewise.
51481         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
51482         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
51483         elf_machine_lazy_rel): Likewise.
51484         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
51485         dl_hwcap via passed in argument.
51486         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
51487         Likewise.
51488
51489 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51490
51491         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
51492
51493 2011-06-06  Roland McGrath  <roland@hack.frob.com>
51494
51495         [BZ #12849]
51496         * manual/fdl-1.1.texi: New file, verbatim from:
51497         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
51498         * manual/lgpl-2.1.texi: New file, verbatim from:
51499         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
51500         * manual/Makefile (licenses): New variable, list those new file names.
51501         (texis): Use it.
51502         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
51503
51504         * manual/fdl.texi: File removed.
51505         * manual/lesser.texi: File removed.
51506         * manual/libc.texinfo (Copying, Documentation License):
51507         Use new @include file names, put @appendix directive before @include.
51508
51509 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
51510
51511         [BZ #12841]
51512         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
51513         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
51514         (mq_open): Add __NTH.
51515
51516 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
51517
51518         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51519         Assume Intel Core i3/i5/i7 processor if AVX is available.
51520
51521 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51522
51523         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
51524         typo.
51525
51526 2011-05-31  Andreas Schwab  <schwab@redhat.com>
51527
51528         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
51529         memory.  Use alloca_account.  Fix memory leak when retrying.
51530
51531 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
51532
51533         * version.h (RELEASE): Bump for 2.14 release.
51534         * include/features.h (__GLIBC_MINOR__): Bump to 14.
51535
51536         * config.make.in (RANLIB): Remove entry.
51537
51538 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
51539
51540         * po/Makefile (po-sed-cmd): Add ksh to extensions.
51541         (libc.pot): Work around missing support for .ksh extension in xgettext.
51542
51543         [BZ #12684]
51544         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
51545         if both request failed.
51546         (send_dg): In case of server errors clear resplen or *resplen2.
51547
51548         [BZ #12454]
51549         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
51550         when there are multiple maps.
51551         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
51552         (_dl_fini): Remove test here.
51553
51554         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
51555
51556 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
51557
51558         [BZ #12350]
51559         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
51560         bit from old_res_options.
51561         (gaih_inet): Likewise.
51562
51563         [BZ #11099]
51564         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
51565         as signed.
51566
51567         * resolv/res_init.c (res_setoptions): Make the code more compact.
51568
51569         [BZ #11558]
51570         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
51571         set RES_USEVC.
51572
51573         [BZ #11634]
51574         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
51575
51576         * malloc/malloc.h: Mark malloc hook variables as deprecated.
51577
51578         [BZ #11781]
51579         * malloc/malloc.h: Declare malloc hook variables as volatile.
51580
51581         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
51582         in last patch.
51583
51584         [BZ #11799]
51585         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
51586         raise in the comment.
51587         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51588         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51589         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
51590
51591 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
51592
51593         [BZ #12811]
51594         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51595         grow the buffers more if it already has to be sufficient.
51596         (build_wcs_upper_buffer): Likewise.
51597         * posix/regexec.c (check_matching): Likewise.
51598         (clean_state_log_if_needed): Likewise.
51599         (extend_buffers): Don't enlarge buffers beyond size of the input
51600         buffer.
51601         Patches mostly by Emil Wojak <emil@wojak.eu>.
51602         * posix/bug-regex32.c: New file.
51603         * posix/Makefile (tests): Add bug-regex32.
51604
51605         * locale/findlocale.c (_nl_find_locale): Return right away if
51606         _nl_explode_name failed.
51607         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51608
51609         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51610
51611         * debug/xtrace.sh: Unify messages.
51612         * malloc/memusage.sh: Likewise.
51613
51614         [BZ #12813]
51615         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51616         time symbol from vDSO.  Substitute with vsyscall if not available.
51617         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51618         __vdso_time.
51619
51620         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51621         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51622         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51623         Add sendmmsg and internal_sendmmsg.
51624         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51625         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51626         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51627
51628         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51629         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51630         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51631
51632 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
51633
51634         [BZ #12813]
51635         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51636         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
51637         available.
51638         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51639         __vdso_getcpu.
51640
51641         [BZ #12814]
51642         * iconvdata/Makefile (tests): Add bug-iconv9.
51643         * iconvdata/bug-iconv9.c: New file.
51644
51645 2011-05-27  Andreas Schwab  <schwab@redhat.com>
51646
51647         [BZ #12814]
51648         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51649
51650 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
51651
51652         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51653         (struct user_regs_struct): Change intcs field back to cs.
51654
51655 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
51656
51657         * po/ja.po: Update from translation team.
51658
51659 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
51660
51661         [BZ #12795]
51662         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51663         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51664
51665 2011-05-20  Andreas Schwab  <schwab@redhat.com>
51666
51667         * stdlib/longlong.h: Update from GCC.
51668
51669 2011-05-23  Andreas Schwab  <schwab@redhat.com>
51670
51671         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51672         parameter name.
51673         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51674         Add parameter name.
51675         (__sysconf): Pass it down.
51676
51677 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
51678
51679         [BZ #12671]
51680         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51681         some situations.
51682         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51683         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51684         add in in __libc_use_alloca calls.  Adjust callers.
51685         (glob): Use malloc in some situations.
51686
51687         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51688         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51689         pltexit.
51690
51691 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
51692
51693         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51694         and CLOCK_BOOTTIME_ALARM.
51695
51696         [BZ #12782]
51697         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51698         is returned.
51699
51700         * string/_strerror.c (__strerror_r): Print negative errors as signed
51701         numbers.
51702
51703         [BZ #12777]
51704         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51705         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51706         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51707
51708         * configure.in: Fix typo in redirection and correct removal of test
51709         files in two cases.
51710
51711         [BZ #12788]
51712         * locale/setlocale.c (new_composite_name): Fix test to check for
51713         identical name of all categories.
51714
51715         [BZ #12792]
51716         * libio/filedoalloc.c (local_isatty): New function.
51717         (_IO_file_doallocate): Use local_isatty.
51718         * stdio-common/perror.c (perror): In case a new stream is used
51719         forward the stream error.
51720         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51721         error flag.
51722
51723 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
51724
51725         [BZ #11869]
51726         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51727         alloca.
51728         * include/alloca.h (extend_alloca_account): Define.
51729
51730         [BZ #11857]
51731         * posix/regex.h: Fix comments with documentation of user-accessible
51732         fields after compilation and describe correct free'ing of pattern
51733         after re_compile_pattern.
51734         Patch by Reuben Thomas <rrt@sc3d.org>.
51735
51736 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
51737
51738         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51739         and -mno-altivec to prevent the compiler from using Altivec and/or
51740         VSX instructions when the corresponding registers are not available.
51741
51742 2011-05-19  Andreas Schwab  <schwab@redhat.com>
51743
51744         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51745
51746 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
51747
51748         * libio/freopen.c (freopen): Use __dup2, not dup2.
51749         * libio/freopen64.c (freopen64): Likewise.
51750
51751 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
51752
51753         [BZ #12775]
51754         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
51755         * math/Makefile (tests): Add test-powl.
51756         (CFLAGS-test-powl.c): Define.
51757         * math/test-powl.c: New file.
51758
51759 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
51760
51761         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
51762
51763 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
51764
51765         [BZ #11837]
51766         * iconvdata/gb18030.c: Update to GB18020-2005.
51767
51768 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
51769
51770         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
51771         RE_SYNTAX_POSIX_AWK): Update to match recent development.
51772         Patch by Aharon Robbins <arnold@skeeve.com>.
51773
51774         [BZ #11892]
51775         * stdlib/putenv.c (putenv): Don't always create copy of the variable
51776         on the stack.
51777
51778         [BZ #11895]
51779         * misc/pselect.c (__pselect): Handle timeout value errors hidden
51780         through underflows.
51781
51782         [BZ #12766]
51783         * misc/error.c (error_at_line): Ensure file_name and old_file_name
51784         point to strings before performing equality test for error_one_per_line
51785         mode.
51786
51787         [BZ #11697]
51788         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
51789
51790         [BZ #11820]
51791         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51792         (struct user_fpregs_struct): Avoid __uint*_t types.
51793
51794         [BZ #6420]
51795         * malloc/mtrace.c (tr_where): Add additional parameter to point to
51796         symbol info.  Use it instead of calling _dl_addr locally.
51797         (lock_and_info): New function.
51798         (tr_freehook): Call lock_and_info and pass symbol info as additional
51799         parameter to tr_where.
51800         (tr_mallochook): Likewise.
51801         (tr_reallochook): Likewise.
51802         (tr_memalignhook): Likewise.
51803
51804         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
51805         used and couldn't be at all thread-safe.
51806
51807 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
51808
51809         * libio/freopen.c (freopen): Don't close old file descriptor
51810         before the new one is opened.  Instead dup the new file descriptor
51811         to the old one after the new stream is created.
51812         * libio/freopen64.c (freopen64): Likewise.
51813         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
51814         * libio/fileops.c (_IO_new_file_close_it): Handle new
51815         _IO_FLAGS2_NOCLOSE flag.
51816         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
51817         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
51818         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
51819         _IO_FLAGS2_NOCLOSE flag.
51820         * include/unistd.h: Add hidden_proto for dup3.
51821         Define __have_dup3.
51822         * io/dup3.c: Define hidden symbol.
51823         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
51824
51825         [BZ #7101]
51826         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
51827         when an incomplete long option is used.
51828         * posix/tst-getopt_long1.c: New file.
51829         * posix/Makefile (tests): Add tst-getopt_long1.
51830
51831         [BZ #10138]
51832         * scripts/config.guess: Update from autoconf-2.68.
51833         * scripts/config.sub: Likewise.
51834
51835         [BZ #10157]
51836         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
51837         tests into ...
51838         (has_cpuclock): ...this.  New function.
51839         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
51840         macro here based on has_cpuclock code.
51841
51842         [BZ #10149]
51843         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51844         First byte (not low byte) is now always NUL.
51845         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
51846
51847         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51848         Use non-cancelable interfaces.
51849
51850         [BZ #9809]
51851         * locale/iso-639.def: Add entry for Sorani.
51852
51853         [BZ #11901]
51854         * include/stdlib.h: Move include protection to the right place.
51855         Define abort_msg_s.  Declare __abort_msg with it.
51856         * stdlib/abort.c (__abort_msg): Adjust type.
51857         * assert/assert.c (__assert_fail_base): New function.  Majority
51858         of code from __assert_fail.  Allocate memory for __abort_msg with
51859         mmap.
51860         (__assert_fail): Now call __assert_fail_base.
51861         * assert/assert-perr.c: Remove bulk of implementation.  Use
51862         __assert_fail_base.
51863         * include/assert.hL Declare __assert_fail_base.
51864         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
51865         mmap.
51866         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
51867
51868 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
51869
51870         [BZ #11952]
51871         [BZ #12453]
51872         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
51873         until all modules are registered in the DTV.
51874         * elf/Makefile: Add rules to build and run tst-tls19.
51875         * elf/tst-tls19.c: New file.
51876         * elf/tst-tls19mod1.c: New file.
51877         * elf/tst-tls19mod2.c: New file.
51878         * elf/tst-tls19mod3.c: New file.
51879         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
51880
51881         [BZ #12083]
51882         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
51883         correctly.
51884
51885         [BZ #12601]
51886         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
51887         two-byte sequence errors.
51888         * iconvdata/Makefile (tests): Add bug-iconv8.
51889         * iconvdata/bug-iconv8.c: New file.
51890
51891         [BZ #12626]
51892         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
51893         buf2 definition.
51894
51895         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
51896
51897         [BZ #12432]
51898         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
51899         (dummy_getcfa): New function.
51900         (init): Get _Unwind_GetCFA address, use dummy if not found.
51901         (backtrace_helper): In recursion check, also check whether CFA changes.
51902         (__backtrace): Completely initialize arg.
51903
51904         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
51905         storing incomplete byte sequence in state object.  Avoid testing for
51906         guaranteed too small input if we know there is enough data available.
51907
51908 2011-05-11  Andreas Schwab  <schwab@redhat.com>
51909
51910         * Makeconfig (+link-pie): Indent.
51911         * Rules (binaries-pie): Define if $(have-fpie) and
51912         $(build-shared).
51913         (binaries-shared): Also filter out $(binaries-pie).
51914         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
51915         * nscd/Makefile (others-pie): Add nscd.
51916         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
51917         ($(objpfx)nscd): Remove command override.
51918         * login/Makefile (others-pie): Add pt_chown.
51919         ($(objpfx)pt_chown): Remove command override.
51920         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
51921         remove command overrides.
51922
51923 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
51924
51925         * libio/tst_putwc.c: Fix error messages.
51926
51927         [BZ #12724]
51928         * libio/fileops.c (_IO_new_file_close_it): Always flush when
51929         currently writing and seek to current position when not.
51930         * libio/Makefile (tests): Add bug-fclose1.
51931         * libio/bug-fclose1.c: New file.
51932
51933 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
51934
51935         [BZ #12511]
51936         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
51937         don't set DF_1_NODELETE here.
51938         (do_lookup_x): When entering new entry test for copy relocation
51939         and if necessary set DF_1_NODELETE flag.
51940         * elf/tst-unique4.cc: New file.
51941         * elf/tst-unique4.h: New file.
51942         * elf/tst-unique4lib.cc: New file.
51943         * elf/Makefile: Add rules to build and run tst-unique4.
51944         Patch by Piotr Bury <pbury@goahead.com>.
51945
51946 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
51947
51948         [BZ #12052]
51949         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
51950
51951         [BZ #12625]
51952         * misc/mntent_r.c (addmntent): Flush the stream after the output
51953
51954         [BZ #12393]
51955         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
51956         (is_trusted_path_normalize): Skip initial colon.  Append slash
51957         to empty buffer.  Duplicate is_trusted_path code but allow
51958         constructed patch to be prefix.
51959         (is_dst): Allow $ORIGIN followed by /.
51960         (_dl_dst_substitute): Correct clearing of check_for_trusted.
51961         Correct testing of result of is_trusted_path_normalize
51962         (decompose_rpath): Fix warning.
51963
51964 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
51965
51966         [BZ #11257]
51967         * grp/initgroups.c (internal_getgrouplist): When we found the service
51968         list through the initgroups entry in nsswitch.conf do not always
51969         continue on a successful lookup.  Don't always use the
51970         __nss_group_database value if it is set.
51971         * nss/nsswitch.conf (initgroups): Change action for successful db
51972         lookup to continue for compatibility.
51973
51974 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
51975
51976         [BZ #11532]
51977         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
51978         and CP774 modules.
51979         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
51980         and CP774 modules.
51981         * iconvdata/tst-tables.sh: Likewise.
51982         * iconvdata/cp770.c: New file.
51983         * iconvdata/cp771.c: New file.
51984         * iconvdata/cp772.c: New file.
51985         * iconvdata/cp773.c: New file.
51986         * iconvdata/cp774.c: New file.
51987         * iconvdata/testdata/CP770: New file.
51988         * iconvdata/testdata/CP770..UTF8: New file.
51989         * iconvdata/testdata/CP771: New file.
51990         * iconvdata/testdata/CP771..UTF8: New file.
51991         * iconvdata/testdata/CP772: New file.
51992         * iconvdata/testdata/CP772..UTF8: New file.
51993         * iconvdata/testdata/CP773: New file.
51994         * iconvdata/testdata/CP773..UTF8: New file.
51995         * iconvdata/testdata/CP774: New file.
51996         * iconvdata/testdata/CP774..UTF8: New file.
51997
51998         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
51999         END CHARMAP line.
52000         * iconvdata/gen-8bit-gap.sh: Likewise.
52001         * iconvdata/gen-8bit.sh: Likewise.
52002
52003         * locale/iso-639.def: Add ary entry.
52004
52005         [BZ #11258]
52006         * locale/C-translit.h.in: Add U20A1 transliteration.
52007
52008         [BZ #12178]
52009         * locale/iso-639.def: Add wae entry.
52010         Patch by Kevin Bortis <bortis@translate-wae.ch>.
52011
52012         [BZ #12545]
52013         * locale/programs/localedef.c (construct_output_path): Use ssize_t
52014         for n.
52015
52016         [BZ #12711]
52017         * locale/C-translit.h.in: Add entry for U20B9.
52018         Patch by pravin.d.s@gmail.com.
52019
52020 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
52021
52022         [BZ #12713]
52023         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
52024         ENAMETOOLONG use generic getcwd.
52025         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
52026         in rtld.  Use *stat64.
52027         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
52028         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
52029         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
52030         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
52031         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
52032         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
52033         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
52034         __fstatat64 macros.
52035         * include/dirent.h: Add libc_hidden_proto for rewinddir.
52036         * dirent/rewinddir.c: Add libc_hidden_def.
52037         * sysdeps/mach/hurd/rewinddir.c: Likewise.
52038         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
52039
52040         * include/dirent.h (__alloc_dir): Add flags parameter.
52041         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
52042         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
52043         __alloc_dir.
52044         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
52045         from fdopendir if O_CLOEXEC is already set.
52046
52047 2011-03-15  Alan Modra  <amodra@gmail.com>
52048
52049         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
52050         l_tls_firstbyte_offset non-zero.  Save padding offset in
52051         l_tls_firstbyte_offset for later use.
52052         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
52053         freeing static tls block.
52054
52055 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
52056
52057         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
52058         where #ifdef was intended.  The intent is to prevent ARG_MAX from
52059         being defined by the kernel headers.
52060
52061 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
52062
52063         [BZ #12734]
52064         * resolv/resolv.h: Define RES_NOTLDQUERY.
52065         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
52066         no-tld-query and set RES_NOTLDQUERY.
52067         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
52068         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
52069         modern BIND to search name as TLD unless forbidden.
52070
52071 2011-05-07  Petr Baudis  <pasky@suse.cz>
52072             Ulrich Drepper  <drepper@gmail.com>
52073
52074         [BZ #12393]
52075         * elf/dl-load.c (fillin_rpath): Move trusted path check...
52076         (is_trusted_path): ...to here.
52077         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
52078         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
52079         using is_trusted_path_normalize() in setuid scripts.
52080
52081 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
52082
52083         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
52084         __BEGIN/__END_DECLS.
52085
52086 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
52087
52088         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
52089         NSS_STATUS_NOTFOUND if no record was found.
52090
52091 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52092
52093         * sunrpc/Makefile (headers): Add rpc/netdb.h.
52094         (headers-not-in-tirpc): Remove rpc/netdb.h
52095         * resolv/netdb.h: Revert last change.
52096
52097 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
52098
52099         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
52100         circular dependency between libgcc.a and libc.a.
52101
52102 2011-05-05  Andreas Schwab  <schwab@redhat.com>
52103
52104         * resolv/netdb.h: Don't include <rpc/netdb.h>.
52105         * nis/Makefile: Don't install rpcsvc/*.
52106         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
52107         instead of <rpc/types.h>.
52108         (MAXHOSTNAMELEN): Define.
52109
52110 2011-05-03  Andreas Schwab  <schwab@redhat.com>
52111
52112         * elf/ldconfig.c (add_dir): Don't crash on empty path.
52113
52114 2011-04-28  Maciej Babinski  <mbabinski@google.com>
52115
52116         [BZ #12714]
52117         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
52118         gethostbyname4_r when IPv6 results are possible.
52119
52120 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
52121
52122         [BZ #12723]
52123         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
52124         _PC_PIPE_BUF handling.
52125
52126 2011-04-30  Bruno Haible  <bruno@clisp.org>
52127
52128         [BZ #12717]
52129         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
52130         * resolv/netdb.h (getnameinfo): Change type of flags parameter
52131         to 'int'.
52132         * inet/getnameinfo.c (getnameinfo): Likewise.
52133
52134 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
52135
52136         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
52137         to groups setting in database lookup.
52138         * nss/nsswitch.conf: Add initgroups entry.
52139
52140 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
52141
52142         [BZ #12685]
52143         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
52144         mode string.
52145         Patch by Eric Blake <eblake@redhat.com>.
52146
52147 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
52148
52149         * sunrpc/Makefile (need-export-routines): Add svc_run.
52150         (routines): Remove svc_run.
52151         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
52152         * sunrpc/clnt_perr.c (clnt_perrno): Export.
52153         * sunrpc/svc_run.c (svc_run): Likewise.
52154         * sunrpc/svc_udp.c (svcudp_create): Likewise.
52155
52156 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
52157
52158         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
52159         problem in reallocation in last patch.
52160
52161 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
52162
52163         * sunrpc/Makefile: Move inclusion of Rules.
52164
52165 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52166
52167         * nss/nss_files/files-initgroups.c: New file.
52168         * nss/Makefile (libnss_files-routines): Add files-initgroups.
52169         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
52170         _nss_files_initgroups_dyn.
52171
52172 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
52173
52174         * elf/elf.h (R_ARM_IRELATIVE): Define.
52175
52176 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
52177
52178         * po/ru.po: Update from translation team.
52179
52180 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52181
52182         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
52183         dependencies.
52184
52185 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
52186
52187         [BZ #12653]
52188         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
52189         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
52190         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
52191         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
52192         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
52193
52194 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
52195
52196         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
52197         differing bytes.
52198         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
52199         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
52200         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
52201
52202 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
52203
52204         [BZ #12420]
52205         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
52206         storing it.
52207         * stdlib/bug-getcontext.c: New file.
52208         * stdlib/Makefile: Add rules to build and run bug-getcontext.
52209
52210 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52211
52212         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
52213         instructions into .machine "z9-109".
52214         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
52215         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
52216
52217 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52218
52219         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
52220         between environment variables and auxiliary vector.
52221
52222 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
52223
52224         * Makefile: Add rules to build linkobj/libc.so.
52225         * include/libc-symbols.h: Define libc_hidden_nolink.
52226         * include/rpc/auth.h: Mark functions which are to be hidden.
52227         * include/rpc/auth_des.h: Likewise.
52228         * include/rpc/auth_unix.h: Likewise.
52229         * include/rpc/clnt.h: Likewise.
52230         * include/rpc/des_crypt.h: Likewise.
52231         * include/rpc/key_prot.h: Likewise.
52232         * include/rpc/pmap_clnt.h: Likewise.
52233         * include/rpc/pmap_prot.h: Likewise.
52234         * include/rpc/pmap_rmt.h: Likewise.
52235         * include/rpc/rpc_msg.h: Likewise.
52236         * include/rpc/svc.h: Likewise.
52237         * include/rpc/svc_auth.h: Likewise.
52238         * include/rpc/xdr.h: Likewise.
52239         * nis/Makefile: Link all DSOs against linkobj/libc.so.
52240         * nss/Makefile: Likewise.
52241         * sunrpc/Makefile: Don't install headers.  Build library with normal
52242         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
52243         * sunrpc/auth_des.c: Hide exported symbols by default, export some
52244         for the compat linking library.  Remove use of INTDEF/INTUSE.
52245         * sunrpc/auth_none.c: Likewise.
52246         * sunrpc/auth_unix.c: Likewise.
52247         * sunrpc/authdes_prot.c: Likewise.
52248         * sunrpc/authuxprot.c: Likewise.
52249         * sunrpc/clnt_gen.c: Likewise.
52250         * sunrpc/clnt_perr.c: Likewise.
52251         * sunrpc/clnt_raw.c: Likewise.
52252         * sunrpc/clnt_simp.c: Likewise.
52253         * sunrpc/clnt_tcp.c: Likewise.
52254         * sunrpc/clnt_udp.c: Likewise.
52255         * sunrpc/clnt_unix.c: Likewise.
52256         * sunrpc/des_crypt.c: Likewise.
52257         * sunrpc/des_soft.c: Likewise.
52258         * sunrpc/get_myaddr.c: Likewise.
52259         * sunrpc/key_call.c: Likewise.
52260         * sunrpc/key_prot.c: Likewise.
52261         * sunrpc/netname.c: Likewise.
52262         * sunrpc/pm_getmaps.c: Likewise.
52263         * sunrpc/pm_getport.c: Likewise.
52264         * sunrpc/pmap_clnt.c: Likewise.
52265         * sunrpc/pmap_prot.c: Likewise.
52266         * sunrpc/pmap_prot2.c: Likewise.
52267         * sunrpc/pmap_rmt.c: Likewise.
52268         * sunrpc/publickey.c: Likewise.
52269         * sunrpc/rpc_cmsg.c: Likewise.
52270         * sunrpc/rpc_common.c: Likewise.
52271         * sunrpc/rpc_dtable.c: Likewise.
52272         * sunrpc/rpc_prot.c: Likewise.
52273         * sunrpc/rpc_thread.c: Likewise.
52274         * sunrpc/rtime.c: Likewise.
52275         * sunrpc/svc.c: Likewise.
52276         * sunrpc/svc_auth.c: Likewise.
52277         * sunrpc/svc_authux.c: Likewise.
52278         * sunrpc/svc_raw.c: Likewise.
52279         * sunrpc/svc_run.c: Likewise.
52280         * sunrpc/svc_simple.c: Likewise.
52281         * sunrpc/svc_tcp.c: Likewise.
52282         * sunrpc/svc_udp.c: Likewise.
52283         * sunrpc/svc_unix.c: Likewise.
52284         * sunrpc/svcauth_des.c: Likewise.
52285         * sunrpc/xcrypt.c: Likewise.
52286         * sunrpc/xdr.c: Likewise.
52287         * sunrpc/xdr_array.c: Likewise.
52288         * sunrpc/xdr_float.c: Likewise.
52289         * sunrpc/xdr_intXX_t.c: Likewise.
52290         * sunrpc/xdr_mem.c: Likewise.
52291         * sunrpc/xdr_rec.c: Likewise.
52292         * sunrpc/xdr_ref.c: Likewise.
52293         * sunrpc/xdr_sizeof.c: Likewise.
52294         * sunrpc/xdr_stdio.c: Likewise.
52295
52296 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
52297
52298         [BZ #12650]
52299         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
52300         * sysdeps/ia64/dl-tls.h: Likewise.
52301         * sysdeps/powerpc/dl-tls.h: Likewise.
52302         * sysdeps/s390/dl-tls.h: Likewise.
52303         * sysdeps/sh/dl-tls.h: Likewise.
52304         * sysdeps/sparc/dl-tls.h: Likewise.
52305         * sysdeps/x86_64/dl-tls.h: Likewise.
52306         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
52307
52308 2011-03-14  Andreas Schwab  <schwab@redhat.com>
52309
52310         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
52311         rpath element also skip the following colon.
52312         (expand_dynamic_string_token): Add is_path parameter and pass
52313         down to DL_DST_REQUIRED and _dl_dst_substitute.
52314         (decompose_rpath): Call expand_dynamic_string_token with
52315         non-zero is_path.  Ignore empty rpaths.
52316         (_dl_map_object_from_fd): Call expand_dynamic_string_token
52317         with zero is_path.
52318
52319 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
52320
52321         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
52322         Make cancelable.
52323
52324 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
52325
52326         [BZ #12655]
52327         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
52328         Patch by Filipe David Manana <fdmanana@apache.org>.
52329
52330 2011-04-07  Andreas Schwab  <schwab@redhat.com>
52331
52332         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
52333         Maintain aligned stack.
52334         (CHECK_RSP): Remove unused macro.
52335
52336 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
52337
52338         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
52339         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
52340
52341 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
52342
52343         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
52344
52345         * include/features.h: Mention __USE_XOPEN2K8 in comment.
52346
52347 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
52348
52349         [BZ #12518]
52350         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
52351         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
52352         * sysdeps/x86_64/memmove.c: New file.
52353         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
52354         (memcpy): Renamed to ...
52355         (__new_memcpy): This.
52356         (memcpy): Provide GLIBC_2_14 memcpy.
52357         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
52358         (memcpy): Provide GLIBC_2_2_5 memcpy.
52359
52360 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52361
52362         [BZ #12631]
52363         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
52364
52365 2011-03-30  Andreas Schwab  <schwab@redhat.com>
52366
52367         * misc/syncfs.c: New file.
52368         * misc/Makefile (routines): Add syncfs.
52369         * posix/unistd.h: Declare syncfs.
52370         * sysdeps/unix/syscalls.list: Add syncfs.
52371
52372 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52373
52374         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
52375         open_by_handle_at.
52376         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
52377         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52378         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52379         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52380         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52381         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
52382         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52383
52384 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52385
52386         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
52387         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52388         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
52389         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52390         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52391         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52392         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52393
52394         * io/Makefile: Compile fallocate.c, fallocate64.c, and
52395         sync_file_range.c with -fexceptions.
52396         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
52397         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
52398         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
52399         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
52400         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
52401         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
52402         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
52403         sync_file_range as cancellation point
52404         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
52405         now a wrapper around __call_sync_file_range with cancellation handling.
52406         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
52407         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
52408         function name to __call_sync_file_range.
52409         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
52410         Add call_sync_file_range.
52411
52412 2011-04-01  Andreas Schwab  <schwab@redhat.com>
52413
52414         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
52415         bits/timex.h.
52416
52417 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
52418
52419         * iconv/iconv.h: Fix typo in comment.
52420         * io/fcntl.h: Likewise.
52421         * libio/stdio.h: Likewise.
52422         * posix/spawn.h: Likewise.
52423         * posix/unistd.h: Likewise.
52424         * stdlib/stdlib.h: Likewise.
52425         * time/time.h: Likewise.
52426         * wcsmbs/wchar.h: Likewise.
52427
52428         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
52429         open_by_handle): Add.
52430         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
52431         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
52432         Augment a few comments.
52433         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
52434         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
52435         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
52436         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
52437         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
52438         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
52439         open_by_handle.
52440
52441         * io/fcntl.h (AT_EMPTY_PATH): Define.
52442
52443 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
52444
52445         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
52446         * sysdeps/unix/sysv/linux/bits/time.h: New file.
52447         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
52448         to...
52449         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
52450         * Versions.def: Add GLIBC_2.14.
52451         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
52452         Export.
52453
52454 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
52455
52456         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
52457         round counter.
52458         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52459
52460 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
52461
52462         [BZ #12597]
52463         * string/test-strncmp.c (do_page_test): New function.
52464         (check2): Likewise.
52465         (test_main): Call check2.
52466         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
52467
52468 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
52469
52470         [BZ #12587]
52471         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
52472         Handle cache information in CPU leaf 4.
52473         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
52474
52475 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
52476
52477         [BZ #12583]
52478         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
52479         character representation.
52480         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
52481
52482 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
52483
52484         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
52485         END(__isnan) to END(__isnanf) to match function entry point/label
52486         EALIGN(__isnanf,...).
52487
52488 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
52489
52490         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
52491
52492 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
52493
52494         [BZ #12510]
52495         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
52496         copy from the symbol referenced in the relocation to initialize the
52497         used variable.
52498         Patch by Piotr Bury <pbury@goahead.com>.
52499         * elf/Makefile: Add rules to build and tst-unique3.
52500         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
52501         * elf/tst-unique3.cc: New file.
52502         * elf/tst-unique3.h: New file.
52503         * elf/tst-unique3lib.cc: New file.
52504         * elf/tst-unique3lib2.cc: New file.
52505
52506         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
52507
52508 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
52509
52510         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
52511         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
52512         to _start.
52513
52514 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
52515
52516         * elf/dl-load.c (_dl_map_object): If we are looking for the first
52517         to-be-loaded object along a path to loader is ld.so.
52518
52519 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52520             Ulrich Drepper  <drepper@gmail.com>
52521
52522         * sysdeps/x86_64/memset.S: After aligning destination, code
52523         branches to different locations depending on the value of
52524         misalignment, when multiarch is enabled. Fix this.
52525
52526 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
52527
52528         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
52529         Set _x86_64_preferred_memory_instruction for AMD processsors.
52530         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52531         Set bit_Prefer_SSE_for_memop for AMD processors.
52532
52533 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
52534
52535         * libio/fmemopen.c (fmemopen): Optimize a bit.
52536
52537 2011-03-03  Andreas Schwab  <schwab@redhat.com>
52538
52539         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
52540
52541 2011-03-03  Roland McGrath  <roland@redhat.com>
52542
52543         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
52544
52545 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
52546
52547         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
52548         __bzero_ultra1 instead of __memset_ultra1.
52549
52550 2011-02-23  Andreas Schwab  <schwab@redhat.com>
52551             Ulrich Drepper  <drepper@gmail.com>
52552
52553         [BZ #12509]
52554         * include/link.h (struct link_map): Add l_orig_initfini.
52555         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
52556         returning unsuccessfully.
52557         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
52558         close of a file loaded at startup, restore the original l_initfini
52559         list.
52560         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
52561         list, store the pointer.
52562         * elf/Makefile ($(objpfx)noload-mem): New rule.
52563         (noload-ENV): Define.
52564         (tests): Add $(objpfx)noload-mem.
52565         * elf/noload.c: Include <memcheck.h>.
52566         (main): Call mtrace.  Close all opened handles.
52567
52568 2011-02-17  Andreas Schwab  <schwab@redhat.com>
52569
52570         [BZ #12454]
52571         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
52572         dependencies are missing.
52573
52574 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52575
52576         Fix __if_freereq crash: Unlike the generic version which uses free,
52577         Hurd needs munmap.
52578         * sysdeps/mach/hurd/ifreq.h: New file.
52579
52580 2011-01-27  Petr Baudis  <pasky@suse.cz>
52581             Ulrich Drepper  <drepper@gmail.com>
52582
52583         [BZ 12445]#
52584         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52585         to extend_alloca().
52586         * stdio-common/bug23.c: New file.
52587         * stdio-common/Makefile (tests): Add bug23.
52588
52589 2010-09-28  Andreas Schwab  <schwab@redhat.com>
52590             Ulrich Drepper  <drepper@gmail.com>
52591
52592         [BZ #12489]
52593         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52594         before performing relro protection.  At old place add assertion
52595         to make sure nothing changed.
52596
52597 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
52598             Glauber de Oliveira Costa  <glommer@gmail.com>
52599
52600         * elf/elf.h: Add new ARM TLS relocs.
52601
52602 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
52603
52604         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52605         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52606         cast from r3.
52607         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
52608         'tests' variable.
52609         * sysdeps/wordsize-64/tst-writev.c: New file.
52610
52611 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
52612
52613         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52614         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52615         insns in _dl_start to prevent a TOC reference before relocs are
52616         resolved.
52617
52618 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
52619
52620         [BZ #12469]
52621         * Makeconfig: Remove RANLIB definition.
52622         * Makerules: Don't use RANLIB.
52623         * aclocal.m4: Remove ranlib test.
52624         * configure.in: No need to check for ranlib.
52625         * elf/rtld-Rules: Don't use RANLIB.
52626
52627 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52628
52629         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52630         protection macro.
52631         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52632         inclusion protection macro.
52633
52634         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52635         SIGRTMIN and SIGRTMAX and print information in that case only when
52636         SIGRTMIN is defined.
52637
52638 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
52639
52640         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52641         arginfo fn returning -1.
52642
52643         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52644         and thousands string is zero terminated.
52645
52646 2011-02-03  Andreas Schwab  <schwab@redhat.com>
52647
52648         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52649         sysdeps/unix/sysv/linux/bits/socket.h.
52650
52651 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52652
52653         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52654         (__CPU_COUNT): Remove old macros.
52655         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52656         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52657         (__CPU_ALLOC, __CPU_FREE): Add macros.
52658         (__sched_cpualloc, __sched_cpufree): Add declarations.
52659
52660 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
52661
52662         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52663         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52664         * nscd/aicache.c (addhstaiX): Return timeout of added value.
52665         (readdhstai): Return value of addhstaiX call.
52666         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52667         (addgrbyX): Return value returned by cache_addgr.
52668         (readdgrbyname): Return value returned by addgrbyX.
52669         (readdgrbygid): Likewise.
52670         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52671         (addpwbyX): Return value returned by cache_addpw.
52672         (readdpwbyname): Return value returned by addhstbyX.
52673         (readdpwbyuid): Likewise.
52674         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52675         (addservbyX): Return value returned by cache_addserv.
52676         (readdservbyname): Return value returned by addservbyX:
52677         (readdservbyport): Likewise.
52678         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52679         (addhstbyX): Return value returned by cache_addhst.
52680         (readdhstbyname): Return value returned by addhstbyX.
52681         (readdhstbyaddr): Likewise.
52682         (readdhstbynamev6): Likewise.
52683         (readdhstbyaddrv6): Likewise.
52684         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52685         (readdinitgroups): Return value returned by addinitgroupsX.
52686         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52687         (prune_cache): Keep track of timeout value of re-added entries.
52688         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52689         * nscd/nscd.h: Adjust prototypes of readd* functions.
52690
52691 2011-02-04  Roland McGrath  <roland@redhat.com>
52692
52693         * nis/nis_server.c (nis_servstate): Use the right name for 0.
52694         (nis_stats): Likewise.
52695         * nis/nis_modify.c (nis_modify): Likewise.
52696         * nis/nis_remove.c (nis_remove): Likewise.
52697         * nis/nis_add.c (nis_add): Likewise.
52698
52699         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52700
52701         * posix/fnmatch_loop.c: Add some consts.
52702
52703         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52704
52705 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
52706
52707         [BZ #12460]
52708         * config.make.in (config-cflags-novzeroupper): Define.
52709         * configure.in: Substitute libc_cv_cc_novzeroupper.
52710         * elf/Makefile (AVX-CFLAGS): Define.
52711         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52712         (CFLAGS-tst-auditmod4a.c): Likewise.
52713         (CFLAGS-tst-auditmod4b.c): Likewise.
52714         (CFLAGS-tst-auditmod6b.c): Likewise.
52715         (CFLAGS-tst-auditmod6c.c): Likewise.
52716         (CFLAGS-tst-auditmod7b.c): Likewise.
52717         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52718
52719 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
52720
52721         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52722         function to the callback.
52723         Patch partly by Jiri Olsa <jolsa@redhat.com>.
52724
52725 2011-02-02  Andreas Schwab  <schwab@redhat.com>
52726
52727         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52728         of errno.
52729
52730 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
52731
52732         [BZ #11724]
52733         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52734         of constructors.
52735         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52736         of destructors.
52737         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52738
52739         [BZ #11724]
52740         * elf/Makefile: Add rules to build and run new test.
52741         * elf/tst-initorder.c: New file.
52742         * elf/tst-initorder.exp: New file.
52743         * elf/tst-initordera1.c: New file.
52744         * elf/tst-initordera2.c: New file.
52745         * elf/tst-initordera3.c: New file.
52746         * elf/tst-initordera4.c: New file.
52747         * elf/tst-initorderb1.c: New file.
52748         * elf/tst-initorderb2.c: New file.
52749         * elf/tst-order-a1.c: New file.
52750         * elf/tst-order-a2.c: New file.
52751         * elf/tst-order-a3.c: New file.
52752         * elf/tst-order-a4.c: New file.
52753         * elf/tst-order-b1.c: New file.
52754         * elf/tst-order-b2.c: New file.
52755         * elf/tst-order-main.c: New file.
52756         New test case by George Gensure <werkt0@gmail.com>.
52757
52758 2010-10-01  Andreas Schwab  <schwab@redhat.com>
52759
52760         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52761         decoding ACE if AI_CANONIDN.
52762
52763 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
52764
52765         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
52766
52767 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
52768
52769         * version.h (RELEASE): Bump for 2.13 release.
52770         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
52771
52772         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
52773
52774         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
52775         MADV_NOHUGEPAGE.
52776         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
52777         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
52778         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
52779         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
52780         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
52781         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52782
52783         * posix/getconf.c: Update copyright year.
52784         * catgets/gencat.c: Likewise.
52785         * csu/version.c: Likewise.
52786         * debug/catchsegv.sh: Likewise.
52787         * debug/xtrace.sh: Likewise.
52788         * elf/ldconfig.c: Likewise.
52789         * elf/ldd.bash.in: Likewise.
52790         * elf/sprof.c (print_version): Likewise.
52791         * iconv/iconv_prog.c: Likewise.
52792         * iconv/iconvconfig.c: Likewise.
52793         * locale/programs/locale.c: Likewise.
52794         * locale/programs/localedef.c: Likewise.
52795         * malloc/memusage.sh: Likewise.
52796         * malloc/mtrace.pl: Likewise.
52797         * nscd/nscd.c (print_version): Likewise.
52798         * nss/getent.c: Likewise.
52799
52800         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
52801         PF_CAIF, and PF_ALG.
52802         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52803
52804 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
52805
52806         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
52807         (modules-names): Use them.
52808         (ifunc-test-modules, ifunc-pie-tests): Define.
52809         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
52810         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
52811         (test-extras): Likewise.
52812         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
52813         $(compile-command.c).
52814         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
52815         (all-built-dso): Define.
52816         (check-textrel.out, check-execstack.out): Depend on it.
52817
52818         * configure.in: Don't override --enable-multi-arch.
52819
52820 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
52821
52822         [BZ #6812]
52823         * nscd/hstcache.c (tryagain): Define.
52824         (cache_addhst): Return tryagain not notfound for temporary errors.
52825         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
52826         failed.
52827
52828 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
52829
52830         [BZ #10563]
52831         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
52832         to make the syscall.
52833         * sysdeps/unix/sysv/linux/setgroups.c: New file.
52834
52835         [BZ #12378]
52836         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
52837         and fall back to matching as normal character if the string ends before
52838         the matching ']' is found.  This is what POSIX requires.
52839         * posix/testfnm.c: Adjust test result.
52840         * posix/globtest.sh: Adjust test result.  Add new test.
52841         * posix/tst-fnmatch.input: Likewise.
52842         * posix/tst-fnmatch2.c: Add new test.
52843
52844 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
52845
52846         * elf/Makefile (check-execstack): Revert last change.  Depend on
52847         check-execstack.h.
52848         (check-execstack.h): New target.
52849         (generated): Add check-execstack.h.
52850         * elf/check-execstack.c: Include "check-execstack.h".
52851         (main): Revert last change.
52852         (handle_file): Return zero if GNU_STACK is absent and
52853         DEFAULT_STACK_PERMS doesn't include PF_X.
52854
52855 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
52856
52857         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
52858         in child fails because the descriptor is already closed.
52859         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
52860         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
52861         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
52862
52863         [BZ #12397]
52864         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
52865         syscall.
52866
52867         [BZ #10484]
52868         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
52869         temporary buffer used to handle multi lookups locally.
52870         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
52871
52872 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52873
52874         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
52875         loader is ld.so.
52876
52877 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
52878
52879         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
52880         alignment for SSE2.
52881
52882 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52883
52884         [BZ #12394]
52885         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
52886         characters.  When rounding increased number of integer digits recompute
52887         number of groups.
52888         * stdio-common/tst-grouping.c: New file.
52889         * stdio-common/Makefile: Add rules to build and run tst-grouping.
52890
52891 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
52892
52893         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
52894         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
52895
52896         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
52897         void.
52898         * bits/select.h: Likewise.
52899
52900 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
52901
52902         * po/ja.po: Update from translation team.
52903
52904 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
52905
52906         [BZ #11155]
52907         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
52908         implementation just like for lxstat, fxstatat, et al.
52909
52910 2010-12-27  Jim Meyering  <meyering@redhat.com>
52911
52912         [BZ #12348]
52913         * posix/regexec.c (build_trtable): Return failure indication upon
52914         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
52915
52916 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
52917
52918         [BZ #12201]
52919         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
52920         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
52921         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
52922         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
52923
52924         [BZ #12207]
52925         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
52926
52927         [BZ #12204]
52928         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
52929         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
52930
52931 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
52932
52933         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
52934         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
52935         script has SORT_BY_INIT_PRIORITY.
52936         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
52937         NO_CTORS_DTORS_SECTIONS is defined.
52938         * elf/soinit.c: Likewise.
52939         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
52940         NO_CTORS_DTORS_SECTIONS is defined.
52941         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
52942         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
52943         * sysdeps/sh/init-first.c: Likewise.
52944         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
52945
52946 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
52947
52948         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
52949         always use the slow path.
52950
52951 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
52952
52953         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
52954         similar rule which adds the sysdep directories to the header search in
52955         order to pick up the correct platform stackinfo.h.
52956         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
52957         perform test if it is, otherwise return successfully without testing.
52958         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
52959         DEFAULT_STACK_PERMS define in stackinfo.h.
52960         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
52961         defined in stackinfo.h.
52962         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
52963         DEFAULT_STACK_PERMS defined in stackinfo.h.
52964         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
52965         * sysdeps/ia64/stackinfo.h: Likewise.
52966         * sysdeps/s390/stackinfo.h: Likewise.
52967         * sysdeps/sh/stackinfo.h: Likewise.
52968         * sysdeps/sparc/stackinfo.h: Likewise.
52969         * sysdeps/x86_64/stackinfo.h: Likewise.
52970         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
52971         PF_X for powerpc64.  Retain PF_X for powerpc32.
52972
52973 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
52974
52975         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
52976         accurately.
52977         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
52978         GETDENTS_64BIT_ALIGNED.
52979
52980 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
52981
52982         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
52983
52984 2010-12-10  Andreas Schwab  <schwab@redhat.com>
52985
52986         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
52987         _GNU_SOURCE.
52988
52989         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
52990         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
52991         Remove __restrict.
52992         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
52993         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
52994
52995 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
52996
52997         [BZ #11655]
52998         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
52999         are initialized.
53000
53001 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
53002
53003         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
53004
53005 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
53006
53007         * po/it.po: Update from translation team.
53008
53009 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
53010
53011         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
53012         unused codes.
53013
53014 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
53015
53016         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
53017
53018 2010-11-24  Andreas Schwab  <schwab@redhat.com>
53019
53020         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
53021         specially.
53022         (gaih_getanswer_slice): Likewise.
53023
53024 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
53025
53026         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
53027
53028 2010-05-31  Petr Baudis  <pasky@suse.cz>
53029
53030         [BZ #11149]
53031         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
53032         silently even in the chroot mode.
53033
53034 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
53035
53036         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
53037         last patch a bit.  Pretty printing
53038
53039 2010-05-31  Petr Baudis <pasky@suse.cz>
53040
53041         [BZ #10085]
53042         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
53043         initialization of skip_initgroups_dyn.
53044
53045 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
53046
53047         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
53048         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
53049
53050 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
53051
53052         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
53053
53054 2010-11-11  Andreas Schwab  <schwab@redhat.com>
53055
53056         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
53057         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
53058         (tst-fnmatch-ENV): Set MALLOC_TRACE.
53059         ($(objpfx)tst-fnmatch-mem): New rule.
53060         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
53061         * posix/tst-fnmatch.c (main): Call mtrace.
53062
53063 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
53064
53065         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53066         Support Intel processor model 6 and model 0x2c.
53067
53068 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
53069
53070         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
53071           signed comparison.
53072
53073 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
53074
53075         [BZ #12205]
53076         * string/test-strncasecmp.c (check_result): New function.
53077         (do_one_test): Use it.
53078         (check1): New function.
53079         (test_main): Use it.
53080         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
53081         Support strcasecmp and strncasecmp.
53082
53083 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
53084
53085         [BZ #12194]
53086         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
53087         * sysdeps/x86_64/bits/byteswap.h: Likewise.
53088
53089 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
53090
53091         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
53092         IFUNC support.
53093         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53094         memset-x86-64.
53095         * sysdeps/x86_64/multiarch/bzero.S: New file.
53096         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
53097         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
53098         * sysdeps/x86_64/multiarch/memset.S: New file.
53099         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
53100         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53101         Set bit_Prefer_SSE_for_memop for Intel processors.
53102         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
53103         Define.
53104         (index_Prefer_SSE_for_memop): Define.
53105         (HAS_PREFER_SSE_FOR_MEMOP): Define.
53106
53107 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
53108
53109         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
53110         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
53111
53112 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
53113
53114         [BZ #12191]
53115         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53116         (__x86_64_raw_data_cache_size_half): Likewise.
53117         (__x86_64_raw_shared_cache_size): Likewise.
53118         (__x86_64_raw_shared_cache_size_half): Likewise.
53119
53120         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
53121         (__x86_64_raw_data_cache_size_half): Likewise.
53122         (__x86_64_raw_shared_cache_size): Likewise.
53123         (__x86_64_raw_shared_cache_size_half): Likewise.
53124         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
53125         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
53126         and __x86_64_raw_shared_cache_size_half.  Round
53127         __x86_64_data_cache_size_half, __x86_64_data_cache_size
53128         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
53129         to multiple of 256 bytes.
53130
53131 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
53132
53133         [BZ #12167]
53134         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
53135         of inacessible symlinks.  Verify result of symlink before returning it.
53136         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
53137         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
53138
53139 2010-10-28  Erich Ritz  <erichritz@gmail.com>
53140
53141         * math/math.h (isinf): Fix typo in comment.
53142
53143 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
53144
53145         * po/da.po: Update from translation team.
53146
53147 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
53148
53149         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
53150         is added to the list.
53151
53152 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53153             Ulrich Drepper  <drepper@gmail.com>
53154
53155         * elf/dl-object.c (_dl_new_object): Don't append the new object to
53156         the global list here.  Move code to...
53157         (_dl_add_to_namespace_list): ...here.  New function.
53158         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
53159         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
53160         * elf/dl-load.c (lose): Don't remove the element from the list.
53161         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
53162         (_dl_map_object): Likewise.
53163
53164 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
53165
53166         [BZ #12159]
53167         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
53168         into all bytes of SSE register.
53169         Patch by Richard Li <richardpku@gmail.com>.
53170
53171 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
53172
53173         [BZ #12140]
53174         * malloc/malloc.c (_int_free): Fill correct number of bytes when
53175         perturbing.
53176
53177 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
53178
53179         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
53180         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
53181         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
53182         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
53183         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
53184         submachine.
53185         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
53186
53187 2010-10-22  Andreas Schwab  <schwab@redhat.com>
53188
53189         * include/dlfcn.h (__RTLD_SECURE): Define.
53190         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
53191         mode & __RTLD_SECURE instead.
53192         (open_path): Rename preloaded parameter to secure.
53193         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
53194         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
53195         * elf/dl-deps.c (openaux): Likewise.
53196         * elf/rtld.c (struct map_args): Remove is_preloaded.
53197         (map_doit): Don't use it.
53198         (dl_main): Likewise.
53199         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
53200         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
53201
53202 2010-09-09  Andreas Schwab  <schwab@redhat.com>
53203
53204         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
53205         (sysd-rules-targets): Remove duplicates.
53206         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
53207         rtld-%.$o dependency.
53208
53209 2010-10-18  Andreas Schwab  <schwab@redhat.com>
53210
53211         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
53212         _dl_map_object do it.
53213
53214 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
53215
53216         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
53217         fast fma builtins, define the macros in the C99 standard.
53218         (FP_FAST_FMAF): Likewise.
53219         (FP_FAST_FMAL): Likewise.
53220         * sysdeps/x86_64/bits/mathdef.h: Likewise.
53221
53222         * bits/mathdef.h: Update copyright year.
53223         * sysdeps/powerpc/bits/mathdef.h: Likewise.
53224
53225 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
53226
53227         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
53228         builtins, define the macros in the C99 standard.
53229         (FP_FAST_FMAF): Likewise.
53230         (FP_FAST_FMAL): Likewise.
53231         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
53232         multiply/add.
53233         (FP_FAST_FMAF): Likewise.
53234
53235 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
53236
53237         [BZ #3268]
53238         * math/libm-test.inc (fma_test): Some new testcases.
53239         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
53240         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
53241         y and infinite z.  Do multiplication by C already in long double.
53242         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
53243         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
53244         y and infinite z.  Do bitwise or of inexact bit into u.d.
53245         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
53246         * sysdeps/i386/fpu/s_fmaf.S: Removed.
53247         * sysdeps/i386/fpu/s_fma.S: Removed.
53248         * sysdeps/i386/fpu/s_fmal.S: Removed.
53249
53250 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
53251
53252         [BZ #3268]
53253         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
53254         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
53255         computation is not scheduled after fetestexcept.  Fix value
53256         of minimum denormal long double.
53257
53258 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
53259
53260         [BZ #3268]
53261         * math/libm-test.inc (fma_test): Add some more tests.
53262         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
53263         correctly.
53264
53265 2010-10-15  Andreas Schwab  <schwab@redhat.com>
53266
53267         * scripts/data/localplt-s390-linux-gnu.data: New file.
53268         * scripts/data/localplt-s390x-linux-gnu.data: New file.
53269
53270 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
53271
53272         [BZ #3268]
53273         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
53274         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
53275         instead of dbl-64.
53276         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
53277         inlines.
53278         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
53279         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
53280         if one of x and y is very large and the other is subnormal.
53281         * sysdeps/s390/fpu/s_fmaf.c: New file.
53282         * sysdeps/s390/fpu/s_fma.c: New file.
53283         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
53284         * sysdeps/powerpc/fpu/s_fma.S: New file.
53285         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
53286         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
53287         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
53288
53289 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
53290
53291         [BZ #3268]
53292         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
53293         fma tests.
53294         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
53295         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
53296         * sysdeps/i386/i686/multiarch/s_fma.c: Include
53297         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
53298         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
53299         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
53300         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
53301
53302 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
53303
53304         [BZ #12078]
53305         * posix/regcomp.c (parse_branch): One more memory leak plugged.
53306         * posix/bug-regex31.input: Add test case.
53307
53308 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53309
53310         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
53311         * posix/bug-regex31.input: New file.
53312
53313         [BZ #12078]
53314         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
53315         (parse_sub_exp): Fix last change, use postorder.
53316
53317         * posix/bug-regex31.c: New file.
53318         * posix/Makefile: Add rules to build and run bug-regex31.
53319
53320         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
53321
53322         [BZ #12078]
53323         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
53324
53325         [BZ #12108]
53326         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
53327         to have entries in sys_siglist.
53328
53329         [BZ #12093]
53330         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
53331         be NULL.
53332
53333 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
53334
53335         [BZ #3268]
53336         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
53337         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
53338         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
53339         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
53340         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53341         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
53342         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
53343         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
53344         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
53345         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
53346         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
53347         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
53348         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
53349         * math/ftestexcept.c (fetestexcept): Likewise.
53350         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
53351         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
53352         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
53353         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
53354         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
53355         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
53356         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
53357
53358 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
53359
53360         [BZ #12107]
53361         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
53362         newline.
53363
53364 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
53365
53366         * string/bug-strstr1.c: New file.
53367         * string/Makefile: Add rules to build and run bug-strstr1.
53368
53369 2010-10-05  Eric Blake  <eblake@redhat.com>
53370
53371         [BZ #12092]
53372         * string/str-two-way.h (two_way_long_needle): Always clear memory
53373         when skipping input due to the shift table.
53374
53375 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
53376
53377         [BZ #12005]
53378         * malloc/mcheck.c: Handle large requests.
53379
53380         [BZ #12077]
53381         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
53382         for strncmp and strncasecmp.
53383         * string/stratcliff.c: Add tests for strcmp and strncmp.
53384         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
53385
53386 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
53387
53388         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
53389         __set_fpscr.
53390
53391 2010-09-30  Andreas Jaeger  <aj@suse.de>
53392
53393         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
53394         (CGROUP_SUPER_MAGIC): Define.
53395         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53396         Handle btrfs and cgroup file systems.
53397         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
53398         Likewise.
53399
53400 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
53401
53402         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
53403         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
53404
53405 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53406
53407         [BZ #12067]
53408         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
53409         trying to locate the ELF header.
53410
53411 2010-09-27  Andreas Schwab  <schwab@redhat.com>
53412
53413         [BZ #11611]
53414         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
53415         Mask out sign-bit copies when constructing f_fsid.
53416
53417 2010-09-24  Petr Baudis <pasky@suse.cz>
53418
53419         * debug/stack_chk_fail_local.c: Add missing licence exception.
53420         * debug/warning-nop.c: Likewise.
53421
53422 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
53423
53424         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
53425         implementing getdents64 using getdents syscall, set d_type if
53426         __ASSUME_GETDENTS32_D_TYPE.
53427
53428 2010-09-16  Andreas Schwab  <schwab@redhat.com>
53429
53430         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
53431         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
53432
53433 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
53434
53435         [BZ #12037]
53436         * posix/unistd.h: Undo change of feature selection for ftruncate from
53437         2010-01-11.
53438
53439 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
53440
53441         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
53442         detection.
53443
53444 2010-09-20  Andreas Schwab  <schwab@redhat.com>
53445
53446         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
53447         fanotify_mark.
53448         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53449
53450 2010-09-14  Andreas Schwab  <schwab@redhat.com>
53451
53452         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
53453         variables after CHECK_SP call.
53454         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
53455
53456 2010-09-13  Andreas Schwab  <schwab@redhat.com>
53457             Ulrich Drepper  <drepper@redhat.com>
53458
53459         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
53460         re-relocationg ld.so.
53461         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
53462         _dl_init_paths call.
53463         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
53464         here anymore.
53465
53466 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
53467
53468         * resolv/res_init.c (__res_vinit): Count the default server we added.
53469
53470 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
53471             Ulrich Drepper  <drepper@redhat.com>
53472
53473         [BZ #11968]
53474         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53475         (____longjmp_chk): Use %ebx for saving value across system call.
53476         Add unwind info.
53477
53478 2010-09-06  Andreas Schwab  <schwab@redhat.com>
53479
53480         * manual/Makefile: Don't mix pattern rules with normal rules.
53481
53482 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
53483
53484         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
53485         operation.
53486         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
53487         * libio/iofopncook.c (_IO_cookie_init): Likewise.
53488         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
53489         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
53490         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53491         Likewise.
53492
53493 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
53494
53495         [BZ #11979]
53496         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
53497         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
53498
53499 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
53500
53501         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
53502         * sysdeps/x86_64/addmul_1.S: Likewise.
53503         * sysdeps/x86_64/lshift.S: Likewise.
53504         * sysdeps/x86_64/mul_1.S: Likewise.
53505         * sysdeps/x86_64/rshift.S: Likewise.
53506         * sysdeps/x86_64/sub_n.S: Likewise.
53507         * sysdeps/x86_64/submul_1.S: Likewise.
53508
53509 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53510
53511         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
53512         Define __sched_param instead of SCHED_* and sched_param when
53513         <bits/sched.h> is included with __need_schedparam defined.
53514         * bits/sched.h [__need_schedparam]
53515         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
53516         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
53517         (__defined_schedparam): Define to 1.
53518         (__sched_param): New structure, identical to sched_param.
53519         (__need_schedparam): Undefine.
53520
53521 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
53522
53523         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
53524         (epoll_create1): Declare.
53525
53526         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
53527
53528 2010-08-31  Andreas Schwab  <schwab@redhat.com>
53529
53530         [BZ #7066]
53531         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
53532         shifting retval into place.
53533
53534 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
53535
53536         * nis/rpcsvc/nis.h: Update copyright notice.
53537         * nis/rpcsvc/nis.x: Likewise.
53538         * nis/rpcsvc/nis_callback.h: Likewise.
53539         * nis/rpcsvc/nis_callback.x: Likewise.
53540         * nis/rpcsvc/nis_object.x: Likewise.
53541         * nis/rpcsvc/nis_tags.h: Likewise.
53542         * nis/rpcsvc/yp.h: Likewise.
53543         * nis/rpcsvc/yp.x: Likewise.
53544         * nis/rpcsvc/ypupd.h: Likewise.
53545         * nis/yp_xdr.c: Likewise.
53546         * nis/ypupdate_xdr.c: Likewise.
53547
53548         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
53549         mainly the body of pmap_getport.  Add parameters to specify timeouts.
53550         (pmap_getport): Use __libc_rpc_getport.
53551         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
53552         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
53553         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
53554
53555 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
53556
53557         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
53558         fanotify_mark.
53559
53560 2010-08-27  Roland McGrath  <roland@redhat.com>
53561
53562         * sysdeps/i386/i686/multiarch/Makefile
53563         (CFLAGS-varshift.c): New variable.
53564
53565 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
53566
53567         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
53568         * sysdeps/i386/i686/multiarch/varshift.c: New file.
53569
53570         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
53571
53572         * sysdeps/x86_64/strlen.S: Minimal code improvement.
53573
53574 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
53575
53576         * sysdeps/x86_64/strlen.S: Unroll the loop.
53577         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53578         strlen-sse2 strlen-sse2-bsf.
53579         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
53580         __strlen_no_bsf if bit_Slow_BSF is set.
53581         (__strlen_sse42): Removed.
53582         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
53583         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53584
53585 2010-08-25  Roland McGrath  <roland@redhat.com>
53586
53587         * sysdeps/x86_64/multiarch/varshift.S: File removed.
53588         * sysdeps/x86_64/multiarch/varshift.c: New file.
53589         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53590         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53591         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53592         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53593
53594 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
53595
53596         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53597         strlen-sse2 strlen-sse2-bsf.
53598         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53599         __strlen_sse2_bsf if bit_Slow_BSF is unset.
53600         (__strlen_sse2): Removed.
53601         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53602         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53603         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53604         bit_Slow_BSF for Atom.
53605         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53606         (index_Slow_BSF): Define.
53607         (HAS_SLOW_BSF): Define.
53608
53609 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
53610
53611         [BZ #10851]
53612         * resolv/res_init.c (__res_vinit): When no server address at all
53613         is given default to loopback.
53614
53615 2010-08-24  Roland McGrath  <roland@redhat.com>
53616
53617         * configure.in: Remove config-name.h generation.
53618         * configure: Regenerated.
53619         * config-name.in: File removed.
53620         * scripts/config-uname.sh: New file.
53621         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53622         ($(objdir)config-name.h): New target.
53623
53624         * sunrpc/rpc_parse.h: Avoid nested comment.
53625
53626 2010-08-24  Richard Henderson  <rth@redhat.com>
53627             Ulrich Drepper  <drepper@redhat.com>
53628             H.J. Lu  <hongjiu.lu@intel.com>
53629
53630         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53631         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53632         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53633         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
53634         _mm_alignr_epi8 with _mm_loadu_si128.
53635         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53636         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53637         (__m128i_shift_right): Removed.
53638         * sysdeps/i386/i686/multiarch/varshift.h: New file.
53639         * sysdeps/i386/i686/multiarch/varshift.S: New file.
53640         * sysdeps/x86_64/multiarch/varshift.h: New file.
53641         * sysdeps/x86_64/multiarch/varshift.S: New file.
53642
53643 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
53644
53645         * configure.in: Move assembler checks to before sysdep dir checking.
53646
53647 2010-08-20  Petr Baudis  <pasky@suse.cz>
53648
53649         * LICENSES: Sync the sunrpc license.
53650
53651 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
53652
53653         * sunrpc/auth_des.c: Update copyright notice once again.
53654         * sunrpc/auth_none.c: Likewise.
53655         * sunrpc/auth_unix.c: Likewise.
53656         * sunrpc/authdes_prot.c: Likewise.
53657         * sunrpc/authuxprot.c: Likewise.
53658         * sunrpc/bindrsvprt.c: Likewise.
53659         * sunrpc/clnt_gen.c: Likewise.
53660         * sunrpc/clnt_perr.c: Likewise.
53661         * sunrpc/clnt_raw.c: Likewise.
53662         * sunrpc/clnt_simp.c: Likewise.
53663         * sunrpc/clnt_tcp.c: Likewise.
53664         * sunrpc/clnt_udp.c: Likewise.
53665         * sunrpc/clnt_unix.c: Likewise.
53666         * sunrpc/des_crypt.c: Likewise.
53667         * sunrpc/des_soft.c: Likewise.
53668         * sunrpc/get_myaddr.c: Likewise.
53669         * sunrpc/getrpcport.c: Likewise.
53670         * sunrpc/key_call.c: Likewise.
53671         * sunrpc/key_prot.c: Likewise.
53672         * sunrpc/openchild.c: Likewise.
53673         * sunrpc/pm_getmaps.c: Likewise.
53674         * sunrpc/pm_getport.c: Likewise.
53675         * sunrpc/pmap_clnt.c: Likewise.
53676         * sunrpc/pmap_prot.c: Likewise.
53677         * sunrpc/pmap_prot2.c: Likewise.
53678         * sunrpc/pmap_rmt.c: Likewise.
53679         * sunrpc/rpc/auth.h: Likewise.
53680         * sunrpc/rpc/auth_unix.h: Likewise.
53681         * sunrpc/rpc/clnt.h: Likewise.
53682         * sunrpc/rpc/des_crypt.h: Likewise.
53683         * sunrpc/rpc/key_prot.h: Likewise.
53684         * sunrpc/rpc/netdb.h: Likewise.
53685         * sunrpc/rpc/pmap_clnt.h: Likewise.
53686         * sunrpc/rpc/pmap_prot.h: Likewise.
53687         * sunrpc/rpc/pmap_rmt.h: Likewise.
53688         * sunrpc/rpc/rpc.h: Likewise.
53689         * sunrpc/rpc/rpc_des.h: Likewise.
53690         * sunrpc/rpc/rpc_msg.h: Likewise.
53691         * sunrpc/rpc/svc.h: Likewise.
53692         * sunrpc/rpc/svc_auth.h: Likewise.
53693         * sunrpc/rpc/types.h: Likewise.
53694         * sunrpc/rpc/xdr.h: Likewise.
53695         * sunrpc/rpc_clntout.c: Likewise.
53696         * sunrpc/rpc_cmsg.c: Likewise.
53697         * sunrpc/rpc_common.c: Likewise.
53698         * sunrpc/rpc_cout.c: Likewise.
53699         * sunrpc/rpc_dtable.c: Likewise.
53700         * sunrpc/rpc_hout.c: Likewise.
53701         * sunrpc/rpc_main.c: Likewise.
53702         * sunrpc/rpc_parse.c: Likewise.
53703         * sunrpc/rpc_parse.h: Likewise.
53704         * sunrpc/rpc_prot.c: Likewise.
53705         * sunrpc/rpc_sample.c: Likewise.
53706         * sunrpc/rpc_scan.c: Likewise.
53707         * sunrpc/rpc_scan.h: Likewise.
53708         * sunrpc/rpc_svcout.c: Likewise.
53709         * sunrpc/rpc_tblout.c: Likewise.
53710         * sunrpc/rpc_util.c: Likewise.
53711         * sunrpc/rpc_util.h: Likewise.
53712         * sunrpc/rpcinfo.c: Likewise.
53713         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53714         * sunrpc/rpcsvc/key_prot.x: Likewise.
53715         * sunrpc/rpcsvc/klm_prot.x: Likewise.
53716         * sunrpc/rpcsvc/mount.x: Likewise.
53717         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53718         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53719         * sunrpc/rpcsvc/rex.x: Likewise.
53720         * sunrpc/rpcsvc/rstat.x: Likewise.
53721         * sunrpc/rpcsvc/rusers.x: Likewise.
53722         * sunrpc/rpcsvc/sm_inter.x: Likewise.
53723         * sunrpc/rpcsvc/spray.x: Likewise.
53724         * sunrpc/rpcsvc/yppasswd.x: Likewise.
53725         * sunrpc/rtime.c: Likewise.
53726         * sunrpc/svc.c: Likewise.
53727         * sunrpc/svc_auth.c: Likewise.
53728         * sunrpc/svc_authux.c: Likewise.
53729         * sunrpc/svc_raw.c: Likewise.
53730         * sunrpc/svc_run.c: Likewise.
53731         * sunrpc/svc_simple.c: Likewise.
53732         * sunrpc/svc_tcp.c: Likewise.
53733         * sunrpc/svc_udp.c: Likewise.
53734         * sunrpc/svc_unix.c: Likewise.
53735         * sunrpc/svcauth_des.c: Likewise.
53736         * sunrpc/xcrypt.c: Likewise.
53737         * sunrpc/xdr.c: Likewise.
53738         * sunrpc/xdr_array.c: Likewise.
53739         * sunrpc/xdr_float.c: Likewise.
53740         * sunrpc/xdr_mem.c: Likewise.
53741         * sunrpc/xdr_rec.c: Likewise.
53742         * sunrpc/xdr_ref.c: Likewise.
53743         * sunrpc/xdr_sizeof.c: Likewise.
53744         * sunrpc/xdr_stdio.c: Likewise.
53745
53746         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
53747         handling.
53748
53749 2010-08-19  Andreas Schwab  <schwab@redhat.com>
53750
53751         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
53752
53753 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
53754
53755         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
53756         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
53757         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
53758         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
53759         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
53760         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
53761         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
53762         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
53763         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
53764         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
53765         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
53766         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
53767         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
53768         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
53769
53770 2010-07-26  Anton Blanchard  <anton@samba.org>
53771
53772         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
53773         * malloc/arena.c (heap_trim): Likewise.
53774
53775 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
53776
53777         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
53778         here.  Not...
53779         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
53780         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
53781
53782 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
53783
53784         * sysdeps/i386/elf/Makefile: New file.
53785
53786 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53787
53788         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
53789         from fanotify_init.
53790         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
53791         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53792
53793 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
53794
53795         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
53796         of strncasecmp_l.
53797         * sysdeps/multiarch/strcmp.S: Likewise.
53798
53799 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
53800
53801         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53802         strncase_l-nonascii.
53803         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53804         Add strncase_l-ssse3.
53805         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
53806         * sysdeps/x86_64/strcmp.S: Likewise.
53807         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
53808         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
53809         * sysdeps/x86_64/strncase.S: New file.
53810         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
53811         * sysdeps/x86_64/strncase_l.S: New file.
53812         * string/Makefile (strop-tests): Add strncasecmp.
53813         * string/test-strncasecmp.c: New file.
53814
53815         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
53816         warning.
53817
53818         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
53819         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
53820
53821 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53822
53823         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
53824
53825 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
53826
53827         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
53828         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
53829         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
53830
53831 2010-05-01  Alan Modra  <amodra@gmail.com>
53832
53833         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
53834         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
53835         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
53836         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
53837         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
53838         tidying.  Don't tail-call __sigjmp_save for static lib.
53839         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
53840         save location.
53841         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
53842         (CALL_MCOUNT): Add eh info, and nop after bl.
53843         (TAIL_CALL_SYSCALL_ERROR): New macro.
53844         (PSEUDO_RET): Use it.
53845         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
53846         Correct save location of integer regs and cr.
53847         (_dl_profile_resolve): Correct cr save location.  Delete nops
53848         after bl when SHARED.  Reduce cfi size a little by better
53849         placement of cfi directives.
53850         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
53851         make a stack frame.  Instead use parm save area as a temp.
53852         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
53853         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
53854         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
53855         Don't make a stack frame for parent, use parm save area.
53856         Increase child stack frame to 112 bytes.  Don't save unused reg,
53857         and adjust reg usage.  Set up cfi on error recovery and
53858         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
53859         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
53860         (__makecontext): Add dummy nop after jump to exit.
53861         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
53862         Use correct parm save area and cr save, reduce stack frame.
53863         Correct cfi for possible PSEUDO_RET frame setup.
53864         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
53865         Branch to local label emitted by PSEUDO_RET rather than
53866         __syscall_error.
53867
53868 2010-08-12  Andreas Schwab  <schwab@redhat.com>
53869
53870         [BZ #11904]
53871         * locale/programs/locale.c (print_assignment): New function.
53872         (show_locale_vars): Use it.
53873
53874 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
53875
53876         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
53877         field.
53878         (struct statfs64): Likewise.
53879         (_STATFS_F_FLAGS): Define.
53880         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
53881         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53882         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
53883         (ST_VALID): Define locally.
53884         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
53885         __statvfs_getflags, use the provided value.
53886         * sysdeps/unix/sysv/linux/kernel-features.h: Define
53887         __ASSUME_STATFS_F_FLAGS.
53888
53889         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
53890
53891         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
53892         Add sys/fanotify.h.
53893         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
53894         fanotify_mask for GLIBC_2.13.
53895         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
53896         fanotify_init and fanotify_mark.
53897         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53898         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
53899
53900         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
53901         Add prlimit.
53902         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
53903         prlimit64 for GLIBC_2.13.
53904         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
53905         prlimit64.
53906         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
53907         syscall.
53908         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
53909         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53910         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
53911         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
53912         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
53913         add prlimit alias.
53914         * sysdeps/unix/sysv/linux/prlimit.c: New file.
53915
53916         [BZ #11903]
53917         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
53918         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
53919
53920         * nss/Makefile: Add rules to build and run tst-nss-test1.
53921         * shlib-versions: Add entry for libnss_test1.
53922         * nss/nss_test1.c: New file.
53923         * nss/tst-nss-test1.c: New file.
53924
53925         * nss/nsswitch.c (__nss_database_custom): Define new variable.
53926         (__nss_configure_lookup): Set appropriate entry in
53927         __nss_configure_lookup to true.
53928         * nss/nsswitch.h: Define enum with indeces of databases in
53929         databases and __nss_database_custom arrays.  Declare
53930         __nss_database_custom.
53931         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
53932         to avoid using nscd when custom rules are installed.
53933         * nss/getXXbyYY_r.c: Likewise.
53934         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
53935
53936         * nss/nss_files/files-parse.c: Whitespace fixes.
53937
53938 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
53939
53940         [BZ #11883]
53941         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
53942         * posix/fnmatch_loop.c: Likewise.
53943
53944 2010-07-17  Andi Kleen  <ak@linux.intel.com>
53945
53946         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
53947         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
53948         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
53949         * Versions.def [GLIBC_2.13]: Add.
53950
53951 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
53952
53953         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53954         Also fail if tpwd after pwuid call is NULL.
53955
53956 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53957
53958         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
53959         when converting to ms.
53960
53961 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53962
53963         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
53964         EOPNOTSUPP errors with ENOTTY.
53965         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
53966         EOPNOTSUPP errors with ENOTTY.
53967
53968 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
53969
53970         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53971         Add strcasecmp_l-ssse3.
53972         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
53973         strcasecmp.
53974         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
53975         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
53976         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
53977
53978 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
53979
53980         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
53981
53982         * string/Makefile (strop-tests): Add strcasecmp.
53983         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53984         strcasecmp_l-nonascii.
53985         (gen-as-const-headers): Add locale-defines.sym.
53986         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
53987         * sysdeps/x86_64/strcasecmp.S: New file.
53988         * sysdeps/x86_64/strcasecmp_l.S: New file.
53989         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
53990         * sysdeps/x86_64/locale-defines.sym: New file.
53991         * string/test-strcasecmp.c: New file.
53992
53993         * string/test-strcasestr.c: Test both ends of the range of characters.
53994         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
53995
53996 2010-07-29  Roland McGrath  <roland@redhat.com>
53997
53998         [BZ #11856]
53999         * manual/locale.texi (Yes-or-No Questions): Fix example code.
54000
54001 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
54002
54003         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
54004         for ld.so.
54005
54006 2010-07-27  Andreas Schwab  <schwab@redhat.com>
54007
54008         * manual/memory.texi (Malloc Tunable Parameters): Document
54009         M_PERTURB.
54010
54011 2010-07-26  Roland McGrath  <roland@redhat.com>
54012
54013         [BZ #11840]
54014         * configure.in (-fgnu89-inline check): Set and substitute
54015         gnu89_inline, not libc_cv_gnu89_inline.
54016         * configure: Regenerated.
54017         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
54018
54019 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
54020
54021         * string/test-strnlen.c: New file.
54022         * string/Makefile (strop-tests): Add strnlen.
54023         * string/tester.c (test_strnlen): Add a few more test cases.
54024         * string/tst-strlen.c: Better error reporting.
54025
54026         * sysdeps/x86_64/strnlen.S: New file.
54027
54028 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
54029
54030         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
54031         lower-latency instructions.
54032
54033 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
54034
54035         * string/test-strcasestr.c: New file.
54036         * string/test-strstr.c: New file.
54037         * string/Makefile (strop-tests): Add strstr and strcasestr.
54038         * string/str-two-way.h: Don't undefine MAX.
54039         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
54040
54041 2010-07-21  Andreas Schwab  <schwab@redhat.com>
54042
54043         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54044         strcasestr-nonascii.
54045         (CFLAGS-strcasestr-nonascii.c): Define.
54046         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
54047         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
54048         Remove unused attribute.
54049
54050 2010-07-20  Roland McGrath  <roland@redhat.com>
54051
54052         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
54053         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
54054         ld.so.cache was broken.  With it, there is no way to disable dsocaps
54055         like LD_HWCAP_MASK can disable hwcaps.
54056
54057 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54058
54059         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
54060
54061 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
54062
54063         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
54064         call in strcasestr.
54065         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
54066         __strcasestr_sse42_nonascii.
54067         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
54068         strcasestr-nonascii.c.
54069         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
54070
54071 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
54072
54073         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
54074         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
54075         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
54076         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
54077
54078 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
54079
54080         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
54081         fcntl.
54082
54083 2010-07-06  Andreas Schwab  <schwab@redhat.com>
54084
54085         [BZ #11577]
54086         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
54087         dl_signal_cerror.
54088
54089 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
54090
54091         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
54092         _PC_PIPE_BUF using F_GETPIPE_SZ.
54093
54094 2010-07-05  Roland McGrath  <roland@redhat.com>
54095
54096         * manual/arith.texi (Rounding Functions): Fix rint description
54097         implicit in round description.
54098
54099 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
54100
54101         * elf/Makefile: Fix linking for a few tests to make recent linker
54102         happy.
54103
54104 2010-06-30  Andreas Schwab  <schwab@redhat.com>
54105
54106         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54107         $(common-objpfx)libc_nonshared.a.
54108
54109 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
54110
54111         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
54112         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
54113         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54114         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54115         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
54116         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
54117         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54118         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54119         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
54120         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
54121         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
54122         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
54123         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
54124         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
54125         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
54126         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
54127         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
54128         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
54129         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
54130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
54131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
54132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
54133         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
54134         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
54135         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
54136         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
54137         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
54138         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
54139         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
54140         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
54141         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
54142         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
54143         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
54144         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
54145         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
54146         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
54147         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
54148         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
54149         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
54150         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
54151         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
54152         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
54153         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
54154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
54155         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
54156         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
54157         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
54158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
54159
54160 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
54161
54162         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
54163         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
54164         * string/memmove.c (memmove): Renamed to ...
54165         (MEMMOVE): ...this.  Default to memmove.
54166         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
54167         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
54168         (END_CHK): Define.
54169         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54170         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
54171         mempcpy-ssse3-back memmove-ssse3-back.
54172         * sysdeps/x86_64/multiarch/bcopy.S: New file .
54173         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
54174         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
54175         * sysdeps/x86_64/multiarch/memcpy.S: New file.
54176         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
54177         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
54178         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
54179         * sysdeps/x86_64/multiarch/memmove.c: New file.
54180         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
54181         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
54182         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
54183         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
54184         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
54185         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
54186         Define.
54187         (index_Fast_Copy_Backward): Define.
54188         (HAS_ARCH_FEATURE): Define.
54189         (HAS_FAST_REP_STRING): Define.
54190         (HAS_FAST_COPY_BACKWARD): Define.
54191
54192 2010-06-21  Andreas Schwab  <schwab@redhat.com>
54193
54194         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
54195         Restore proper fallback handling.
54196
54197 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
54198
54199         [BZ #11701]
54200         * posix/group_member.c (__group_member): Correct checking loop.
54201
54202         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
54203         OOM in getpwuid_r correctly.  Return error number when the caller
54204         should return, otherwise -1.
54205         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
54206         call returning > 0 value.
54207         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
54208
54209 2010-06-07  Andreas Schwab  <schwab@redhat.com>
54210
54211         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
54212         libc_nonshared.a from targets in modules-names.
54213
54214 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
54215
54216         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
54217         requires it.
54218
54219 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
54220
54221         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
54222         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
54223         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
54224         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
54225
54226 2010-06-02  Andreas Schwab  <schwab@redhat.com>
54227
54228         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
54229
54230 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
54231
54232         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
54233         and F_GETPIPE_SZ.
54234         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
54235         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
54236         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
54237         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
54238         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
54239         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
54240
54241 2010-06-14  Roland McGrath  <roland@redhat.com>
54242
54243         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
54244
54245 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
54246
54247         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
54248         __REDIRECT followed by __THROW.
54249         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
54250         * posix/getopt.h (getopt): Likewise.
54251
54252 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
54253
54254         * hurd/lookup-at.c (__file_name_lookup_at): Accept
54255         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
54256         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
54257         in AT_FLAGS.
54258         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
54259         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
54260
54261 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
54262
54263         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
54264
54265 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
54266
54267         [BZ #11640]
54268         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54269         Properly check family and model.
54270
54271 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
54272
54273         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
54274
54275 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
54276
54277         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
54278
54279 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
54280
54281         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
54282         symbol reference.
54283
54284 2010-05-19  Andreas Schwab  <schwab@redhat.com>
54285
54286         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
54287         symbol reference.
54288
54289 2010-05-21  Andreas Schwab  <schwab@redhat.com>
54290
54291         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
54292         and internal_recvmmsg.
54293         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
54294         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
54295         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
54296         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
54297
54298         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
54299         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
54300         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
54301
54302 2010-05-20  Andreas Schwab  <schwab@redhat.com>
54303
54304         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
54305
54306 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
54307
54308         POWER7 optimizations.
54309         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
54310         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
54311
54312 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
54313
54314         * version.h: Update for 2.13 development version.
54315
54316 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
54317
54318         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
54319         exceptions.  Return 0.
54320
54321 2010-05-07  Roland McGrath  <roland@redhat.com>
54322
54323         * elf/ldconfig.c (main): Add a const.
54324
54325 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
54326
54327         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
54328         (args_options): Add no-idn option.
54329         (ahosts_keys_int): Add idn_flags to ai_flags.
54330         (parse_option): Handle 'i' option to clear idn_flags.
54331
54332         * malloc/malloc.c (_int_free): Possible race in the most recently
54333         added check.  Only act on the data if no current modification
54334         happened.
54335
54336 See ChangeLog.17 for earlier changes.